You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,33 @@
2
2
3
3
## Breaking changes
4
4
5
-
-`clarke_wright()`: The default argument of `restrictions` changed from `NULL` to an empty data frame. Passing `restrictions = NULL` now fails.
5
+
-`clarke_wright()`: The default argument of `restrictions`is changed from `NULL` to an empty data frame. Passing `restrictions = NULL` now fails.
6
6
7
-
## Bugfixes
7
+
## Minor improvements and fixes
8
8
9
9
-`clarke_wright()`:
10
10
11
-
-Fixed a bug where vehicle restrictions would not be applied correctly if two tours were linked whose end points did not have vehicle restrictions maintained, but the tours included other edges with vehicle restrictions.
11
+
-Vehicle restrictions are now correctly applied if two tours are linked whose end points do not have vehicle restrictions maintained, but the tours include other edges with vehicle restrictions.
12
12
13
-
-Fixed integer overflow bugs which caused the R session to crash in certain circumstances.
13
+
-R session does not crash anymore due to integer overflow issues in certain circumstances.
14
14
15
-
-`plot()` / `autoplot()`: plotting of a milk run result with a single site now also works.
15
+
-`plot()` / `autoplot()`
16
+
17
+
- Plotting of a milk run result with a single site now also works.
18
+
19
+
- The functions do have reference pages now.
16
20
17
21
# heumilkr 0.2.0
18
22
19
-
## Enhancements
23
+
## New features
20
24
21
25
- Add the `cvrp_*()` function family for handling [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br/) data.
22
26
23
27
- New vignette with performance benchmarks: `vignette("clarke_wright_performance")`.
24
28
25
-
## Bugfixes
29
+
## Minor improvements and fixes
26
30
27
-
-Fix `clarke_wright()`crashing R when passing `NA` values to the `distances` argument: it stops gracefully instead.
31
+
-`clarke_wright()`does not crash R anymore when passing `NA` values to the `distances` argument: it stops gracefully instead.
0 commit comments