Skip to content

Releases: PyVRP/VRPLIB

Version 1.3.0

06 Oct 09:30
Compare
Choose a tag to compare

Version 1.3.0 now provides functions to writing VRPLIB-style instances and solutions! Moreover, the download module has been deprecated and will be removed in the next major version release.

Changes

  • Add DeprecationWarning to download module (3f864c9)
  • Write instances and solutions (#109)

Version 1.2.0

28 Jul 18:29
Compare
Choose a tag to compare

vrplib now supports line comments using the # syntax. Introduced in #104 by @N-Wouda.

Version 1.1.0

15 May 09:49
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.