Recent Releases of DAS4Whales
DAS4Whales - Pypi publication
#26 Pypi publication release
What's Changed
- data_handle modifications PR by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/2
- Qgoestch main by @leabouffaut in https://github.com/DAS4Whales/DAS4Whales/pull/3
- Matched filtering detection and snr plots by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/4
- fixed broken notebook by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/5
- Merge from qgoestch main by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/6
- Documentation pull request by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/7
- Updated tutorial, debugs and functions by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/8
- Whidbey cable compatibility by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/9
- Title plots generalization by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/10
- Pull functions helpful to the DAS level paper by @leabouffaut in https://github.com/DAS4Whales/DAS4Whales/pull/11
- Update ci.yml by @leabouffaut in https://github.com/DAS4Whales/DAS4Whales/pull/12
- Update pyproject.toml by @leabouffaut in https://github.com/DAS4Whales/DAS4Whales/pull/13
- Dependencies fix and updated functions for localization, association an plotting by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/14
- Fix spatial module import by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/15
- Update init.py by @leabouffaut in https://github.com/DAS4Whales/DAS4Whales/pull/16
- Temporary fix of simpledas subrepo by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/17
- Numpy 2.2 sparse matrix patch and minor fixes by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/18
- Numpy 2.2 fix by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/19
- Patched matplotlib 3.10.1 interpolation stage by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/20
- Fixed bug sparse array by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/21
- Fixed bug report #22 by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/23
- Merging from private branch by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/25
- Ready for pypi publishing by @qgoestch in https://github.com/DAS4Whales/DAS4Whales/pull/26
New Contributors
- @qgoestch made their first contribution in https://github.com/DAS4Whales/DAS4Whales/pull/2
- @leabouffaut made their first contribution in https://github.com/DAS4Whales/DAS4Whales/pull/3
Full Changelog: https://github.com/DAS4Whales/DAS4Whales/compare/v0.1.0...0.2.0
Biosphere - Marine Life and Fishery
- Python
Published by qgoestch 6 months ago
DAS4Whales - First release of DAS4Whale python package
The DAS4Whales package enables basic manipulations and visualizations of DAS data, such as:
- reading the metadata and loading DAS strain data from an hdf5 file -- functionalities available in the module das4whale.data_handle,
- high-pass, band-pass, and frequency-wavenumber (f-k) filtering -- functionalities available in the module das4whale.ds,
- spatio-temporal (t-x plot), spatio-spectral (f-x plot), and single channel spectro-temporal (spectrogram) representations -- functionalities available in the module das4whale.plot,
- single channel sound playbacks -- functionality available in this notebook
All functions have built-in documentation accessible through the pythonic help(das4whale.module.function).
Biosphere - Marine Life and Fishery
- Python
Published by leabouffaut about 3 years ago