Skip to content

Commit 67322be

Browse files
committed
chore: update changelog
1 parent 42ae5a6 commit 67322be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## **Unreleased**
1010

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+
1116
### Fixed
1217

1318
- Fixes taking into account the `preference` parameter when calculating isochrones and matrix with Valhalla ([#120](https://github.com/gis-ops/routingpy/issues/120))
1419
- Google's matrix checks each response element's status code ([#122](https://github.com/gis-ops/routingpy/pull/122))
1520
- Fixed type hint on `Matrix.distances` and `Matrix.durations` ([#132](https://github.com/mthh/routingpy/pull/132))
1621
- Added missing support for `kwargs` to Valhalla's `matrix` creation function ([#135](https://github.com/mthh/routingpy/pull/135))
1722

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)),
26+
and from Valhalla's `isochrones` method.
27+
1828
## [v1.3.0](https://pypi.org/project/routingpy/1.3.0/)
1929

2030
### Added

0 commit comments

Comments
 (0)