File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
3334Bug fixes
3435~~~~~~~~~
You can’t perform that action at this time.
0 commit comments