Skip to content

Releases: zaanposni/vvspy

v2.1.0

21 May 19:03
4e4ce18
Compare
Choose a tag to compare

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

20 May 11:48
b68108a
Compare
Choose a tag to compare

What's Changed

  • correctly check for station enum when resolving station identifier

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 May 06:49
3b992e6
Compare
Choose a tag to compare

What's Changed

  • fixed AttributeError on string or integer station identifier

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 May 14:48
61639a0
Compare
Choose a tag to compare

Changes

  • Respect limit for get_trips(): The get_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 to models: 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

18 Sep 07:40
Compare
Choose a tag to compare

Added requests.session parameter to all methods

Thanks to @mhorst00 for this contribution in #54

1.1.4 Fix trips and connections that have no duration

27 May 15:46
Compare
Choose a tag to compare

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

06 Apr 14:36
9a5121e
Compare
Choose a tag to compare

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

08 Jan 19:52
2d60c28
Compare
Choose a tag to compare

fixed an issue which caused pip install vvspy on linux to fail

1.1.0

17 Dec 21:50
9174ba4
Compare
Choose a tag to compare
added option to get response obj of api request returned. fixes #… (#47)

added option to get response obj of api request returned. fixes #32