Skip to content

Commit

Permalink
v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed May 8, 2021
1 parent d330d30 commit 76da8a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ or issue you would like to work on. This way we can coordinate so that no unnece
Working directly on the core and api code will require some time to understand. Creating nice default plots on the
other hand does not required as deep of an understanding of the code and is therefore easier to accomplish. Pick
whatever you like to do.

Also, the documentation needs an examples section. You can provide some snippets of your code as examples for
others, to help them get started easier.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog
=========


v2.1.6 Added weather data, general improvements and bug fixes
=============================================================

- Add weather data (#26)
See: :meth:`.core.Lap.get_weather_data`, :meth:`.core.Laps.get_weather_data`,
:attr:`.core.Session.weather_data`
- Fix: error when calling :meth:`.core.Laps.get_pos_data` (#22)
- Fix: error when calling `get_telemetry` on the first lap (or a set of laps
containing the first lap)
- Make the live timing client exit more cleanly


v2.1.5 Improved robustness and minor fixes
==========================================

Expand Down
2 changes: 1 addition & 1 deletion fastf1/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.5'
__version__ = '2.1.6'

0 comments on commit 76da8a3

Please sign in to comment.