Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@shaupert shaupert released this 14 Dec 09:11
· 11 commits to master since this release

Full Changelog: 0.2.1...0.3.0

This new version is more general, not only dedicated to xeno-canto.
Soundscapes could also be processed with bambird.

In this new release:

  • Change in clustering function
    change PCA dimension reduction into UMAP
    fix a bug in determining the biggest cluster

  • Change in configuration function
    yaml function is now hidden in the call of load_config function.
    fix a bug: the default RANDOM_SEED is now loaded if no configuration file is found

  • Change in features and segmentation functions
    the SNR associated with each region of interest is now provided.

  • Change in the default_config.yaml configuration file

  • Change in Setup.py
    Requirement scikit-image>= 0.19.2 and umap-learn