Releases: traveltime-dev/traveltime-python-sdk
Releases · traveltime-dev/traveltime-python-sdk
v4.2.0
What's Changed
- Add examples for time-filter matrix by @Donatas-L in #179
protobuf
optional by @Donatas-L in #181
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.1
What's Changed
- Remove unused
_split_size
param by @arnasbr in #175 - Fix level of detail naming by @Donatas-L in #177
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Updating overridable proto transport params by @arnasbr in #168
- Version 4.0.0 by @Donatas-L in #171
Full Changelog: v3.11.1...v4.0.0
v4.0.0
What's Changed
- Updating overridable proto transport params by @arnasbr in #168
- Version 4.0.0 by @Donatas-L in #171
Full Changelog: v3.11.1...v4.0.0
v3.11.1 - Protobuf updates
Testing package build
v3.11.1dev2 fix
v3.10.2 - Allow overriding endpoint path.
Features:
-
All functions (except protobuf) now allow the user to override the url path if desired
* v4_endpoint_path: str - If defined, overrides the endpoint of the url `f"/v4/{v4_endpoint_path}"`.
Example usage:
results = await sdk.time_map_async( # your other params v4_endpoint_path = "time-map/custom" # will be used instead of the default hardcoded "time-map" )
Full Changelog: v3.10.1...v3.10.2
v3.10.1 - Added support of driving traffic-model parameter.
Features:
- Added support of optional parameter
traffic_model
for Driving transportation modes (driving, driving+ferry, driving+train, driving+public_transport) for time-map, routes, time-filter, h3, geohash endpoints.
Full Changelog: v3.10.0...v3.10.1
v3.10.0 - Adding support for H3 and Geohash
Features:
- Added H3 and H3-fast support
- Added Geohash and Geohash-fast support
Bug fixes:
- Uncovered and fixed a bug with
time_map_wkt
level_of_detail
param - it was not being set.
Other:
- Slight README restructuring
Full Changelog: v3.9.19...v3.10.0