Releases: vigonotion/pygti
Releases · vigonotion/pygti
v0.9.4
Changelog
- Bump GTI version to 54
Get it on PyPi:
pip install pygti==0.9.4
v0.9.3
Changelog
- Fix json serialization strategy for signature building (#75) @vigonotion
- correct license in setup.py (#70) @dotlambda
Get it on PyPi:
pip install pygti==0.9.3
v0.9.2
Changelog
🐛 Bug Fixes
⬆️ Dependencies
- Bump isort from 5.5.2 to 5.6.3 (#56) @dependabot-preview
Get it on PyPi:
pip install pygti==0.9.2
v0.9.1
Changelog
🐛 Bug Fixes
- Change default host to new host (#51) @vigonotion
⬆️ Dependencies
- Bump black from 19.10b0 to 20.8b1 (#47) @dependabot-preview
- Bump isort from 5.1.1 to 5.5.2 (#50) @dependabot-preview
- Bump isort from 4.3.21 to 5.1.1 (#37) @dependabot-preview
Get it on PyPi:
pip install pygti==0.9.1
v0.9.0
Changelog
- Add SingleTicketOptimizer (#27) @vigonotion
- Add missing asyncio package (#25) @chronoB
- Update readme to include installation an mwe (#26) @chronoB
- Change getTrackCoordinates() example to use new(?) keys (#24) @chronoB
- Add workaround for error of aiohttp in python38 (#23) @chronoB
⚠️ Breaking Changes
- Generate schemas.py from WADL/XSD (#30) @vigonotion
🔁 Continuous Integration
- Add release-drafter (#29) @vigonotion
Get it on PyPi:
pip install pygti==0.9.0
v0.8.6
Merge branch 'master' of github.com:vigonotion/pygti
v0.8.0
Added features:
- getTrackCoordinates
- tariffZoneNeighbours
- ticketList
- we are now targeting Geofox API version 38
Get it on PyPi:
pip install pygti==0.8.0
v0.7.0
Added features:
- getRoute
- getIndividualRoute
- listLines
- getTariff
- listStations
- getVehicleMap
- getAnnouncements
- checkPostalCode
Improvements:
- All requests now extend the
BaseRequestType
Get it on PyPi:
pip install pygti==0.7.0