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 repo ](https://github.com/kitzeslab/name_conversions)
* `aru` module has been removed and is now a separate [github repo](https://github.com/kitzeslab/aru_metadata_parser) and package available on [PyPI](https://pypi.org/project/aru-metadata-parser/0.1.0/): `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 for `gcc`
* several issues and bugs have been resolved (see below for details)
What's Changed
* Increase tolerance of Audio too short warning by louisfh in https://github.com/kitzeslab/opensoundscape/pull/728
* for metadata values, replace empty string with space by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/713
* fix failing tests for Python 3.10: avoid deprecated pd.Series.append by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/739
* resolve 727 AudioSample repr error by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/740
* change import convention for scipy by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/738
* documentation updates by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/741
* resolve issues for BoxedAnnotations by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/742
* add check for artist field to prevent KeyError by syunkova in https://github.com/kitzeslab/opensoundscape/pull/748
* metadata parsing resolve 745 by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/750
* don't fail in predict() with empty sample list by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/755
* remove `taxa` module and `resources` by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/759
* Issue 756 aru package by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/758
* Issue 723 gcc tdoa by louisfh in https://github.com/kitzeslab/opensoundscape/pull/724
* refactor audio.extend by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/763
* version 0.9.1 by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/760
**Full Changelog**: https://github.com/kitzeslab/opensoundscape/compare/v0.9.0...v0.9.1