Releases: Samuel-Roach/ergast-py
Releases · Samuel-Roach/ergast-py
v1.1.0: Update to Jolpica
As previously listed, Ergast
is deprecated, and will stop being updated come the beginning of 2025. Jolpica
offers a plug in replacement, and is the recommended switch.
This update has minimal functionality changes, however moves to using Jolpica
as the preferred API provider.
v1.0.0 - The Official Release
NOTE: This is the last major release before this package will be deprecated.
What's Changed
- Fixed issue #4 when races didn't have race time by @estevE11 in #5
- General refactoring and reformatting by @LaurenceRawlings in #6
- Continuous Integration with GitHub Action Workflows by @jamesreprise in #8
- Fix failing pytest by @Samuel-Roach in #13
- #11: Missing statuses by @Samuel-Roach in #16
- fix: fixed issue where pitstop duration could exceed a minute long by @Samuel-Roach in #21
- Add support for time interval in race result by @khushmeeet in #22
- 18: Fixed ValueError with driver number missing in construct_result by @Samuel-Roach in #24
- #20: Add Statuses workflow by @Samuel-Roach in #26
- Updated to version 1.0.0 by @Samuel-Roach in #28
New Contributors
- @estevE11 made their first contribution in #5
- @LaurenceRawlings made their first contribution in #6
- @jamesreprise made their first contribution in #8
- @khushmeeet made their first contribution in #22
Full Changelog: v0.7.0...v1.0.0
v0.7.0
- Fixed issue that occurs when trying to get standings through get_constructor_standing(s), get_driver_standing(s)