Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 13:56
· 332 commits to main since this release

Feature

  • Complex MCA amplitude and phase (55ce3b1)
  • Add meta data to model output (083a8e0)
  • Skeleton of Bootstrapper class (4934b31)
  • Rotation supports dask input (78360cf)
  • Add complex MCA (13f8bbc)
  • RotatorFactory to access rotator classes (90b2db6)
  • EOF class transform, inverse_trans and corr (fb71ffe)
  • Add support for complex EOF (6bff6af)

Fix

  • method: Remove bias in Hilbert transform after padding (#52) (f65f54b)
  • method: Remove bias in Hilbert transform after padding (8e199ef)
  • Correct bias in Hilbert trans when padding (#51) (ef37dd3)
  • Correct bias in Hilbert trans when padding (c0183df)
  • Add dependency statsmodels (87e7e1d)
  • Add components and pattern method to MCA (849059b)
  • Merge 'release-v1.0.0' into bootstrapper (e6ea275)
  • Stacker in T-mode (2f9be99)
  • Supress warning when unstacking coords (2f01695)
  • Number of modes to be rotated defaults 10 (b13c833)
  • Rename n_rot to n_modes (5b39cd4)
  • N_components instead of n_modes (5d282b1)
  • Change parameter dims to dim (70fe651)
  • Phase of complex methods returns np.ndarray (dfb050d)
  • Complex decomposition not used (2086546)
  • Added missing import (207af0a)
  • Remove unecessary dimensions in scores (63e2204)
  • Reindex data to ensure deterministic output (60c382b)
  • ListStacker correctly unstacks (e363357)
  • Define names of output arrays (c826aa8)

Breaking

  • rename n_rot to n_modes (5b39cd4)
  • n_components instead of n_modes (5d282b1)
  • change parameter dims to dim (70fe651)
  • drop support for pandas (96196e5)

Documentation

Performance

  • Always compute scaling arrays prior to analy (5b810ce)