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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## **Unreleased**
10
10
11
+
### Added
12
+
13
+
- Added a `km` and a `mi` property to `Direction` class to get the distance in kilometers and miles ([#139](https://github.com/gis-ops/routingpy/issues/139)).
14
+
Distance stored in `Direction.distance` are always in meters.
15
+
11
16
### Fixed
12
17
13
18
- Fixes taking into account the `preference` parameter when calculating isochrones and matrix with Valhalla ([#120](https://github.com/gis-ops/routingpy/issues/120))
14
19
- Google's matrix checks each response element's status code ([#122](https://github.com/gis-ops/routingpy/pull/122))
15
20
- Fixed type hint on `Matrix.distances` and `Matrix.durations` ([#132](https://github.com/mthh/routingpy/pull/132))
16
21
- Added missing support for `kwargs` to Valhalla's `matrix` creation function ([#135](https://github.com/mthh/routingpy/pull/135))
17
22
23
+
### Removed
24
+
25
+
- Removed the `units` parameter from Valhalla's and OpenRouteService's `directions` and `matrix` methods ([#139](https://github.com/gis-ops/routingpy/issues/139)),
0 commit comments