Skip to content

Releases: SCasanova/f1dataR

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

F1 Data R

21 Jun 02:12
Compare
Choose a tag to compare
F1 Data R Pre-release
Pre-release

First package release. Set of 4 functions and 1 data frame.