Added
- Polyline utility functions, e.g., resampling, path length, orientation, curvature, intersection
- `__eq__` and `__hash__` functions for LaneletNetwork and related classes (e.g., traffic sign, traffic light, stop
line, etc.)
- Compatibility for Shapely 2.0
- New traffic signs for Germany
Changed
- License switched to BSD-3
- Date in solution file now stored in the dateTime format (`%Y-%m-%dT%H:%M:%S`)
Fixed
- Various small bug fixes