Skip to content

Commit 3856038

Browse files
committed
chore: update CHANGELOG
1 parent 7c15f5f commit 3856038

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
- 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)).
1414
Distance stored in `Direction.distance` are always in meters.
1515

16+
- Added a `pred_edge_id` property to `Edge` class that is used in `Expansions`.
17+
1618
### Fixed
1719

1820
- Fixes taking into account the `preference` parameter when calculating isochrones and matrix with Valhalla ([#120](https://github.com/gis-ops/routingpy/issues/120))
1921
- Google's matrix checks each response element's status code ([#122](https://github.com/gis-ops/routingpy/pull/122))
2022
- Fixed type hint on `Matrix.distances` and `Matrix.durations` ([#132](https://github.com/mthh/routingpy/pull/132))
2123
- Added missing support for `kwargs` to Valhalla's `matrix` creation function ([#135](https://github.com/mthh/routingpy/pull/135))
24+
- Fixed Valhalla's `expansion` method to follow the latest Valhalla API changes ([#142](https://github.com/mthh/routingpy/pull/142))
2225

2326
### Removed
2427

0 commit comments

Comments
 (0)