Hello community, here is the log from the commit of package python-xarray for openSUSE:Factory checked in at 2018-06-29 22:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xarray (Old) and /work/SRC/openSUSE:Factory/.python-xarray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xarray" Fri Jun 29 22:27:12 2018 rev:3 rq:617154 version:0.10.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xarray/python-xarray.changes 2018-05-29 10:35:05.386265288 +0200 +++ /work/SRC/openSUSE:Factory/.python-xarray.new/python-xarray.changes 2018-06-29 22:27:14.454445480 +0200 @@ -1,0 +2,30 @@ +Sun Jun 10 20:04:48 UTC 2018 - [email protected] + +- update to version 0.10.7: + * Enhancements: + * Plot labels now make use of metadata that follow CF conventions (:issue:`2135`). By Deepak Cherian and Ryan Abernathey. + * Line plots now support facetting with row and col arguments (:issue:`2107`). By Yohai Bar Sinai. + * :py:meth:`~xarray.DataArray.interp` and :py:meth:`~xarray.Dataset.interp` methods are newly added. See :ref:`interpolating values with interp` for the detail. (:issue:`2079`) By Keisuke Fujii. + * Bug fixes: + * Fixed a bug in rasterio backend which prevented use with distributed. The rasterio backend now returns pickleable objects (:issue:`2021`). +- update to version 0.10.6: + * Enhancements: + * New PseudoNetCDF backend for many Atmospheric data formats including GEOS-Chem, CAMx, NOAA arlpacked bit and many others. See :ref:`io.PseudoNetCDF` for more details. By Barron Henderson. + * The :py:class:`Dataset` constructor now aligns :py:class:`DataArray` arguments in data_vars to indexes set explicitly in coords, where previously an error would be raised. (:issue:`674`) By Maximilian Roos. + * :py:meth:`~DataArray.sel`, :py:meth:`~DataArray.isel` & :py:meth:`~DataArray.reindex`, (and their :py:class:`Dataset` counterparts) now support supplying a dict as a first argument, as an alternative to the existing approach of supplying kwargs. This allows for more robust behavior of dimension names which conflict with other keyword names, or are not strings. By Maximilian Roos. + * :py:meth:`~DataArray.rename` now supports supplying **kwargs, as an alternative to the existing approach of supplying a dict as the first argument. By Maximilian Roos. + * :py:meth:`~DataArray.cumsum` and :py:meth:`~DataArray.cumprod` now support aggregation over multiple dimensions at the same time. This is the default behavior when dimensions are not specified (previously this raised an error). By Stephan Hoyer + * :py:meth:`DataArray.dot` and :py:func:`dot` are partly supported with older dask<0.17.4. (related to :issue:`2203`) By Keisuke Fujii. + * Xarray now uses Versioneer to manage its version strings. (:issue:`1300`). By Joe Hamman. + * Bug fixes: + * Fixed a regression in 0.10.4, where explicitly specifying dtype='S1' or dtype=str in encoding with to_netcdf() raised an error (:issue:`2149`). Stephan Hoyer + * :py:func:`apply_ufunc` now directly validates output variables (:issue:`1931`). By Stephan Hoyer. + * Fixed a bug where to_netcdf(..., unlimited_dims='bar') yielded NetCDF files with spurious 0-length dimensions (i.e. b, a, and r) (:issue:`2134`). By Joe Hamman. + * Removed spurious warnings with Dataset.update(Dataset) (:issue:`2161`) and array.equals(array) when array contains NaT (:issue:`2162`). By Stephan Hoyer. + * Aggregations with :py:meth:`Dataset.reduce` (including mean, sum, etc) no longer drop unrelated coordinates (:issue:`1470`). Also fixed a bug where non-scalar data-variables that did not include the aggregation dimension were improperly skipped. By Stephan Hoyer + * Fix :meth:`~DataArray.stack` with non-unique coordinates on pandas 0.23 (:issue:`2160`). By Stephan Hoyer + * Selecting data indexed by a length-1 CFTimeIndex with a slice of strings now behaves as it does when using a length-1 DatetimeIndex (i.e. it no longer falsely returns an empty array when the slice includes the value in the index) (:issue:`2165`). By Spencer Clark. + * Fix DataArray.groupby().reduce() mutating coordinates on the input array when grouping over dimension coordinates with duplicated entries (:issue:`2153`). By Stephan Hoyer + * Fix Dataset.to_netcdf() cannot create group with engine="h5netcdf" (:issue:`2177`). By Stephan Hoyer + +------------------------------------------------------------------- @@ -96 +126 @@ -- update to versio 0.10.3: +- update to version 0.10.3: Old: ---- xarray-0.10.4.tar.gz New: ---- xarray-0.10.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xarray.spec ++++++ --- /var/tmp/diff_new_pack.72uCtQ/_old 2018-06-29 22:27:15.658444569 +0200 +++ /var/tmp/diff_new_pack.72uCtQ/_new 2018-06-29 22:27:15.662444566 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xarray -Version: 0.10.4 +Version: 0.10.7 Release: 0 Summary: N-D labeled arrays and datasets in Python License: Apache-2.0 @@ -66,7 +66,7 @@ %check #ignore netcdf fails for now, known upstream: https://github.com/pydata/xarray/issues/2050 -%python_expand py.test-%{$python_bin_suffix} xarray || : +%python_expand py.test-%{$python_bin_suffix} xarray %files %{python_files} %doc README.rst ++++++ xarray-0.10.4.tar.gz -> xarray-0.10.7.tar.gz ++++++ ++++ 8199 lines of diff (skipped)
