Skip to content

Commit

Permalink
Add entry to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moth committed Oct 3, 2022
1 parent f46c76d commit f7e957b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/releases.rst
Expand Up @@ -2,6 +2,16 @@
Release notes
=============

0.3.0
=====

* Use variable and dimension names as-is, instead of casting to strings.
:mod:`xarray` internally treats all variable and dimension names as Hashable,
without assuming they are strings.
NetCDF4 files always use string names,
so this change should not affect you if you only use NetCDF4 datasets
(:pr:`25`).

0.2.0
=====

Expand Down

0 comments on commit f7e957b

Please sign in to comment.