|
1 | 1 | # f1dataR (development version) |
2 | 2 |
|
3 | 3 | * Updated code to match new `reticulate` interface for package and environment management. |
4 | | -* Updated tests to use `vcr` package to reduce hits on the Jolpica API |
| 4 | +* Updated tests to use `vcr` package to reduce hits on the Jolpica API. |
5 | 5 | * Removed support for FastF1 v < 3.0 (now causes errors instead of warnings). |
6 | 6 | * Test suite and automated testing changes to reflect the above changes. |
7 | | -* Fixed a data conversion issue in `time_to_sec()` (#290) |
8 | | -* Updated testing to comply with changes in ggplot2 (#292) |
| 7 | +* Refactored out `case_match` which was deprecated from `dplyr`. |
| 8 | +* Fixed a data conversion issue in `time_to_sec()` (#290). |
| 9 | +* Updated testing to comply with changes in `ggplot2` (#292). |
| 10 | +* Updated data conversions to avoid bugs after changes in Jolpica database. (#281, #284, #298, #299) |
9 | 11 |
|
10 | 12 | # f1dataR 2.0.1 |
11 | 13 |
|
12 | 14 | * Forced fail-over from Ergast to Jolpica (still deprecated at 'warn' level). |
13 | | -* Fixed a pre-season bug where Jolpica API was missing a column in load_season(). |
14 | | -* Fixed a bug resulting from a change in API for 2025 season - Thanks to @appiehappie999 (#277) |
| 15 | +* Fixed a pre-season bug where Jolpica API was missing a column in `load_season()`. |
| 16 | +* Fixed a bug resulting from a change in API for 2025 season - Thanks to @appiehappie999. (#277) |
15 | 17 |
|
16 | 18 | # f1dataR 2.0.0 |
17 | 19 |
|
18 | 20 | * Deprecated Ergast and moved to Jolpica API for Ergast Functions. While this is not a breaking change in the code syntax, the documentation changes significantly to reflect this and a new major version is appropriate. (#268) |
19 | | -* Bugfix in plot_fastest(). |
20 | | -* Bugfix in load_results() with pagination - Thanks to @awanderingspirit. (#272) |
| 21 | +* Bugfix in `plot_fastest()`. |
| 22 | +* Bugfix in `load_results()` with pagination - Thanks to @awanderingspirit. (#272) |
21 | 23 | * Bugfix in README. (#267) |
22 | 24 |
|
23 | 25 | # f1dataR 1.6.0 |
|
0 commit comments