@@ -15,34 +15,20 @@ What's New
15
15
16
16
.. _whats-new.0.11.3 :
17
17
18
- v0.11.3 (unreleased)
19
- --------------------
20
-
21
- Breaking changes
22
- ~~~~~~~~~~~~~~~~
23
-
24
- - Remove support for Python 2. This is the first version of xarray that is
25
- Python 3 only. (:issue: `1876 `).
26
- By `Joe Hamman <https://github.com/jhamman >`_.
27
-
28
- Enhancements
29
- ~~~~~~~~~~~~
30
-
31
- - Upsampling an array via interpolation with resample is now dask-compatible,
32
- as long as the array is not chunked along the resampling dimension.
33
- By `Spencer Clark <https://github.com/spencerkclark >`_.
18
+ v0.11.3 (24 January 2019)
19
+ -------------------------
34
20
35
21
Bug fixes
36
22
~~~~~~~~~
37
23
38
- - Interpolating via resample now internally specifies ``bounds_error=False ``
39
- as an argument to ``scipy.interpolate.interp1d ``, allowing for interpolation
40
- from higher frequencies to lower frequencies. Datapoints outside the bounds
41
- of the original time coordinate are now filled with NaN (:issue: `2197 `). By
42
- `Spencer Clark <https://github.com/spencerkclark >`_.
43
24
- Saving files with times encoded with reference dates with timezones
44
25
(e.g. '2000-01-01T00:00:00-05:00') no longer raises an error
45
26
(:issue: `2649 `). By `Spencer Clark <https://github.com/spencerkclark >`_.
27
+ - Fixed performance regression with ``open_mfdataset `` (:issue: `2662 `).
28
+ By `Tom Nicholas <http://github.com/TomNicholas >`_.
29
+ - Fixed supplying an explicit dimension in the ``concat_dim `` argument to
30
+ to ``open_mfdataset `` (:issue: `2647 `).
31
+ By `Ben Root <https://github.com/WeatherGod >`_.
46
32
47
33
.. _whats-new.0.11.2 :
48
34
@@ -52,15 +38,6 @@ v0.11.2 (2 January 2019)
52
38
Removes inadvertently introduced setup dependency on pytest-runner
53
39
(:issue: `2641 `). Otherwise, this release is exactly equivalent to 0.11.1.
54
40
55
- .. warning ::
56
-
57
- This is the last xarray release that will support Python 2.7. Future releases
58
- will be Python 3 only, but older versions of xarray will always be available
59
- for Python 2.7 users. For the more details, see:
60
-
61
- - `Xarray Github issue discussing dropping Python 2 <https://github.com/pydata/xarray/issues/1829 >`__
62
- - `Python 3 Statement <http://www.python3statement.org/ >`__
63
- - `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html >`__
64
41
65
42
.. _whats-new.0.11.1 :
66
43
@@ -145,6 +122,16 @@ Bug fixes
145
122
v0.11.0 (7 November 2018)
146
123
-------------------------
147
124
125
+ .. warning ::
126
+
127
+ This is the last major release that will support Python 2.7. Future releases
128
+ will be Python 3 only, but older versions of xarray will always be available
129
+ for Python 2.7 users. For the more details, see:
130
+
131
+ - `Xarray Github issue discussing dropping Python 2 <https://github.com/pydata/xarray/issues/1829 >`__
132
+ - `Python 3 Statement <http://www.python3statement.org/ >`__
133
+ - `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html >`__
134
+
148
135
Breaking changes
149
136
~~~~~~~~~~~~~~~~
150
137
0 commit comments