v0.8.0 #649
sammlapp
announced in
Announcements
v0.8.0
#649
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OpenSoundscape 0.8.0 Release
This release represent a substantial update to opensoundscape, containing new features, bug fixes, and breaking changes to some parts of the API.
New Features:
The notebook New in OpenSoundscape 0.8.0 summarizes many of the new features, with code examples. New features include:
noise
andsilence
normalize
from opensoundscape import Audio, Spectrogram, CNN
raise_errors=True
to raise instead of catch Preprocessing errorspreprocessor.forward(...,trace=True)
actions
module: audio_random_gain and audio_add_noise.rms
and.dBFS
Breaking changes:
.duration
not.duration()
), as are several Spectrogram attributes that were previously methodspredict_multi_target_labels
orpredict_single_target_labels
from themetrics
module to generate 0/1 outputs from continuous scores.Merged Pull Requests
BoxedAnnotations
docstring by @jatinkhilnani in UpdatedBoxedAnnotations
docstring #594clip_times
argument not clearly documented inpreprocessors
ordataset
#591 by @sammlapp in resolves #591 #612Full Changelog: v0.7.1...v0.8.0
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions