From 0a95cf2767321c8bbdd294a7d9c8d06ed2c7d18a Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sat, 26 Jan 2019 14:15:04 -0800 Subject: [PATCH] DOC: refresh whats-new for 0.11.3 / 0.12.0 --- doc/whats-new.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c408306ffdb..37ea0ba8601 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -13,9 +13,9 @@ What's New import xarray as xr np.random.seed(123456) -.. _whats-new.0.11.3: +.. _whats-new.0.12.0: -v0.11.3 (unreleased) +v0.12.0 (unreleased) -------------------- Breaking changes @@ -52,9 +52,23 @@ Bug fixes from higher frequencies to lower frequencies. Datapoints outside the bounds of the original time coordinate are now filled with NaN (:issue:`2197`). By `Spencer Clark `_. + +.. _whats-new.0.11.3: + +v0.11.3 (26 January 2019) +------------------------- + +Bug fixes +~~~~~~~~~ + - Saving files with times encoded with reference dates with timezones (e.g. '2000-01-01T00:00:00-05:00') no longer raises an error (:issue:`2649`). By `Spencer Clark `_. +- Fixed performance regression with ``open_mfdataset`` (:issue:`2662`). + By `Tom Nicholas `_. +- Fixed supplying an explicit dimension in the ``concat_dim`` argument to + to ``open_mfdataset`` (:issue:`2647`). + By `Ben Root `_. .. _whats-new.0.11.2: