Skip to content

Releases: PyVRP/VRPLIB

v2.0.2

11 Nov 15:08

Choose a tag to compare

This patch release fixes a configuration issue where the LICENSE.md file was not correctly added in the distributed wheels.

v2.0.1

01 Sep 12:58

Choose a tag to compare

This patch release fixes a build backend bug where the RECORD files in the distributed wheels did not have the correct encoding. See #131 for more details.

v2.0.0

14 Aug 14:03

Choose a tag to compare

This major version release removes the download functionality, which was already deprecated since v1.3.0.

Breaking changes

  • Migrate to uv, drop Python 3.9, remove download functionality by @leonlan in #129
  • Add edge weight type CEIL_2D by @leonlan in #130

Full Changelog: v1.5.1...v2.0.0

Version 1.5.1

14 Oct 12:48

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

14 Oct 06:58

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

21 Jun 07:54

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

06 Oct 09:30

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

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

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