Skip to content

Releases: pgRouting/vrprouting

v0.3.0

13 Feb 18:12
0de911e
Compare
Choose a tag to compare

vrpRouting v0.3.0 Release Notes

To see all issues & pull requests closed by this release see the Git closed milestone for 0.3.0 on Github.

Modification of experimental functions

  • VROOM

    • vrp_vroom
    • vrp_vroomJobs
    • vrp_vroomShipments
    • vrp_vroomPlain
    • vrp_vroomJobsPlain
    • vrp_vroomShipmentsPlain

Added support for VROOM 1.11.0 (#24)

  • Added setup time in jobs and shipments to refine service time modeling.
  • Added support for custom cost matrices, along with the duration matrix.
    • Using start_id, end_id, duration, cost as matrix table columns.
  • Added timeout and exploration_level parameters to vroom-category functions.
  • Added max_tasks column in vehicles.
  • Added tests for empty skills arrays.
  • Added custom scaling logic for speed_factor.
  • Modified parameter names to make the naming consistent.

Fixes

  • Honor client cancel requests for vroom-category functions.

  • Added more information in the inner query and result columns of VROOM category functions
    (#26, #27):

    • Summary row in the output, for each vehicle and for the complete problem.
    • Unassigned rows in the output with vehicle_id = -1.
    • Modified travel_time result column to return travel time between current and last step.
    • Added data jsonb field in jobs, shipments, vehicles, breaks as well as in the result columns.
    • Added departure field and location_id field in the result columns.

Attachments

File Contents
doc-v0.3.0-en.tar.gz English documentation. Redirection to English
vrprouting-0.3.0.tar.gz tar.gz of the release
vrprouting-0.3.0.zip zip of the release

v0.2.0

07 Sep 15:50
fdda73f
Compare
Choose a tag to compare

vrpRouting v0.2.0 Release Notes

New experimental functions

  • VROOM

    • vrp_vroom
    • vrp_vroomJobs
    • vrp_vroomShipments
    • vrp_vroomPlain
    • vrp_vroomJobsPlain
    • vrp_vroomShipmentsPlain

Attachments

File Contents
doc-v0.2.0-en.tar.gz English documentation. Redirection to English
vrprouting-0.2.0.tar.gz tar.gz of the release
vrprouting-0.2.0.zip zip of the release

v0.1.0

11 Aug 16:39
Compare
Choose a tag to compare

vrpRouting v0.1.0 Release Notes

Extraction tasks

  • Porting pgRouting's VRP functionality

New official functions

  • vrp_version
  • vrp_full_version

Attachments

File Contents
doc-v0.1.0-en.tar.gz English documentation. Redirection to English
vrprouting-0.1.0.tar.gz tar.gz of the release
vrprouting-0.1.0.zip zip of the release