Skip to content

Releases: slevang/xeofs

v1.0.0

14 Apr 18:57
Compare
Choose a tag to compare

v1.0.0 (2024-04-14)

Breaking

BREAKING CHANGE: drop pandas support; add support for dask, complex EOF and flexible inputs (ec70e8a)

  • fix!: rename n_rot to n_modes (5b39cd4)

  • fix!: n_components instead of n_modes (5d282b1)

  • fix!: change parameter dims to dim (70fe651)

  • refactor(pandas)!: drop support for pandas (96196e5)

Build

Include ipykernel in the doc environment which is required
to build documentation on readthedocs (066dc2a)

  • build: add typing-extensions

Adds Self in python3.10 (fb85abe)

  • build: add cca-zoo as dev dependency (47e6909)

  • build: py3.10 requires typing_extension for Self (10faa03)

  • build: Merge branch 'main' into cca (a7df1b8)

  • build: add black as dev dependency

needed for the Github Action to run black successfully (81ccaa8)

  • build: remove cartopy from dev dependencies

cartopy crashes during build with poetry.
Don't know how to force conda for installation so I'll
go without cartopy for now. (c95f658)

  • build: specify cartopy version (ec15384)

  • build: update poetry lock (7edfdc9)

  • build: add cartopy and ipywidgets as dev depends

Additional examples in online documentation require
advanced plotting and interactivity (4d4dcd4)

  • build: revert errorenous upgrade to v2 (ca22aa4)

  • build: drop 3.9 support (4552fa9)

  • build: remove python 3.8 support (2b408e7)

  • build: add dask (fef6509)

  • build: adapt dev versions (9dba9c4)

  • build: add sphinx theme (5b61bcd)

  • build: update to most recent versions (3a06022)

  • build: update environment to Python 3.11 (5947194)

  • build: update poetry.lock to newer versions (1215e57)

  • build: remove numba dependency (0979fcf)

  • build: add numba as dependency (f627d92)

  • build: change conf (a73ef85)

  • build: docs do not compile properly, try changing version in conf.py (0a73edb)

  • build: remove defaults from anaconda channels when building readthedocs (0dbcf81)

  • build: repair missing tqdm dependency (46fd5f2)

  • build: add tqdm as dependency (0de85e5)

  • build: loose numpy version constrain (375d675)

  • build: migrate to poetry (f7def8a)

Chore

  • chore(release): v2.3.2 (5c554a6)

  • chore(release): v2.3.1 (a3cb204)

  • chore(release): v2.3.0 (1f54401)

  • chore(release): v2.2.6 (66b31fb)

  • chore(release): v2.2.5 (b5d04cc)

  • chore(release): v2.2.4 (bde4456)

  • chore(release): v2.2.3 (b149477)

  • chore(release): v2.2.2 (a58d0ad)

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

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

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

  • chore: Merge branch 'main' into develop (607d25b)

  • chore: merge branch 'main' into develop (f9ef729)

  • chore: fix config of all-contributor bot (1eedf4f)

  • chore: bring all-contributors bot back to life

Implement solution suggested in all-contributors/app#485 (8929ed5)

Read more