Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix whats-new for 0.15 #3723

Merged
merged 17 commits into from
Jan 28, 2020
4 changes: 2 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ Documentation

- Added a new guide on :ref:`contributing` (:issue:`640`)
By `Joe Hamman <https://github.com/jhamman>`_.
- Added apply_ufunc example to :doc:`examples/weather-data` (:issue:`1844`).
- Added apply_ufunc example to :ref:`/examples/weather-data.ipynb#Toy-weather-data` (:issue:`1844`).
By `Liam Brannigan <https://github.com/braaannigan>`_.
- New entry `Why don’t aggregations return Python scalars?` in the
:doc:`faq` (:issue:`1726`).
Expand Down Expand Up @@ -3666,7 +3666,7 @@ Enhancements
``fillna`` works on both ``Dataset`` and ``DataArray`` objects, and uses
index based alignment and broadcasting like standard binary operations. It
also can be applied by group, as illustrated in
:doc:`Fill missing values with climatology <examples/weather-data>`.
:ref:`/examples/weather-data.ipynb#Fill-missing-values-with-climatology`.
dcherian marked this conversation as resolved.
Show resolved Hide resolved
- New ``xray.Dataset.assign`` and ``xray.Dataset.assign_coords``
methods patterned off the new :py:meth:`DataFrame.assign <pandas.DataFrame.assign>`
method in pandas:
Expand Down