Skip to content

Commit 752ab2d

Browse files
committed
Updated whats new to reference issue & attribute changes
1 parent aa6e6e1 commit 752ab2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/whats-new.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Enhancements
2626

2727
- Added ability to save ``DataArray`` objects directly to netCDF files using
2828
:py:meth:`~xarray.DataArray.to_netcdf`, and to load directly from netCDF files
29-
using :py:func:`~xarray.open_dataarray`. These remove the need to convert a
30-
``DataArray`` to a ``Dataset`` before saving as a netCDF file, and deals with
31-
names to ensure a perfect 'roundtrip' capability.
29+
using :py:func:`~xarray.open_dataarray` (:issue:`915`). These remove the need
30+
to convert a ``DataArray`` to a ``Dataset`` before saving as a netCDF file,
31+
and deals with names to ensure a perfect 'roundtrip' capability.
32+
By `Robin Wilson <https://github.com/robintw`_.
3233

3334
Bug fixes
3435
~~~~~~~~~

0 commit comments

Comments
 (0)