diff --git a/python-xarray.changes b/python-xarray.changes index 4abc63c..47c6b5a 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-xarray.spec b/python-xarray.spec index 016cc9a..657a756 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-xarray -Version: 0.12.2 +Version: 0.12.3 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 diff --git a/xarray-0.12.2.tar.gz b/xarray-0.12.2.tar.gz deleted file mode 100644 index 5cf5e27..0000000 --- a/xarray-0.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a9536b5bc4eac2f4689c4ec8308f68df7e3277579499dde208031d8faf79772 -size 1786475 diff --git a/xarray-0.12.3.tar.gz b/xarray-0.12.3.tar.gz new file mode 100644 index 0000000..0d292d7 --- /dev/null +++ b/xarray-0.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9310e610af988acb57a2627b10025a250bcbe172e66d3750a6dd3b3c5357da56 +size 1793550