Releases: zaanposni/vvspy
Releases · zaanposni/vvspy
v2.2.0
v2.1.0
What's Changed
- fixed typo in readme by @zaanposni in #74
- dropped support for python 3.6 and 3.7 to fix vulnerability CVE-2024-35195 in requests dependency
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- correctly check for station enum when resolving station identifier
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fixed AttributeError on string or integer station identifier
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Changes
- Respect limit for
get_trips()
: Theget_trips()
function now respects the specified limit. - Removed debug: The debug parameter has been removed. Please use the logging module to set the desired log level instead.
- Renamed
obj
tomodels
: Improved clarity by renaming the obj directory to models. You will need to adjust your imports. - Added station enum: Introduced a station enum for better organization and readability. No more searching for your station identifier!
- Revised readme and examples: Updated the README file and examples for better understanding and usage.
- Using logging module instead of prints: Replaced print statements with the logging module for better logging practices.
- Update requirements.txt: Updated dependencies in requirements.txt to the latest versions.
- Update CSV files: Updated CSV resources with the latest data.
Read more about the new enum in #64
1.2.0 Added requests.session parameter to all methods
1.1.4 Fix trips and connections that have no duration
If a trip is very short (<1minute) the VVS API appears to omit the duration property which resulted in an exception. This has been fixed.
1.1.3 added more station infos to csv files
Added more csv including station info.
Please refer to this issue if you cannot find your station.
1.1.2 Fixed pip install for linux
fixed an issue which caused pip install vvspy
on linux to fail