Skip to content

Releases: PyVRP/VRPLIB

Version 1.1.0

Choose a tag to compare

@leonlan leonlan released this 15 May 09:49

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

Choose a tag to compare

@leonlan leonlan released this 17 Feb 14:54
8e055b0

Changes

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

Version 1.0.0

Choose a tag to compare

@leonlan leonlan released this 06 Feb 18:01

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)

Choose a tag to compare

@leonlan leonlan released this 05 Feb 19:06

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

Version 0.1.1

Choose a tag to compare

@leonlan leonlan released this 14 Jul 16:06
8a10384

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

Version 0.1.0

Choose a tag to compare

@leonlan leonlan released this 09 Jul 10:09

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.