Releases: xarray-contrib/xeofs
Releases · xarray-contrib/xeofs
v0.4.0
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
- Update README (
982d7e3
) - Update README (
c52763b
) - Update README (
2d00a71
) - Update README (
8c8cb29
) - Update README (
58f539b
) - Add project_onto_eofs to autosummary (
af7d1f2
) - Update docs (
28e248b
) - Add eofs as correlations (
64c60c1
) - Update README (
29f1b4d
) - Remove older version of sphinx-gallery (
938f294
) - Too many "install" ;) (
ea66ba6
) - Forgot to specifiy master branch (
2c827ba
) - Install current master branch of sphinx-gallery (
8426033
) - Update links to examples (
44a4353
) - Add matplotlib to environment to generate example (
2346fcb
) - Update examples (
5795ffa
)
v0.3.0
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
v0.2.0
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
)