Releases: traveltime-dev/traveltime-python-sdk
v3.9.17 - Adding Time Map Fast
Added support for Time Map Fast (json and geojson)
Full Changelog: v3.9.16...v3.9.17
v3.9.16 - Fixes for Routes and Protobuf locations
- Fixed incorrect Routes json model representation
- Updated protobuf locations with new entries
Full Changelog: v3.9.15...v3.9.16
v3.9.15 - Add `py.typed` marker file
Adding py.typed
marker file for static type checkers such as mypy
.
Minor CI improvements.
Full Changelog: v3.9.14...v3.9.15
v3.9.14 - Add custom userAgents
Adding custom userAgents
Full Changelog: v3.9.12...v3.9.14
v3.9.12: Add mising `MaxChanges` class to __init__.py
MaxChanges
was missing from the __init__.py
file.
Full Changelog: v3.9.11...v3.9.12
v3.9.11: Using git versioning instead of relying on hardcoded version file
Deleted old version.py
file in favor of git versioning.
Full Changelog: v3.9.10...v3.9.11
v3.9.10: Modernizing setup (#125)
Replacing old setup.py
setup with pyproject.toml
Full Changelog: v3.9.9...v3.9.10
v3.9.9 - Adding `snapping` support
snap_penalty
was replaced with snapping
. Documentation: https://docs.traveltime.com/api/reference/isochrones#departure_searches-snapping
Full Changelog: v3.9.8...v3.9.9
v3.9.8 - Fixes for type mismatches, improving CI
- Added
mypy
andblack
checks to CI - Fixed type mismatches found by
mypy
- Replaced some deprecated methods
Full Changelog: v3.9.6...v3.9.8
v3.9.6 - Support for distance-map and snap_penalty
Added support for additional endpoint - /v4/distance-map, which find shapes of zones reachable within corresponding travel distance.
Added support for snap_penalty param - which governs whether the walking time and distance from the departure location to the nearest road, and from the nearest road to the arrival location, should be added to the total travel time and distance of a journey or not.
v3.9.4...v3.9.6