v0.7.1
Overview
This release includes important updates to the requirements, small bug fixes, and refactoring of AZFP parser code to handle files from glider deployment and improve code coherence.
Enhancement and bug fixes
- AZFP conversion enhancements
- Improve impedance parameter handling for EK80 files (#1019)
- allow impedance data type to be float
- unify naming of impedance parameters
- Allow only one chirp generation option for EK80 broadband processing (#1019)
- previously there was an option to use the implementation from Matlab echolab
- starting from this version only the implementation identical to those from Lars Andersen (repo)
- Remove unneeded return self in processing level decorator wrapper-inner function for class method (#1037)
Tests and infrastructure
- Unpin xarray version and pin pandas < 2 (#981)
- allow v0.7.x in
map_ep_version
checks