From f7e957be9d43c114022801c7e23d3a6b7a3bbf43 Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Mon, 3 Oct 2022 13:50:30 +1100 Subject: [PATCH] Add entry to release notes --- docs/releases.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index 2eea768..0b25282 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -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 =====