Skip to content

Releases: traveltime-dev/traveltime-python-sdk

v3.9.17 - Adding Time Map Fast

21 Oct 12:12
6bf8b67
Compare
Choose a tag to compare

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

21 Oct 09:04
389a1e0
Compare
Choose a tag to compare
  • 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

12 Sep 12:33
a39bd78
Compare
Choose a tag to compare

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

27 Aug 10:51
0f9b9e9
Compare
Choose a tag to compare

Adding custom userAgents

Full Changelog: v3.9.12...v3.9.14

v3.9.12: Add mising `MaxChanges` class to __init__.py

06 Aug 10:50
212ef51
Compare
Choose a tag to compare

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

26 Jul 14:10
13b2add
Compare
Choose a tag to compare

Deleted old version.py file in favor of git versioning.

Full Changelog: v3.9.10...v3.9.11

v3.9.10: Modernizing setup (#125)

16 Jul 10:26
c378ce0
Compare
Choose a tag to compare

Replacing old setup.py setup with pyproject.toml

Full Changelog: v3.9.9...v3.9.10

v3.9.9 - Adding `snapping` support

13 Jun 12:47
d411d04
Compare
Choose a tag to compare

v3.9.8 - Fixes for type mismatches, improving CI

06 May 16:13
4c90f77
Compare
Choose a tag to compare
  • Added mypy and black 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

25 Apr 08:18
Compare
Choose a tag to compare

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