Skip to content

Latest commit

 

History

History
171 lines (150 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

171 lines (150 loc) · 15.5 KB

Changelog

v0.7.0 (2022-08-26)

Feature

  • Add support for ROCK-PCA (202844d)
  • Merge branch 'develop' into rock-pca (6a5bda8)
  • Add ROCK PCA (0ba0660)
  • Add Rotator class for MCA (0e9e8f9)
  • Add Rotator class for MCA (6adf45f)

Fix

  • Add stabilizer for communalities during rotation (462f2fe)
  • Numpy and pandas classes did not consider axis parameter (8b75271)

Documentation

v0.6.0 (2022-08-22)

Feature

Fix

  • Set informative names of Dataframes and DataArrays (b5b5286)

Documentation

  • Minor restructuring (dbdc885)
  • Remove some old examples (625dd08)
  • Minor changes in text and example arrangements (b7f1628)
  • Update documentation and docstrings (b8fffdc)
  • Add MCA example (4fb881e)
  • Reorganize examples (68d9db0)
  • Add figure to bootstrapping example (69894a0)
  • Add docstrings to bootstrapping methods (9c8145c)
  • Add simple example for bootstrapping (ba62057)
  • Add install instructions for conda (ef293e5)
  • Add zenodo badge (4f338ef)

v0.5.0 (2022-03-12)

Feature

  • Add support for multivariate EOF analysis (53961d9)
  • Merge branch 'main' into develop (6d2d646)
  • Add support for multivariate EOF analysis (fa9503a)
  • Add base and xarray class for multivariate EOF analysis (5ba07f0)

Documentation

v0.4.0 (2022-03-02)

Feature

  • Project new data onto EOFs and rotated EOFs (d8b0e57)
  • Project unseen data onto rotated EOFs (63b2d3a)
  • Project unseen data onto EOFs (341546b)
  • Project unseen data onto EOFs (64e38b1)
  • Allow to reconstruct original data with arbitrary mode combination (be095d7)
  • Reconstruct input data after rotation (0c9479e)
  • Reconstruct input data for EOF analysis (7ed306a)
  • Allow different scalings of EOFs an PCs (ea39f02)
  • Add scaling for PCs and EOFs (c2c6fe1)
  • Add eofs as correlation (85960ab)
  • Eofs as correlation for rotated EOF analysis (cb8c472)
  • Eofs as correlation for EOF analysis (e53d449)

Fix

  • Fix incorrect dof for rotated PC scaling (addeb82)
  • PC projections was missing -1 correction for degrees of freedom (a243a26)
  • Back_transform automatically add feature coords (0fef30d)

Documentation

v0.3.0 (2022-02-20)

Feature

  • Add Varimax and Promax rotation (b42ba16)
  • Add Rotator interface for numpy, pandas, xarray (050b883)
  • Add varimax and promax algorithms (f1e928f)
  • Add Rotator base class (d024d81)
  • Add support for weighted EOF analysis including coslat weighting (654b437)
  • Add weight support to EOF classes (8821108)
  • Add weight transformer (52b98e6)

Fix

  • Incorrect number of mode index for DataArray caller (4e610ac)
  • Always center data X (4a58dfc)
  • Coslat error was too restrictive (faece55)
  • Add error messages when calling invalid coslat weighting (6104e69)

Documentation

  • Add example for rotated EOF analysis (efc364a)
  • Add example for weigted EOF analysis (9dedab2)
  • Some minor changes in examples (9611eea)
  • Add EOF s-mode and t-mode gallery example (5f371b7)

v0.2.0 (2022-02-17)

Feature

  • Add support for multidimensional axes (7c31c58)

Fix

  • Allow multidimensional axis for decomposition (e09a420)

Documentation

  • Add download badge (9a96fd1)
  • Solve readthedoc version issue by installing xeofs first (7afdd78)
  • Try to solve the readthedocs issue with importlib (b4cdd9e)
  • Try to solve readthedoc version number (981bcdd)
  • Update docstrings (e02b6ec)
  • Update docs (7b19b5b)
  • Add installation instructions (43e2563)
  • Remove conflicting package versions (49636ae)
  • Repair docs due to importlib being installed twice (0e21ebd)
  • Place badges on same line (e2d4dc3)
  • Add installation instruction (9512d34)

v0.1.2 (2022-02-15)

Fix

  • Pandas and xarray eofs back_transform was called twice (4fa2bfb)
  • Allow standardized EOF analysis (6e80f78)

Documentation

  • Add batches and link to documentation (a7dd2d0)
  • Update dependencies (05ceb68)

v0.1.1 (2022-02-15)

Fix