Skip to content

Releases: SCasanova/f1dataR

f1dataR 2.0.1

27 Mar 10:04
Compare
Choose a tag to compare
  • Forced fail-over from Ergast to Jolpica (still deprecated at 'warn' level).
  • Fixed a pre-season bug where Jolpica API was missing a column in load_season().
  • Fixed a bug resulting from a change in API for 2025 season - Thanks to @appiehappie999 (#277)

f1dataR 2.0.0

01 Mar 15:57
ffa8610
Compare
Choose a tag to compare

Now using Jolpica as a backend as Ergast is deprecated

What's Changed

Full Changelog: v1.6.0...v2.0.0

f1dataR 1.6.0

27 Aug 23:39
Compare
Choose a tag to compare
v1.6.0

Increment version number to 1.6.0

f1dataR v1.5.3 (CRAN)

22 May 18:43
4883e76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

f1dataR v1.5.2 CRAN

16 Apr 04:16
94f0c58
Compare
Choose a tag to compare

Minor Changes

*New vignette highlighting functionality with real-world example by @pbulsink
*Some test fixing and graceful failing

What's Changed

Full Changelog: v1.5.1...v1.5.2

f1dataR v1.5.1 (CRAN)

12 Mar 16:46
bf2f498
Compare
Choose a tag to compare

Big Changes

  • FastF1 > 3.1 is required
  • Added circuit details
  • New vignettes to show functionality

What's Changed

Full Changelog: v1.5.0...v1.5.1

f1dataR v1.5.0 (CRAN)

26 Jan 00:21
fbd1213
Compare
Choose a tag to compare

New

  • Circuit details are now available with turn numbers
  • Fixed issues with interaction with Python package

What's Changed

Full Changelog: v1.4.1...v1.5.0

f1dataR v1.4.1

15 Nov 00:56
76c4c4d
Compare
Choose a tag to compare

##News
This is mostly a maintenance release.

  • Fixed a bug with cache options (#194, #195, #197)
  • Fixed a build bug (#200)
  • Began deprecation of support for FastF1 v < 3.1.0 (#198)

What's Changed

Full Changelog: v1.4.0...v1.4.1

f1dataR v1.4.0

05 Oct 11:17
3dfa293
Compare
Choose a tag to compare

Version 1.4.0 is available on CRAN.

This update includes the following changes:

  • Added a function correct_track_ratio() to ensure plotted tracks have proper x & y ratios (#89, #179)
    • Updated plot_fastest() to use correct_track_ratio()
  • Added a function to help switch between cache choices (#170, #171)
    • Ensured cache option had default ("memory") (#181, #183)
  • Simplified Python package fastf1 installation (#187).
    • Virtualenv and Conda environment management is up to the user now

Full Changelog: v1.3.0...v1.4.0

f1dataR 1.3.0 (CRAN)

17 Aug 14:05
Compare
Choose a tag to compare

f1dataR is now offialy on CRAN!

Breaking Changes

  • Users now have the option to select how they want the cache to be handled: memory, off (no cache), or file system.
  • If you previously had set a cache directory options("f1dataR.cache" = [dir]) there will be no change.
  • If you had previously not specified a cache directory, the package used to use the result of getwd(), so you can force that directory.
  • New users can specify a default file cache location by setting options("f1dataR.cache" = "filesystem") or specify any other (existing) directory by setting the option.
  • Cache will otherwise use memory as a default until the end of the R session or for 24h (whichever comes first).
  • Caching can be turned off by setting the option to "off"

Big Changes

  • Functions are now cached on load instead on build
  • Updated documentation per requirements after CRAN review

All Changes

Full Changelog: v1.2.0...v1.3.0