Skip to content

v0.7.1

Compare
Choose a tag to compare
@sammlapp sammlapp released this 21 Sep 20:15
· 1171 commits to master since this release
bc92003

OpenSoundscape v0.7.1

This release updates dependencies, fixes various bugs, updates documentation, and adds a few small features.

Notable feature additions

  • Parsing metadata from AudioMoth firmware through 1.8.1 and from SongMeter Micros is now supported. The Audio.from_file method will automatically parse metadata and store it in the object's .metadata dictionary unless you specify metadata=False
  • Audio.save() now saves metadata, so that you can retain or update .wav file metadata when using OpenSoundscape
  • ResNet networks with pre-trained weights and a number of input channels other than 3 now average conv1 weights over the input channels

Dependencies

Python 3.9 no longer causes installation issues. This release updates OpenSoundscape's package dependencies in a way that allows Python 3.9 environments. Users with Apple Silicon chips to install OpenSoundscape hassle-free in a Python 3.9 environment (but may experience issues with Python 3.7 and 3.8).

If you encounter problems with installation, regardless of your platform, please open an issue.

What's Changed: a list of merged Pull Requests

New Contributors

Full Changelog: v0.7.0...v0.7.1