Skip to content

Commit 0f76cbf

Browse files
committed
Parepare 0.3.0 release
1 parent dc8dc94 commit 0f76cbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Changelog
33

44
v0.3.0 - Unreleased
55
-------------------
6-
This release will focus on supporting Pint quantities.
6+
This release focused on supporting Pint quantities.
77

88
Highlights
99
``````````
1010
* If all arguments are xarray.DataArray wrapped by pint-xarray or pint Quantity, the result is wrapped into a pint-xarray quantity.
11-
* If arguments are Quantity, they will be converted to the unit of gsw arguments
11+
* If arguments are pint Quantity objects with compatible but incorrect units, they will be converted to the input unit of gsw arguments
1212

1313
v0.2.1 - 2022-03-22
1414
-------------------

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 = "gsw-xarray"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Drop in wrapper for gsw which adds CF standard name and units attributes to xarray results"
55
authors = ["Andrew Barna <abarna@gmail.com>", "Romain Caneill <romain.caneill@ens-lyon.org>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)