Xeofs Versions Save

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

v2.1.2

6 months ago

Fix

  • Update default power iterations for improved accuracy (#122) (9045bc6)

Documentation

v2.1.1

6 months ago

Fix

  • Only sort transform if model is already sorted (#118) (dfe0001)

Documentation

v2.1.0

6 months ago

Feature

Documentation

v2.0.3

6 months ago

Fix

v2.0.2

6 months ago

Fix

v2.0.1

6 months ago

Fix

  • Circumvent pypi block with v2.0.1 release (#105) (dbad76a)
  • Circumvent pypi block with v2.0.1 release (d014c87)

v2.0.0

6 months ago

Feature

Breaking

  • inverse transform for unseen data (#102) (4974844)
  • inverse_transform scores arg (7c1dc16)

Documentation

  • Update authors and description (#100) (49c4367)
  • Update authors and description (3e39eda)

v1.2.2

7 months ago

Fix

  • Reindexing transformed scores (a8e458e)

Documentation

Performance

  • Decomposer: Compute by default (1f3b214)
  • Dask: Avoid double computation (f24cb09)

v1.2.1

7 months ago

Fix

  • Parameter to show dask progress bar (3482fa4)
  • Bootstrapper: Correct scaling of PCs (ed59dd9)

Documentation

v1.2.0

7 months ago

Feature

  • Provide standard kwarg for random_state (cf8b641)
  • Add Extended EOF Analysis (2db736c)
  • Parameter normalized scores (f0dcb34)
  • Add GWPCA support (58c2dbe)
  • Add CCA support (79e82cc)
  • Choose name of sample and feature dim (4d521f8)

Fix

  • CCA: Add checks for edge cases (76c0b1b)
  • Streamline model attribute types (98c5cef)
  • GWPCA: Raise error in scores (43e9274)
  • Bootstrapper: Avoid pertubating sample coords (ffd11fc)
  • Score coordinates in T-mode EOF analysis (731eec2)
  • PCA preprocessing before Hilbert transform (2bbcb69)

Documentation

  • Provide top-level type hints (6be8923)

Performance

  • dask: Compute SVD result immediately (807b7e8)