Skip to content

Releases: SCasanova/f1dataR

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

f1dataR 1.2.0

20 Jul 20:43
c9dfbdd
Compare
Choose a tag to compare

Breaking Changes

  • Deprecated fastest_only as an argument from load_driver_telemetry(). Now laps is the correct argument with all, fastest or and integer as options.

Big Changes

  • New vignettes
  • Updated license
  • Moving towards a CRAN release (cleaner code)
  • Sprint weekend indicator in load_schedule
  • Better error handling

All Changes

Full Changelog: v1.0.0...v1.2.0

f1dataR 1.0.0

20 Jun 12:30
2547a92
Compare
Choose a tag to compare

This is the first official release after beta status!

Breaking Changes!

  • Some column names have changed to follow snake case
  • get_driver_telemetry() has initiated deprecation process in favour of load_driver_telemetry()
  • race argument has initiated deprecation process in favour of round for all functions

Other changes

  • Increase the coverage of functions with the new release of fastf1 by @pbulsink
  • Create code testing and code coverage tests for the package by @pbulsink
  • Standardize outputs, parameters, and function names for consistency using {lifecycle} by @SCasanova
  • Reduce dependencies from other packages by @pbulsink
  • Fix seeeeeeveral typos
  • Include more examples in the introduction vignette
  • Cleaned up the reference page (by making dot-* functions internal)

Note: Future versioning will be more consistent and release notes more detailed to reflect changes

Huge thanks to all our contributors

Contributors

Full Changelog: v.0.2.0-beta...v.1.0.0

F1 Data R Beta

22 Jun 00:47
Compare
Choose a tag to compare
F1 Data R Beta Pre-release
Pre-release
v.0.2.0-beta

Fix README