Skip to content

v0.8.1

Compare
Choose a tag to compare
@leewujung leewujung released this 02 Sep 23:08
· 221 commits to main since this release
3b69eae

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_time value (#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 parsed2zarr fail due to the pinned more_itertools version in python 3.11. parsed2zarr is being overhauled in #1070 so these are deferred to the next release.
  • Remove logging during testing (#1141)
  • Remove NASC import causing failure (#1145)