Skip to content

Commit

Permalink
DOC: refresh whats-new for 0.11.3 / 0.12.0 (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer authored and Joe Hamman committed Jan 27, 2019
1 parent 8ca8efe commit 882deac
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://github.com/spencerkclark>`_.

.. _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 <https://github.com/spencerkclark>`_.
- Fixed performance regression with ``open_mfdataset`` (:issue:`2662`).
By `Tom Nicholas <http://github.com/TomNicholas>`_.
- Fixed supplying an explicit dimension in the ``concat_dim`` argument to
to ``open_mfdataset`` (:issue:`2647`).
By `Ben Root <https://github.com/WeatherGod>`_.

.. _whats-new.0.11.2:

Expand Down

0 comments on commit 882deac

Please sign in to comment.