Published August 21, 2021
| Version v0.5.3
Software
Open
OSOceanAcoustics/echopype: v0.5.3
Authors/Creators
- 1. University of Washington
- 2. NOAA Alaska Fisheries Science Center
- 3. CIRES/NCEI
- 4. Fisheries and Oceans Canada
- 5. University of Washington Applied Physics Laboratory
- 6. Marine Physical Laboratory
Description
Overview
This is a minor release that adds a few new functionalities, in particular a method to combine multiple EchoData objects, addresses a few bugs, improves packaging by removing pinning for dependencies, and improving the testing framework.
New features- Add a new method to combine multiple EchoData objects (#383, #414, #422, #425 )
- Potential time reversal problems in time coordinates (e.g.,
ping_time,location_time) are checked and corrected as part of the combine function - The original timestamps are stored in the
Provenancegroup
- Potential time reversal problems in time coordinates (e.g.,
- Add a new method
compute_rangeforEchoDataobject (#400) - Add subpackage
metricsand supply functions to compute summary statistics (#402) - Allow flexible extensions for AZFP files in the form ".XXY" where XX is a number and Y is a letter (#428)
- Fix the bug/logic problems that prevented calibrating data in EK80 files that contains coexisting BB and CW data (#400)
- Fix the bug that prevented using the latest version of
fsspec(#401) - Fix the bug that placed
echosounder_raw_transmit_samples_i/qas the first ping inechosounder_raw_samples_i/qas they should be separate variables (#427)
- Consolidate functions that handle local/remote paths and checking file existence (#401)
- Unpin all dependencies (#401)
- Improve test coverage accuracy (#411)
- Improve testing structure to match with subpackage structure (#401, #416, #429 )
- Expand
Contributing to echopypepage, including development workflow and testing strategy (#417, #420, #423)
Files
OSOceanAcoustics/echopype-v0.5.3.zip
Files
(323.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ddada8634bed1b70d690ae1137e0a395
|
323.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OSOceanAcoustics/echopype/tree/v0.5.3 (URL)