Skip to content

Commit e7cd64b

Browse files
polish NEWS
1 parent 0188a09 commit e7cd64b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

NEWS.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,33 @@
22

33
## Breaking changes
44

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.
66

7-
## Bugfixes
7+
## Minor improvements and fixes
88

99
- `clarke_wright()`:
1010

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.
1212

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.
1414

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.
1620

1721
# heumilkr 0.2.0
1822

19-
## Enhancements
23+
## New features
2024

2125
- Add the `cvrp_*()` function family for handling [CVRPLIB](http://vrp.atd-lab.inf.puc-rio.br/) data.
2226

2327
- New vignette with performance benchmarks: `vignette("clarke_wright_performance")`.
2428

25-
## Bugfixes
29+
## Minor improvements and fixes
2630

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.
2832

2933
# heumilkr 0.1.0
3034

0 commit comments

Comments
 (0)