Skip to content

Commit

Permalink
Draft v0.8.1 release notes (#1151)
Browse files Browse the repository at this point in the history
* add PRs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add #1154

* change #1154 PR title

* change date; more info re 3.11 test failures

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* small wording tweak

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
leewujung and pre-commit-ci[bot] authored Sep 2, 2023
1 parent 5133fc6 commit 00ee579
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/source/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ What's new
See [GitHub releases page](https://github.com/OSOceanAcoustics/echopype/releases) for the complete history.


# v0.8.1 (2023 September 2)

## 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)
- Add Python 3.11 in testing (#1148)
- Some tests related to `parsed2zarr` fail due to `more_itertools` 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)







# v0.8.0 (2023 August 27)

## Overview
Expand Down

0 comments on commit 00ee579

Please sign in to comment.