Skip to content

Commit

Permalink
Merge pull request #62 from chrishavlin/update_history
Browse files Browse the repository at this point in the history
0.2.0 release prep
  • Loading branch information
chrishavlin authored Oct 10, 2023
2 parents 7b74676 + 7d59eb7 commit ec5e5c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History

## 0.2.0 (2023-10-10)

Maintenance release. Minimum python version is now 3.9.

### Changes
* improve error messaging for load_grid
* fix deprecation warning from yt.load_amr_grids
* consolidate to pyproject.toml
* expand testing: all platforms, new weekly run
* switch to pre-commit.ci

## 0.1.4 (2023-03-21)

Bug fix release.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt_xarray"
version = "0.1.4"
version = "0.2.0"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion yt_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Chris Havlin"""
__email__ = "[email protected]"
__version__ = "0.1.4"
__version__ = "0.2.0"


# import the xarray accessor so it is registered with xarray
Expand Down

0 comments on commit ec5e5c6

Please sign in to comment.