Skip to content

Commit 66b5721

Browse files
authored
Merge pull request #88 from pangeo-data/release_0.5.3
Release 0.5.3
2 parents 4fd0291 + a2cf600 commit 66b5721

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
What's new
22
==========
33

4+
0.5.3 (04-12-2021)
5+
------------------
6+
7+
Bug fixes
8+
~~~~~~~~~
9+
- Fix regression regarding support for non-CF-compliant coordinate names (:pull:`73`). By `Sam Levang <https://github.com/slevang>`_
10+
- Infer `bounds` dimension name using cf-xarray (:pull:`78`). By `Pascal Bourgault <https://github.com/aulemahal>`_
11+
- Do not regrid variables that are not defined over horizontal dimensions (:pull:`79`). By `Pascal Bourgault <https://github.com/aulemahal>`_
12+
- Ensure locstream dimension name is consistent with `ds_out` (:pull:`81`). By `Mattia Almansi <https://github.com/malmans2>`_
13+
14+
Documentation
15+
~~~~~~~~~~~~~
16+
- Add release instructions (:pull:`75`). By `David Huard <https://github.com/huard>`_
17+
- Update Zenodo DOI badge
18+
19+
420
0.5.2 (01-20-2021)
521
------------------
622

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ For new users, I also recommend reading `How to ask for help <https://pangeo-xes
4444
:target: https://github.com/pangeo-data/xESMF/blob/master/LICENSE
4545
:alt: license
4646

47-
.. |DOI| image:: https://zenodo.org/badge/101709596.svg
48-
:target: https://zenodo.org/badge/latestdoi/101709596
47+
.. |DOI| image:: https://zenodo.org/badge/281126933.svg
48+
:target: https://zenodo.org/badge/latestdoi/281126933
4949
:alt: DOI
5050

5151
.. |Binder| image:: https://mybinder.org/badge_logo.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'numpy>=1.16',
2727
'scipy',
2828
'shapely',
29-
'cf-xarray>=0.3.1',
29+
'cf-xarray>=0.5.1',
3030
]
3131

3232
CLASSIFIERS = [

0 commit comments

Comments
 (0)