File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff 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
103103To 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
106107and run
Original file line number Diff line number Diff 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
3646Enhancements
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
8885v0.10.7 (7 June 2018)
You can’t perform that action at this time.
0 commit comments