Skip to content

Commit 024aa09

Browse files
committed
Release v0.10.8
1 parent 74625d4 commit 024aa09

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

doc/installing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ A fixed-point performance monitoring of (a part of) our codes can be seen on
101101
`this page <https://tomaugspurger.github.io/asv-collection/xarray/>`__.
102102

103103
To run these benchmark tests in a local machine, first install
104+
104105
- `airspeed-velocity <https://asv.readthedocs.io/en/latest/>`__: a tool for benchmarking Python packages over their lifetime.
105106

106107
and run

doc/whats-new.rst

+14-17
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,21 @@ What's New
2727

2828
.. _whats-new.0.10.8:
2929

30-
v0.10.8 (unreleased)
31-
--------------------
30+
v0.10.8 (18 July 2018)
31+
----------------------
3232

33-
Documentation
34-
~~~~~~~~~~~~~
33+
Breaking changes
34+
~~~~~~~~~~~~~~~~
35+
36+
- Xarray no longer supports python 3.4. Additionally, the minimum supported
37+
versions of the following dependencies has been updated and/or clarified:
38+
39+
- Pandas: 0.18 -> 0.19
40+
- NumPy: 1.11 -> 1.12
41+
- Dask: 0.9 -> 0.16
42+
- Matplotlib: unspecified -> 1.5
43+
44+
(:issue:`2204`). By `Joe Hamman <https://github.com/jhamman>`_.
3545

3646
Enhancements
3747
~~~~~~~~~~~~
@@ -70,19 +80,6 @@ Bug fixes
7080
`effective_get` in dask (:issue:`2238`).
7181
By `Joe Hamman <https://github.com/jhamman>`_.
7282

73-
Breaking changes
74-
~~~~~~~~~~~~~~~~
75-
76-
- Xarray no longer supports python 3.4. Additionally, the minimum supported
77-
versions of the following dependencies has been updated and/or clarified:
78-
79-
- Pandas: 0.18 -> 0.19
80-
- NumPy: 1.11 -> 1.12
81-
- Dask: 0.9 -> 0.16
82-
- Matplotlib: unspecified -> 1.5
83-
84-
(:issue:`2204`). By `Joe Hamman <https://github.com/jhamman>`_.
85-
8683
.. _whats-new.0.10.7:
8784

8885
v0.10.7 (7 June 2018)

0 commit comments

Comments
 (0)