Xeofs Versions Save

Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis

v2.3.2

1 month ago

v2.3.2 (2024-03-30)

Fix

  • fix: handle indexing changes in new xarray versions (#159) (7d07d30)

v2.3.1

2 months ago

v2.3.1 (2024-02-28)

Build

  • build: constrain xarray version (#155) (8158657)

Fix

  • fix: correct inverse transform of unseen scores (#154) (5f0f7a5)

v2.3.0

3 months ago

v2.3.0 (2024-02-04)

Feature

  • feat: support complex input data (#152) (c6ce4e1)

v2.2.6

3 months ago

v2.2.6 (2024-02-04)

Fix

  • fix: inverse_transform fails with single mode and normalized pcs (#151) (9ea7547)

v2.2.5

3 months ago

v2.2.5 (2024-01-28)

Documentation

  • docs: update xeofs citation (#145) (4cf84cf)

  • docs: add CITATION.cff (#144) (787c598)

Fix

  • fix: incorrect explained variance in CCA (#147) (f825c68)

v2.2.4

4 months ago

v2.2.4 (2023-12-23)

Build

  • build: loose version constraints of dependencies (#137) (1a0efe1)

Documentation

  • docs: automatically sync quickstart tutorial with codebase (#136) (48e63a0)

  • docs: use doctest to test README examples (#135) (382f6c7)

Fix

  • fix: bump new release for JOSS (#143)

Co-authored-by: Sam Levang <[email protected]> (c3e4780)

v2.2.3

4 months ago

v2.2.3 (2023-12-18)

Documentation

  • docs: show contributors in readme (#140) (0c12fa5)

  • docs: remove all-contributor config file (f5234fc)

  • docs: add required dependencies (#138) (7ec694f)

  • docs: add required dependencies (ce6b93a)

  • docs: fix link to perf scripts (#131) (e2b3276)

  • docs: Update link to contributing guide (#129) (21b8d3d)

  • docs: show contributors in README (049e654)

Fix

  • fix: serialization for dataset (#139) (93fce38)

  • fix: test serialization roundtrip with dataset (ff9a1be)

  • fix: handle preprocessor serialization for dataset (5bcdf5c)

Unknown

  • Merge branch 'main' into contrib-rocks (e8ba057)

  • Fix link to perf scripts (38ba677)

  • Update link to contributing guide (11c1208)

v2.2.2

5 months ago

v2.2.2 (2023-11-20)

Chore

  • chore(release): update PSR version (0f5524f)

  • chore(release): Updated semantic-release configuration (320dbcb)

Fix

  • fix: trigger new release (c79a116)

v2.2.1

5 months ago

v2.2.1 (2023-11-20)

Ci

  • ci: add password input for PyPI token (600b43e)

Fix

  • fix: trigger new release (58250b9)

v2.2.0

5 months ago

v2.2.0 (2023-11-20)

Chore

  • chore: release v2.2.0 (#128) (ef40a8a)

Ci

  • ci: specify Python Semantic Release version v8.0.0 (c7c79e4)

  • ci: add workflow dispatch to Github Action (26f8345)

Documentation

  • docs(CHANGELOG): update release notes (42b5c5e)

  • docs(changelog): use PAT instead of GITHUB_TOKEN (fa58532)

Feature

  • feat: normalized option in inverse_transform (#124) (4ad2791)

  • feat: support saving to netcdf (#123) (8d06153)

  • feat: normalized option in inverse_transform (e7d6d90)

Fix

  • fix: update to handle v8 semantic release GH action (#127) (5b8c6d8)

  • fix: test loaded model vs transform not scores (a9d6bdf)

Unknown

  • Merge branch 'main' into develop (af25e8c)