Skip to content

Commit

Permalink
chore(release): v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 28, 2024
1 parent 5f0f7a5 commit a3cb204
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@



## v2.3.1 (2024-02-28)

### Build

* build: constrain xarray version (#155) ([`8158657`](https://github.com/xarray-contrib/xeofs/commit/8158657fd837407c64e01969317aea39d1f192d7))

### Fix

* fix: correct inverse transform of unseen scores (#154) ([`5f0f7a5`](https://github.com/xarray-contrib/xeofs/commit/5f0f7a5593da5ce266b1e951f0d632cfe51b311c))


## v2.3.0 (2024-02-04)

### Chore

* chore(release): v2.3.0 ([`1f54401`](https://github.com/xarray-contrib/xeofs/commit/1f54401f01ca7ad6760422eb300e696f12976d4c))

### Feature

* feat: support complex input data (#152) ([`c6ce4e1`](https://github.com/xarray-contrib/xeofs/commit/c6ce4e171399f774f7d49dd40b59fa5477b38e8d))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xeofs"
version = "2.3.0"
version = "2.3.1"
description = "Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis"
authors = ["Niclas Rieger <[email protected]>", "Samuel J. Levang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a3cb204

Please sign in to comment.