Skip to content

v1.4.0

Compare
Choose a tag to compare
@natekspencer natekspencer released this 10 Jun 19:03
· 177 commits to main since this release
5572a22

What's Changed

  • Adjusted logic for wind_direction and wind_direction_cardinal to report based on the last wind event or observation, whichever is most recent (similar to wind_speed)
  • Added properties for wind_direction_average and wind_direction_average_cardinal to report only on the average wind direction
  • Handle UnicodeDecodeError during message processing
  • Bump Pint to ^0.19

Breaking Changes:

  • The properties wind_direction and wind_direction_cardinal now report based on the last wind event or observation, whichever is most recent. If you want the wind direction average (previous logic), please use the properties wind_direction_average and wind_direction_average_cardinal, respectively
  • The default symbol for rain_rate is now mm/h instead of mm/hr due to Pint 0.19 - hgrecco/pint#1454

Full Changelog: v1.3.1...v1.4.0