v1.4.0
What's Changed
- Adjusted logic for
wind_direction
andwind_direction_cardinal
to report based on the last wind event or observation, whichever is most recent (similar towind_speed
) - Added properties for
wind_direction_average
andwind_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
andwind_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 propertieswind_direction_average
andwind_direction_average_cardinal
, respectively - The default symbol for
rain_rate
is nowmm/h
instead ofmm/hr
due to Pint 0.19 - hgrecco/pint#1454
Full Changelog: v1.3.1...v1.4.0