File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff 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
2121Breaking 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
You can’t perform that action at this time.
0 commit comments