Skip to content

Commit 97af4b8

Browse files
committed
Update whats-new for v0.8.2
1 parent 31a71b9 commit 97af4b8

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

HOW_TO_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Time required: about an hour.
3434
only fixes that apply the current released version.
3535
10. Revert ISRELEASED in setup.py back to False. Don't change the version
3636
number: in normal development, we keep the version number in setup.py as the
37-
last releaseld version.
37+
last released version.
3838
11. Commit your changes and push to master again:
3939
git commit -a -m 'Revert to dev version'
4040
git push upstream master

doc/whats-new.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,18 @@ What's New
1515
1616
.. _whats-new.0.8.2:
1717

18-
v0.8.2 (unreleased)
19-
-------------------
18+
v0.8.2 (18 August 2016)
19+
-----------------------
20+
21+
This release includes a number of bug fixes and minor enhancements.
22+
23+
Breaking changes
24+
~~~~~~~~~~~~~~~~
25+
26+
- :py:func:`~xarray.broadcast` and :py:func:`~xarray.concat` now auto-align
27+
inputs, using ``join=outer``. Previously, these functions raised
28+
``ValueError`` for non-aligned inputs.
29+
By `Guido Imperiale <https://github.com/crusaderky>`_.
2030

2131
Enhancements
2232
~~~~~~~~~~~~
@@ -27,12 +37,9 @@ Enhancements
2737
:py:meth:`from_dict` to allow easy conversion between dictionaries and
2838
xarray objects (:issue:`432`). See :ref:`dictionary IO <dictionary io>`
2939
for more details. By `Julia Signell <https://github.com/jsignell>`_.
30-
3140
- Added ``exclude`` and ``indexes`` optional parameters to :py:func:`~xarray.align`,
3241
and ``exclude`` optional parameter to :py:func:`~xarray.broadcast`.
3342
By `Guido Imperiale <https://github.com/crusaderky>`_.
34-
- :py:func:`~xarray.broadcast` and :py:func:`~xarray.concat` will now auto-align inputs,
35-
using ``join=outer``. By `Guido Imperiale <https://github.com/crusaderky>`_.
3643
- Better error message when assigning variables without dimensions
3744
(:issue:`971`). By `Stephan Hoyer <https://github.com/shoyer>`_.
3845
- Better error message when reindex/align fails due to duplicate index values

0 commit comments

Comments
 (0)