Skip to content

Comments

release v0.13.0#1221

Open
sammlapp wants to merge 108 commits intomasterfrom
develop
Open

release v0.13.0#1221
sammlapp wants to merge 108 commits intomasterfrom
develop

Conversation

@sammlapp
Copy link
Collaborator

No description provided.

sammlapp and others added 30 commits October 28, 2024 15:28
added option in signal_processing.gcc to pass frequency_range args, freqs outside the range are set to zero during the cross correlation calculation

this is particularly useful when using gcc-phat and high-frequency phase information is causing spurious high correlation values at the edges or at a delay of 0.

added test for this arg in test_gcc smoke test
resolves Loading a saved shallow classifier
Fixes #1143

makes MLPClassifier.load() a class method, loads a dictionary saved with MLPClassifier.save()

move _version_mistmatch_warn() to utils for use across modules
resolves support using or modifying MLPClassifier in SpectrogramModule.change_classes
Fixes #1145

also adds relevant tests
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
resolve returning Audio from cell can cause un-normalized error
Fixes #1118
resolve SpatialEvent can be created without properties needed for .localize()
Fixes #1124
this is faster and will improve compatability with exporting PyTorch models to ONNX

Still need to implement a batched version of spectrogram creation for preprocessing, and demonstrate how to export models for ONNX with the spectrogram creation included in the model
resolves cannot pass sample_width or sample_height to SpectrogramPreprocessor() or CNN() init
Fixes #1162
… single value rather than as a list of character-level labels

Fixes #1153
also fix docstring
Docstring in localize_detections incorrectly states detections should be a dictionary, when it should be a dataframe
Fixes #1126
sammlapp and others added 30 commits October 30, 2025 15:24
failed-to-process samples still get scores because of bug when num_workers>0
Fixes #1180
Proposed fix for #1205 - using the `warnings.catch_warnings()` context manager instead of resetting warnings globally.
imagenet1k_v2 is not available for resnet18
Issue 1205: use catch_warnings context instead of global warning reset
…val_fix

Standardize receiver arrays after removing bad receivers
applies a function to windowed audio segments and returns result on each window
resolves Audio.extend centering
Fixes #1217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants