Changes - Speed up parsing distance matrix: https://github.com/leonlan/VRPLIB/pull/68 - Add timeout to download: https://github.com/leonlan/VRPLIB/pull/75 - Check that depot sections ends with -1: https://github.com/leonlan/VRPLIB/pull/72
1.0.0
Features - Read VRPLIB and Solomon instances, as well as solutions - Download instances and solutions from CVRPLIB
0.1.2
Last release of `cvrplib`. Adds a deprecation statement to the README and points to `vrplib`.
0.1.1
Bugfix `list_names`, which now correctly reads the file `instance_names.csv` when the package is installed.
0.1.0
Initial release of `cvrplib`, a Python library for reading and downloading instances from [CVRPLIB](vrp.atd-lab.inf.puc-rio.br/index.php/en/). - Provides three functions: `read`, `download` and `list_names`. - Supports reading and downloading for all CVRP and VRPTW instances.