Skip to content

Commit

Permalink
Release v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jun 1, 2018
1 parent cf19528 commit ad47ced
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,25 @@ What's New

.. _whats-new.0.10.5:

v0.10.5 (unreleased)
--------------------
v0.10.5 (31 May 2018)
---------------------

Documentation
~~~~~~~~~~~~~
The minor release includes a number of bug-fixes and backwards compatible
enhancements.

Enhancements
~~~~~~~~~~~~

- `:py:meth:`~DataArray.dot` and :py:func:`~dot` are partly supported with older
dask<0.17.4. (related to :issue:`2203`)
By `Keisuke Fujii <https://github.com/fujiisoup`_.

- added a PseudoNetCDF backend for many Atmospheric data formats including
GEOS-Chem, CAMx, NOAA arlpacked bit and many others.
- New PseudoNetCDF backend for many Atmospheric data formats including
GEOS-Chem, CAMx, NOAA arlpacked bit and many others. See
:ref:`io.PseudoNetCDF` for more details.
By `Barron Henderson <https://github.com/barronh>`_.

- :py:meth:`~DataArray.cumsum` and :py:meth:`~DataArray.cumprod` now support
aggregation over multiple dimensions at the same time. This is the default
behavior when dimensions are not specified (previously this raised an error).
By `Stephan Hoyer <https://github.com/shoyer>`_

- Xarray now uses `Versioneer <https://github.com/warner/python-versioneer>`__
to manage its version strings. (:issue:`1300`).
By `Joe Hamman <https://github.com/jhamman>`_.

- `:py:class:`Dataset`s align `:py:class:`DataArray`s to coords that are explicitly
passed into the constructor, where previously an error would be raised.
- The :py:class:`Dataset` constructor now aligns :py:class:`DataArray`
arguments in ``data_vars`` to indexes set explicitly in ``coords``,
where previously an error would be raised.
(:issue:`674`)
By `Maximilian Roos <https://github.com/maxim-lian`_.
By `Maximilian Roos <https://github.com/maxim-lian>`_.

- :py:meth:`~DataArray.sel`, :py:meth:`~DataArray.isel` & :py:meth:`~DataArray.reindex`,
(and their :py:class:`Dataset` counterparts) now support supplying a ``dict``
Expand All @@ -67,11 +56,24 @@ Enhancements
not strings.
By `Maximilian Roos <https://github.com/maxim-lian>`_.

- :py:meth:`~DataArray.rename` now supports supplying `kwargs`, as an
- :py:meth:`~DataArray.rename` now supports supplying ``**kwargs``, as an
alternative to the existing approach of supplying a ``dict`` as the
first argument.
By `Maximilian Roos <https://github.com/maxim-lian>`_.

- :py:meth:`~DataArray.cumsum` and :py:meth:`~DataArray.cumprod` now support
aggregation over multiple dimensions at the same time. This is the default
behavior when dimensions are not specified (previously this raised an error).
By `Stephan Hoyer <https://github.com/shoyer>`_

- :py:meth:`~DataArray.dot` and :py:func:`~dot` are partly supported with older
dask<0.17.4. (related to :issue:`2203`)
By `Keisuke Fujii <https://github.com/fujiisoup>`_.

- Xarray now uses `Versioneer <https://github.com/warner/python-versioneer>`__
to manage its version strings. (:issue:`1300`).
By `Joe Hamman <https://github.com/jhamman>`_.

Bug fixes
~~~~~~~~~

Expand Down Expand Up @@ -114,13 +116,13 @@ Bug fixes
(:issue:`2153`).
By `Stephan Hoyer <https://github.com/shoyer>`_

- Fix Dataset.to_netcdf() cannot create group with engine="h5netcdf"
- Fix ``Dataset.to_netcdf()`` cannot create group with ``engine="h5netcdf"``
(:issue:`2177`).
By `Stephan Hoyer <https://github.com/shoyer>`_

.. _whats-new.0.10.4:

v0.10.4 (May 16, 2018)
v0.10.4 (16 May 2018)
----------------------

The minor release includes a number of bug-fixes and backwards compatible
Expand Down Expand Up @@ -208,7 +210,7 @@ Bug fixes

.. _whats-new.0.10.3:

v0.10.3 (April 13, 2018)
v0.10.3 (13 April 2018)
------------------------

The minor release includes a number of bug-fixes and backwards compatible enhancements.
Expand Down

0 comments on commit ad47ced

Please sign in to comment.