v0.8.1
Overview
This release includes a bug fix and a few infrastructure upgrades and enhancements.
Enhancements and bug fix
- More intuitive input syntax for
frequency_differencing(#1106) - Set EK60/80 Platform and NMEA nan timestamp to first
ping_timevalue (#1154)- This avoids warnings due to xarray's new behavior with nan timestamp in coordinate
- Remove automatic version conversion in
open_converted(#1143)
Infrastructure
- Bump testing minimum Python version to 3.9 (#1146)
- Experiment with Python 3.11 in testing (#1148, #1156)
- Some tests related to
parsed2zarrfail due to the pinnedmore_itertoolsversion in python 3.11.parsed2zarris being overhauled in #1070 so these are deferred to the next release.
- Some tests related to
- Remove logging during testing (#1141)
- Remove NASC import causing failure (#1145)