Releases: neurospin/pymultifracs
Releases · neurospin/pymultifracs
v0.3.1
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
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).