File tree 2 files changed +15
-17
lines changed
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
101
101
`this page <https://tomaugspurger.github.io/asv-collection/xarray/ >`__.
102
102
103
103
To run these benchmark tests in a local machine, first install
104
+
104
105
- `airspeed-velocity <https://asv.readthedocs.io/en/latest/ >`__: a tool for benchmarking Python packages over their lifetime.
105
106
106
107
and run
Original file line number Diff line number Diff line change @@ -27,11 +27,21 @@ What's New
27
27
28
28
.. _whats-new.0.10.8 :
29
29
30
- v0.10.8 (unreleased )
31
- --------------------
30
+ v0.10.8 (18 July 2018 )
31
+ ----------------------
32
32
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 >`_.
35
45
36
46
Enhancements
37
47
~~~~~~~~~~~~
@@ -70,19 +80,6 @@ Bug fixes
70
80
`effective_get ` in dask (:issue: `2238 `).
71
81
By `Joe Hamman <https://github.com/jhamman >`_.
72
82
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
-
86
83
.. _whats-new.0.10.7 :
87
84
88
85
v0.10.7 (7 June 2018)
You can’t perform that action at this time.
0 commit comments