We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6e6e1 commit 752ab2dCopy full SHA for 752ab2d
doc/whats-new.rst
@@ -26,9 +26,10 @@ Enhancements
26
27
- Added ability to save ``DataArray`` objects directly to netCDF files using
28
: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.
+ using :py:func:`~xarray.open_dataarray` (:issue:`915`). These remove the need
+ to convert a ``DataArray`` to a ``Dataset`` before saving as a netCDF file,
+ and deals with names to ensure a perfect 'roundtrip' capability.
32
+ By `Robin Wilson <https://github.com/robintw`_.
33
34
Bug fixes
35
~~~~~~~~~
0 commit comments