forked from pool/python-xarray
- update to version 0.12.3:
- New functions/methods:
- New methods :py:meth:`Dataset.to_stacked_array` and
:py:meth:`DataArray.to_unstacked_dataset` for reshaping Datasets of variables
with different dimensions
(:issue:`1317`).
This is useful for feeding data from xarray into machine learning models,
as described in :ref:`reshape.stacking_different`.
- Enhancements:
- Support for renaming ``Dataset`` variables and dimensions independently
with :py:meth:`~Dataset.rename_vars` and :py:meth:`~Dataset.rename_dims`
(:issue:`3026`).
- Add ``scales``, ``offsets``, ``units`` and ``descriptions``
attributes to :py:class:`~xarray.DataArray` returned by
:py:func:`~xarray.open_rasterio`. (:issue:`3013`)
- Bug fixes:
- Resolved deprecation warnings from newer versions of matplotlib and dask.
- Compatibility fixes for the upcoming pandas 0.25 and NumPy 1.17 releases.
- Fix summaries for multiindex coordinates (:issue:`3079`).
- Fix HDF5 error that could arise when reading multiple groups from a file at
once (:issue:`2954`).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- update to version 0.12.3:
|
||||
- New functions/methods:
|
||||
- New methods :py:meth:`Dataset.to_stacked_array` and
|
||||
:py:meth:`DataArray.to_unstacked_dataset` for reshaping Datasets of variables
|
||||
with different dimensions
|
||||
(:issue:`1317`).
|
||||
This is useful for feeding data from xarray into machine learning models,
|
||||
as described in :ref:`reshape.stacking_different`.
|
||||
- Enhancements:
|
||||
- Support for renaming ``Dataset`` variables and dimensions independently
|
||||
with :py:meth:`~Dataset.rename_vars` and :py:meth:`~Dataset.rename_dims`
|
||||
(:issue:`3026`).
|
||||
- Add ``scales``, ``offsets``, ``units`` and ``descriptions``
|
||||
attributes to :py:class:`~xarray.DataArray` returned by
|
||||
:py:func:`~xarray.open_rasterio`. (:issue:`3013`)
|
||||
- Bug fixes:
|
||||
- Resolved deprecation warnings from newer versions of matplotlib and dask.
|
||||
- Compatibility fixes for the upcoming pandas 0.25 and NumPy 1.17 releases.
|
||||
- Fix summaries for multiindex coordinates (:issue:`3079`).
|
||||
- Fix HDF5 error that could arise when reading multiple groups from a file at
|
||||
once (:issue:`2954`).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 09:29:36 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user