History

0.1.0 (2020-06-30)

  • First release on PyPI.

0.2.0 (2020-10-02)

  • Added all the stuff from the implementation phase of the bachelor thesis

  • Documentation
    • Added very basic information about the optimization of a base VRP with a simple GA

    • Added a chapter for advanced topics

    • Added a chapter for a command line interface

0.3.0 (2020-11-23)

  • Changed the documentation theme to “read the docs”

  • Added the “getting started page” to the documentation

  • Added the example “basic_vrp.py”

  • Added the example “hsvrsp.py”

0.4.0 (20202-11-24)

  • Added the example “custom_genotype.py”