Skip to content

Commit 882deac

Browse files
shoyerJoe Hamman
authored and
Joe Hamman
committed
DOC: refresh whats-new for 0.11.3 / 0.12.0 (#2718)
1 parent 8ca8efe commit 882deac

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/whats-new.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ What's New
1313
import xarray as xr
1414
np.random.seed(123456)
1515
16-
.. _whats-new.0.11.3:
16+
.. _whats-new.0.12.0:
1717

18-
v0.11.3 (unreleased)
18+
v0.12.0 (unreleased)
1919
--------------------
2020

2121
Breaking changes
@@ -52,9 +52,23 @@ Bug fixes
5252
from higher frequencies to lower frequencies. Datapoints outside the bounds
5353
of the original time coordinate are now filled with NaN (:issue:`2197`). By
5454
`Spencer Clark <https://github.com/spencerkclark>`_.
55+
56+
.. _whats-new.0.11.3:
57+
58+
v0.11.3 (26 January 2019)
59+
-------------------------
60+
61+
Bug fixes
62+
~~~~~~~~~
63+
5564
- Saving files with times encoded with reference dates with timezones
5665
(e.g. '2000-01-01T00:00:00-05:00') no longer raises an error
5766
(:issue:`2649`). By `Spencer Clark <https://github.com/spencerkclark>`_.
67+
- Fixed performance regression with ``open_mfdataset`` (:issue:`2662`).
68+
By `Tom Nicholas <http://github.com/TomNicholas>`_.
69+
- Fixed supplying an explicit dimension in the ``concat_dim`` argument to
70+
to ``open_mfdataset`` (:issue:`2647`).
71+
By `Ben Root <https://github.com/WeatherGod>`_.
5872

5973
.. _whats-new.0.11.2:
6074

0 commit comments

Comments
 (0)