Tags: becurrie/py-sorts
Tags
update version to 0.3.0 added new argument: -c / --compare that allows a user to display a comparison between the default sorted() method built in to python with the selected custom sort algorithm. added new tests to reflect this new argument. added new tests for sorter.py helper methods. readme updated to reflect changes.
update to 0.2.0 version. restructure project to be more organized and allow development and testing without needing to install. tests moved into own folder for clarity. sorter-runner.py can be ran standalone for testing purposes. new readme heading for development.
## 0.1.4 - sorter - Merged [garroadran](https://github.com/garroadran) additions and changes. Changed sorts to sort a cloned list rather then in place. - README.md updated to reflect [garroadran](https://github.com/garroadran) changes. - UnitTests updated and working correctly. - setup.py updated now at version 0.1.4.
re organize project structure and include functionality to allow for … …tests, cleaner project structure and __main__.py included for console usage. new quick sort algorithm added. unit tests for sorting algorithms and parser tests. extra setup.py functionality added and name renamed to 'sorter' small readme changes.