Skip to content

Commit

Permalink
[doc] Update NEWS and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
krashish8 committed Dec 23, 2021
1 parent 7c0b52b commit 639d8db
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
22 changes: 15 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
v0.3.0 Release Notes
*******************************************************************************

To see all issues & pull requests closed by this release see the [Git closed milestone for 0.3.0 ](https://github.com/pgRouting/vrprouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%200.3.0%22) on Github.
To see all issues & pull requests closed by this release see the [Git closed milestone for 0.3.0](https://github.com/pgRouting/vrprouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%200.3.0%22) on Github.

*Modification of experimental functions*
**Modification of experimental functions**

- VROOM

Expand All @@ -15,7 +15,7 @@ To see all issues & pull requests closed by this release see the [Git closed mil
- vrp_vroomJobsPlain
- vrp_vroomShipmentsPlain

*Added support for VROOM 1.11.0 (#24)*
**Added support for VROOM 1.11.0 ([#24](https://github.com/pgRouting/vrprouting/issues/24))**

- Added setup time in jobs and shipments to refine service time modeling.
- Added support for custom cost matrices, along with the duration matrix.
Expand All @@ -26,14 +26,22 @@ To see all issues & pull requests closed by this release see the [Git closed mil
- Added custom scaling logic for speed_factor.
- Modified parameter names to make the naming consistent.

*Fixes*
**Fixes**

- Honor client cancel requests for vroom-category functions.
- Added more information in the inner query and result columns of VROOM category functions
([#26](https://github.com/pgRouting/vrprouting/issues/26), [#27](https://github.com/pgRouting/vrprouting/issues/27)):

- Summary row in the output, for each vehicle and for the complete problem.
- Uassigned 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.

v0.2.0 Release Notes
*******************************************************************************

*New experimental functions*
**New experimental functions**

- VROOM

Expand All @@ -47,11 +55,11 @@ v0.2.0 Release Notes
v0.1.0 Release Notes
*******************************************************************************

*Extraction tasks*
**Extraction tasks**

- Porting pgRouting's VRP functionality

*New official functions*
**New official functions**

* vrp_version
* vrp_full_version
10 changes: 9 additions & 1 deletion doc/general/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To see all issues & pull requests closed by this release see the `Git closed mil
- vrp_vroomJobsPlain
- vrp_vroomShipmentsPlain

.. rubric:: Added support for VROOM 1.11.0 (#24)
.. rubric:: Added support for VROOM 1.11.0 (`#24 <https://github.com/pgRouting/vrprouting/issues/24>`_)

- Added setup time in jobs and shipments to refine service time modeling.
- Added support for custom cost matrices, along with the duration matrix.
Expand All @@ -52,6 +52,14 @@ To see all issues & pull requests closed by this release see the `Git closed mil
.. rubric:: Fixes

- Honor client cancel requests for vroom-category functions.
- Added more information in the inner query and result columns of VROOM category functions
(`#26 <https://github.com/pgRouting/vrprouting/issues/26>`_, `#27 <https://github.com/pgRouting/vrprouting/issues/27>`_):

- Summary row in the output, for each vehicle and for the complete problem.
- Uassigned 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.

v0.2.0 Release Notes
*******************************************************************************
Expand Down

0 comments on commit 639d8db

Please sign in to comment.