Releases: alec-kr/F1PyStats
Releases · alec-kr/F1PyStats
F1PyStats v0.1.1
What's New
New Features
- Added race circuit details by @achiverram28 in #66
- Added optional fastest parameter to pit_stops by @dan-pavlov in #89
Bug Fixes
- Fixed year values error and bug by @Lakshayainani in #69
- Fixed typo in pit_stops by @AtharvaDeshmukh0909 in #78
- Specify poetry minimum version by @nitrok in #90
Improvements
- Introduce code coverage by @youpong in #71
- Introduce flake8 style guide checker by @SilverTux in #73
- Create greetings.yml by @alec-kr in #75
- Extract last season constants from the code by @SilverTux in #80
- Updated Readme.md to show valuable contributors by @malay5 in #87
- ci: Use Poetry for CI by @jidicula in #86
- Update supported versions by @youpong in #92
New Contributors
- @Lakshayainani made their first contribution in #69
- @SilverTux made their first contribution in #73
- @AtharvaDeshmukh0909 made their first contribution in #78
- @nitrok made their first contribution in #90
- @malay5 made their first contribution in #87
- @jidicula made their first contribution in #86
Full Changelog: v0.1.0...v0.1.1
Please report any issues or bugs encountered by creating an issue.
Initial Release
Initial Release Notes
What's New
New Features
- Added lap_times() functionality by @arungrace88 in #32
- Added pit_stops() by @alec-kr in #35
- Added driver_standings() in #6
- Added constructor_standings() in #7
- Added finishing_status() by @AdityaKeshan in #46
- Adding get drivers() by @Exoutia in #45
- Added sprint_results() by @AdityaKeshan in #59
- Added race_results in #8
- Adding get_constructors() by @dan-pavlov in #60
- Adding qualifying_results() by @achiverram28 in #50
Bug Fixes
- Changed logic to get driver numbers before 2014 by @alec-kr in #55
- Add a test for the permanentNumber omitted by @youpong in #58
Improvements
- Ergast refactor by @alec-kr in #15
- Refactory of the code by @Domefemia in #16
- Refactored with classes and objects by @alec-kr in #23
- Refactor modules and update code format. by @irahorecka in #49
- update with standardized code format by @youpong in #51
- Format code by @youpong in #61
- Add testing workflow by @alec-kr in #31
- Added tests for the f1pystats package by @alec-kr in #57
Other Changes
- Package build by @alec-kr in #2
- Added pull_request_template by @alec-kr in #29
- Added development tools by @gauravkolekar in #28
- Create CODE_OF_CONDUCT.md by @alec-kr in #36
- Add contributing.md by @alec-kr in #37
- Added Linting, Type Checking and Documentation by @gauravkolekar in #38
- Refactor DriverInfo by @youpong in #53
- Created Logo for Library by @Glowstik-YT in #62
New Contributors
- @Domefemia made their first contribution in #16
- @gauravkolekar made their first contribution in #28
- @arungrace88 made their first contribution in #32
- @AdityaKeshan made their first contribution in #46
- @irahorecka made their first contribution in #49
- @youpong made their first contribution in #51
- @Exoutia made their first contribution in #45
- @dan-pavlov made their first contribution in #60
- @achiverram28 made their first contribution in #50
- @Glowstik-YT made their first contribution in #62
Full Changelog: https://github.com/alec-kr/F1PyStats/commits/v0.1.0