v0.9.1
OpenSoundscape v0.9.1
This release includes bug fixes and small changes to OpenSoundscape, and moves two modules previously in opensoundscape to separate packages:
taxa
module is now a separate github repoaru
module has been removed and is now a separate github repo and package available on PyPI:pip install aru_metadata_parser
(and is a dependency of OpenSoundscape)- the
localization
module has been improved with bug fixes, including corrected cross-correlation algorithm forgcc
- several issues and bugs have been resolved (see below for details)
What's Changed
- Increase tolerance of Audio too short warning by @louisfh in #728
- for metadata values, replace empty string with space by @sammlapp in #713
- fix failing tests for Python 3.10: avoid deprecated pd.Series.append by @sammlapp in #739
- resolve #727 AudioSample repr error by @sammlapp in #740
- change import convention for scipy by @sammlapp in #738
- documentation updates by @sammlapp in #741
- resolve issues for BoxedAnnotations by @sammlapp in #742
- add check for artist field to prevent KeyError by @syunkova in #748
- metadata parsing resolve #745 by @sammlapp in #750
- don't fail in predict() with empty sample list by @sammlapp in #755
- remove
taxa
module andresources
by @sammlapp in #759 - Issue 756 aru package by @sammlapp in #758
- Issue 723 gcc tdoa by @louisfh in #724
- refactor audio.extend by @sammlapp in #763
- version 0.9.1 by @sammlapp in #760
Full Changelog: v0.9.0...v0.9.1