Skip to content

Releases: neurospin/pymultifracs

v0.3.1

19 Jun 12:03
ad254f3

Choose a tag to compare

New features:

  • Switched from numpy arrays to xarray DataArrays.
  • Documentation example for bootstrapping.

Bug fixes:

  • Fixed bootstrapping for bivariate analysis.

Other updates:

  • Switch to proper versioning of the github repository.
  • Tests for bootstrapping.
  • Cleaned up legacy code and notebooks.

Version 0.3: API rework

12 May 14:24
8fce71c

Choose a tag to compare

Main changes:

  • Wavelet decomposition uses pywavelet: should be much faster.
  • Important API rework for simplicity.
  • Estimation of scaling exponent is factored into a common class from which all (cumulants, spectrum, structure) inherit.
  • Documentation was updated to match the changes.
  • Robust estimation methods have been included.
  • Visualization methods have been improved, and given as methods of the relevant objects (MRQ, scaling function).