From 024aa098b1d385d806ad7e3b97bcd3a5033f2ae0 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Wed, 18 Jul 2018 08:45:44 -0700 Subject: [PATCH] Release v0.10.8 --- doc/installing.rst | 1 + doc/whats-new.rst | 31 ++++++++++++++----------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index b3154c3d8bb..cdb1da44ef6 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -101,6 +101,7 @@ A fixed-point performance monitoring of (a part of) our codes can be seen on `this page `__. To run these benchmark tests in a local machine, first install + - `airspeed-velocity `__: a tool for benchmarking Python packages over their lifetime. and run diff --git a/doc/whats-new.rst b/doc/whats-new.rst index dc1349dcd81..9d2a0a17789 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -27,11 +27,21 @@ What's New .. _whats-new.0.10.8: -v0.10.8 (unreleased) --------------------- +v0.10.8 (18 July 2018) +---------------------- -Documentation -~~~~~~~~~~~~~ +Breaking changes +~~~~~~~~~~~~~~~~ + +- Xarray no longer supports python 3.4. Additionally, the minimum supported + versions of the following dependencies has been updated and/or clarified: + + - Pandas: 0.18 -> 0.19 + - NumPy: 1.11 -> 1.12 + - Dask: 0.9 -> 0.16 + - Matplotlib: unspecified -> 1.5 + + (:issue:`2204`). By `Joe Hamman `_. Enhancements ~~~~~~~~~~~~ @@ -70,19 +80,6 @@ Bug fixes `effective_get` in dask (:issue:`2238`). By `Joe Hamman `_. -Breaking changes -~~~~~~~~~~~~~~~~ - -- Xarray no longer supports python 3.4. Additionally, the minimum supported - versions of the following dependencies has been updated and/or clarified: - - - Pandas: 0.18 -> 0.19 - - NumPy: 1.11 -> 1.12 - - Dask: 0.9 -> 0.16 - - Matplotlib: unspecified -> 1.5 - - (:issue:`2204`). By `Joe Hamman `_. - .. _whats-new.0.10.7: v0.10.7 (7 June 2018)