Skip to content

PyBispectra v1.2.0

Latest
Compare
Choose a tag to compare
@tsbinns tsbinns released this 18 Sep 17:23
· 5 commits to main since this release
3d0eb23
Enhancements
  • Added general Bispectrum and Threenorm classes for computing with flexible kmn channel combinations.
Bug Fixes
  • Fixed error where the number of subplots exceeding the number of nodes would cause plotting to fail.
  • Fixed error where bandpass filter settings for the SSD method in SpatioSpectralFilter were not being applied correctly.
API
  • Changed the default value of min_ratio in SpatioSpectralFilter.get_transformed_data() from 1.0 to -inf.
  • Added the option to control whether a copy is returned from the get_results() method of all Results... classes and from SpatioSpectralFilter.get_transformed_data() (default behaviour returns a copy, like in previous versions).
  • Added new fit_ssd(), fit_hpmax(), and transform() methods to the SpatioSpectralFilter class to bring it more in line with scikit-learn fit-transform classes.
Documentation
  • Added a new example for computing the bispectrum and threenorm using the general classes.