Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.py (unfollow)
Commit message (Collapse)Author
2017-05-29algorithms.inputgen -> algorithms.input_kindEgor Tensin
2017-01-12mostly Pylint fixesEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-06-25code styleEgor Tensin
2016-06-25improve command line parsing errorsEgor Tensin
2016-06-25sort algorithms in usage messagesEgor Tensin
2016-06-24major refactoringEgor Tensin
With the focus on (re)usability. That includes adding separate modules for plotting, input generation and things like that.
2016-04-17refactoring + better plot captionsEgor Tensin
2016-04-17rearrange source filesEgor Tensin
* Add a useful `algorithms` package to provide convinient access to the implemented algorithms. * This allows to e.g. dynamically list available algorithms, which greatly simplifies a lot of things.