Skip to content

Commit ec5e5c6

Browse files
authored
Merge pull request #62 from chrishavlin/update_history
0.2.0 release prep
2 parents 7b74676 + 7d59eb7 commit ec5e5c6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# History
22

3+
## 0.2.0 (2023-10-10)
4+
5+
Maintenance release. Minimum python version is now 3.9.
6+
7+
### Changes
8+
* improve error messaging for load_grid
9+
* fix deprecation warning from yt.load_amr_grids
10+
* consolidate to pyproject.toml
11+
* expand testing: all platforms, new weekly run
12+
* switch to pre-commit.ci
13+
314
## 0.1.4 (2023-03-21)
415

516
Bug fix release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt_xarray"
7-
version = "0.1.4"
7+
version = "0.2.0"
88
authors = [
99
{ name="Chris Havlin", email="chris.havlin@gmail.com" },
1010
]

yt_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "chris.havlin@gmail.com"
5-
__version__ = "0.1.4"
5+
__version__ = "0.2.0"
66

77

88
# import the xarray accessor so it is registered with xarray

0 commit comments

Comments
 (0)