@@ -15,32 +15,8 @@ What's New
15
15
16
16
.. _whats-new.0.10.0 :
17
17
18
- v0.10.0 (unreleased)
19
- --------------------
20
-
21
- Bug fixes
22
- ~~~~~~~~~
23
-
24
- - Fixed unexpected behavior in ``Dataset.set_index() `` and
25
- ``DataArray.set_index() `` introduced by Pandas 0.21.0. Setting a new
26
- index with a single variable resulted in 1-level
27
- ``pandas.MultiIndex `` instead of a simple ``pandas.Index ``
28
- (:issue: `1722 `). By `Benoit Bovy <https://github.com/benbovy >`_.
29
-
30
- - Fixed unexpected memory loading of backend arrays after ``print ``.
31
- (:issue: `1720 `). By `Keisuke Fujii <https://github.com/fujiisoup >`_.
32
-
33
- v0.10.0 rc2 (13 November 2017)
34
- ------------------------------
35
-
36
- .. caution ::
37
-
38
- You're reached the documentation for the **pre-release version of xarray. **
39
- Please test out this release candidate and report any issues on GitHub. If
40
- all goes well, the final v0.10.0 release will come out in about a week. To
41
- install, use::
42
-
43
- pip install --pre --upgrade --upgrade-strategy=only-if-needed xarray
18
+ v0.10.0 (20 November 2017)
19
+ --------------------------
44
20
45
21
This is a major release that includes bug fixes, new features and a few
46
22
backwards incompatible changes. Highlights include:
@@ -423,6 +399,18 @@ Bug fixes after rc1
423
399
- Remove netCDF dependency from rasterio backend tests.
424
400
By `Matti Eskelinen <https://github.com/maaleske >`_
425
401
402
+ Bug fixes after rc2
403
+ ~~~~~~~~~~~~~~~~~~~
404
+
405
+ - Fixed unexpected behavior in ``Dataset.set_index() `` and
406
+ ``DataArray.set_index() `` introduced by Pandas 0.21.0. Setting a new
407
+ index with a single variable resulted in 1-level
408
+ ``pandas.MultiIndex `` instead of a simple ``pandas.Index ``
409
+ (:issue: `1722 `). By `Benoit Bovy <https://github.com/benbovy >`_.
410
+
411
+ - Fixed unexpected memory loading of backend arrays after ``print ``.
412
+ (:issue: `1720 `). By `Keisuke Fujii <https://github.com/fujiisoup >`_.
413
+
426
414
.. _whats-new.0.9.6 :
427
415
428
416
v0.9.6 (8 June 2017)
0 commit comments