Skip to content

Releases: PyVRP/VRPLIB

Version 1.1.0

15 May 09:49

Choose a tag to compare

Changes

  • Allow directory paths to download functions #87.
  • Raise errors when the instance file does not conform to specified format #83.
  • Allow depot section to contain no end token #83.
  • Optional argument to compute edge weights #98.
  • Describe instance and solution formats in README #96

Version 1.0.1

17 Feb 14:54
8e055b0

Choose a tag to compare

Changes

  • Speed up parsing distance matrix: #68
  • Add timeout to download: #75
  • Check that depot sections ends with -1: #72

Version 1.0.0

06 Feb 18:01

Choose a tag to compare

VRPLIB 1.0.0 release notes

Features

  • Read VRPLIB and Solomon instances, as well as solutions
  • Download instances and solutions from CVRPLIB

Version 0.1.2 (deprecated)

05 Feb 19:06

Choose a tag to compare

Last release of cvrplib. Adds a deprecation statement to the README and points to vrplib.

Version 0.1.1

14 Jul 16:06
8a10384

Choose a tag to compare

Bugfix list_names, which now correctly reads the file instance_names.csv when the package is installed.

Version 0.1.0

09 Jul 10:09

Choose a tag to compare

Initial release of cvrplib, a Python library for reading and downloading instances from CVRPLIB.

  • Provides three functions: read, download and list_names.
  • Supports reading and downloading for all CVRP and VRPTW instances.