From 1f54401f01ca7ad6760422eb300e696f12976d4c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 4 Feb 2024 09:19:46 +0000 Subject: [PATCH] chore(release): v2.3.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f978e19..778b7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ +## v2.3.0 (2024-02-04) + +### Feature + +* feat: support complex input data (#152) ([`c6ce4e1`](https://github.com/xarray-contrib/xeofs/commit/c6ce4e171399f774f7d49dd40b59fa5477b38e8d)) + + ## v2.2.6 (2024-02-04) +### Chore + +* chore(release): v2.2.6 ([`66b31fb`](https://github.com/xarray-contrib/xeofs/commit/66b31fbeb111dd8b41b9a0cdcc7ca26b498dcf24)) + ### Fix * fix: inverse_transform fails with single mode and normalized pcs (#151) ([`9ea7547`](https://github.com/xarray-contrib/xeofs/commit/9ea7547c5f5b60722f675b1dab776a507da9b9e1)) diff --git a/pyproject.toml b/pyproject.toml index 6ffa287..495b1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xeofs" -version = "2.2.6" +version = "2.3.0" description = "Comprehensive EOF analysis in Python with xarray: A versatile, multidimensional, and scalable tool for advanced climate data analysis" authors = ["Niclas Rieger ", "Samuel J. Levang "] license = "MIT"