v0.3.0
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 |