Overview
This release includes a number of small fixes and enhancements. An important component is to set the max supported python version to <3.12, before we fully migrate to using the new xarray.DataTree
in the next release with breaking changes.
Enhancements
- Remove min max attributes for
compute_MVBS
by @ctuguinay in #1380 - Update setup-services.py by @spacetimeengineer in #1398
- Add support for AZFP 130kHz by @ctuguinay in #1412
- Update calibrate_base.py to include EA640 in backscatter size check. by @torsteinnh in #1407
Bug and warning fixes
- Handle
NaN
inapply_mask
input mask by @leewujung in #1376 - EK60 Conversion: Drop channels that don't have power data by @ctuguinay in #1383
- Skip Parsing Invalid EK80 Environment Datagram(s) by @ctuguinay in #1387
- Fix 'Division by Zero' error when converting EK80 files without Sound Velocity Profile Depth value(s) by @ctuguinay in #1381
- Add error warning for all NaN lat/lon in
get_distance_from_latlon
by @leewujung in #1403 - Updated paths in test_align_to_ping_time_glider_azfp to use pytest fixture by @oftfrfbf in #1414
Documentation
- Update installation doc page by @leewujung in #1389
Others
- Set max python version <3.12 [all tests ci] by @leewujung in #1422
New Contributors
- @spacetimeengineer made their first contribution in #1398
- @oftfrfbf made their first contribution in #1414
- @torsteinnh made their first contribution in #1407
Full Changelog: v0.9.0...v0.9.1