Skip to content

Commit

Permalink
Merge pull request #26 from shenyulu/dev
Browse files Browse the repository at this point in the history
Publish version 2024.03.01
  • Loading branch information
shenyulu committed Mar 5, 2024
2 parents 58ce48b + d932d68 commit c8b0aeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 2024.03.01

*Released on: 2024/03/05*

### What's Changed
* pin xarray version <=2023.12.0 by @shenyulu in https://github.com/shenyulu/easyclimate/pull/13
* modify eof functions and add test and add create .pre-commit-config.yaml by @shenyulu in https://github.com/shenyulu/easyclimate/pull/16
* update requirement by @shenyulu in https://github.com/shenyulu/easyclimate/pull/23
* remove the pin of geocat.viz by @shenyulu in https://github.com/shenyulu/easyclimate/pull/24
* change binder example location by @shenyulu in https://github.com/shenyulu/easyclimate/pull/25

## Version 2024.01.01

*Released on: 2024/01/04*
Expand Down
2 changes: 1 addition & 1 deletion src/easyclimate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from . import field

# Version number
__version__ = "2024.01.01"
__version__ = "2024.03.01"

0 comments on commit c8b0aeb

Please sign in to comment.