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
13
13
import xarray as xr
14
14
np.random.seed(123456 )
15
15
16
- .. _whats-new.0.11.3 :
16
+ .. _whats-new.0.12.0 :
17
17
18
- v0.11.3 (unreleased)
18
+ v0.12.0 (unreleased)
19
19
--------------------
20
20
21
21
Breaking changes
@@ -52,9 +52,23 @@ Bug fixes
52
52
from higher frequencies to lower frequencies. Datapoints outside the bounds
53
53
of the original time coordinate are now filled with NaN (:issue: `2197 `). By
54
54
`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
+
55
64
- Saving files with times encoded with reference dates with timezones
56
65
(e.g. '2000-01-01T00:00:00-05:00') no longer raises an error
57
66
(: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 >`_.
58
72
59
73
.. _whats-new.0.11.2 :
60
74
You can’t perform that action at this time.
0 commit comments