* Refactored (Ozlen et al., 2014) to fix bugs, simplify the code and tweak the performance. * Changed CPU Time format in command line output
0.0.11
-------------------
* Documentation bug fix.
0.0.10
-------------------
* Fixed rounding bug in (Ozlen et al., 2014). * Minor code clean up and documentation updates.
0.0.9
------------------
* Track and report the number of infeasible problems attempted. * Converted examples from `William Pettersson on figshare <https://figshare.com/authors/_/3770188>`_ to be used for testing algorithms and benchmarking.
0.0.8
------------------
* Finally got `the documentation <https://python-moiptimiser.readthedocs.io/en/latest/>`_ compiling on https://readthedocs.org/ * Implemented direct strategy from (Tamby & Vanderpooten, 2020).
0.0.7
------------------
* Provide feasible solutions to solver for (Tamby & Vanderpooten, 2020) implementation. * Lower required python version number from 3.9 to 3.7 to get online docs compiling.