Skip to content

Releases: xarray-contrib/xeofs

v0.3.0

20 Feb 19:30
Compare
Choose a tag to compare

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

17 Feb 03:16
Compare
Choose a tag to compare

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

15 Feb 23:16
Compare
Choose a tag to compare

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

15 Feb 15:22
Compare
Choose a tag to compare

Fix