Skip to content

Commit 2e40714

Browse files
committed
0.1.2
Automatically generated by python-semantic-release
1 parent 6e61f1b commit 2e40714

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.2 (2022-02-15)
6+
### Fix
7+
* Pandas and xarray eofs back_transform was called twice ([`4fa2bfb`](https://github.com/nicrie/xeofs/commit/4fa2bfb3f3a669ad1fd2b8a72f2fb6a64eab927a))
8+
* Allow standardized EOF analysis ([`6e80f78`](https://github.com/nicrie/xeofs/commit/6e80f7867a35079b64a447604701f9e689e63f5f))
9+
10+
### Documentation
11+
* Add batches and link to documentation ([`a7dd2d0`](https://github.com/nicrie/xeofs/commit/a7dd2d0d6cdde42c6c9e9367bfd55d2aa077ba4d))
12+
* Update dependencies ([`05ceb68`](https://github.com/nicrie/xeofs/commit/05ceb68bc77586663d9ddcf36c3e6c42d3947c72))
13+
514
## v0.1.1 (2022-02-15)
615
### Fix
716
* Typo in CI ([`b34ccc5`](https://github.com/nicrie/xeofs/commit/b34ccc511a412dd5920ec6a30d764794ca52aad9))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xeofs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Collection of EOF analysis and related techniques for climate science"
55
authors = ["Niclas Rieger <niclasrieger@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)