Skip to content

Commit 2a5b852

Browse files
authored
Write docs for 0.11.3 release (#2704)
1 parent 55fbd41 commit 2a5b852

File tree

1 file changed

+17
-30
lines changed

1 file changed

+17
-30
lines changed

doc/whats-new.rst

+17-30
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,20 @@ What's New
1515
1616
.. _whats-new.0.11.3:
1717

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+
-------------------------
3420

3521
Bug fixes
3622
~~~~~~~~~
3723

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>`_.
4324
- Saving files with times encoded with reference dates with timezones
4425
(e.g. '2000-01-01T00:00:00-05:00') no longer raises an error
4526
(: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>`_.
4632

4733
.. _whats-new.0.11.2:
4834

@@ -52,15 +38,6 @@ v0.11.2 (2 January 2019)
5238
Removes inadvertently introduced setup dependency on pytest-runner
5339
(:issue:`2641`). Otherwise, this release is exactly equivalent to 0.11.1.
5440

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>`__
6441

6542
.. _whats-new.0.11.1:
6643

@@ -145,6 +122,16 @@ Bug fixes
145122
v0.11.0 (7 November 2018)
146123
-------------------------
147124

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+
148135
Breaking changes
149136
~~~~~~~~~~~~~~~~
150137

0 commit comments

Comments
 (0)