Skip to content

Commit

Permalink
Release v0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jul 18, 2018
1 parent 74625d4 commit 024aa09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
1 change: 1 addition & 0 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ A fixed-point performance monitoring of (a part of) our codes can be seen on
`this page <https://tomaugspurger.github.io/asv-collection/xarray/>`__.

To run these benchmark tests in a local machine, first install

- `airspeed-velocity <https://asv.readthedocs.io/en/latest/>`__: a tool for benchmarking Python packages over their lifetime.

and run
Expand Down
31 changes: 14 additions & 17 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/jhamman>`_.

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

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 <https://github.com/jhamman>`_.

.. _whats-new.0.10.7:

v0.10.7 (7 June 2018)
Expand Down

0 comments on commit 024aa09

Please sign in to comment.