File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Time required: about an hour.
3434 only fixes that apply the current released version.
353510. 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.
383811. Commit your changes and push to master again:
3939 git commit -a -m 'Revert to dev version'
4040 git push upstream master
Original file line number Diff line number Diff 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
2131Enhancements
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
You can’t perform that action at this time.
0 commit comments