Hello community,

here is the log from the commit of package python-xarray for openSUSE:Factory 
checked in at 2018-11-14 14:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xarray (Old)
 and      /work/SRC/openSUSE:Factory/.python-xarray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xarray"

Wed Nov 14 14:43:18 2018 rev:6 rq:648780 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xarray/python-xarray.changes      
2018-10-01 08:17:10.261977338 +0200
+++ /work/SRC/openSUSE:Factory/.python-xarray.new/python-xarray.changes 
2018-11-14 14:44:00.502639014 +0100
@@ -1,0 +2,65 @@
+Tue Nov 13 14:30:03 UTC 2018 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 0.11.0
+  * Enhancements
+    + xarray.DataArray.plot.line() can now accept multidimensional 
+      coordinate variables as input. hue must be a dimension name 
+      in this case. (GH2407) By Deepak Cherian.
+    + Added support for Python 3.7. (GH2271). By Joe Hamman.
+    + Added support for plotting data with pandas.Interval coordinates, 
+      such as those created by groupby_bins() By Maximilian Maahn.
+    + Added shift() for shifting the values of a CFTimeIndex by a 
+      specified frequency. (GH2244). By Spencer Clark.
+    + Added support for using cftime.datetime coordinates with 
+      differentiate(), differentiate(), interp(), and interp(). 
+      By Spencer Clark
+    + There is now a global option to either always keep or always 
+      discard dataset and dataarray attrs upon operations. The option 
+      is set with xarray.set_options(keep_attrs=True), and the default 
+      is to use the old behaviour. By Tom Nicholas.
+    + Added a new backend for the GRIB file format based on ECMWF 
+      cfgrib python driver and ecCodes C-library. (GH2475) By 
+      Alessandro Amici, sponsored by ECMWF.
+    + Resample now supports a dictionary mapping from dimension to 
+      frequency as its first argument, e.g., 
+      data.resample({'time': '1D'}).mean(). This is consistent with 
+      other xarray functions that accept either dictionaries or 
+      keyword arguments. By Stephan Hoyer.
+    + The preferred way to access tutorial data is now to load it 
+      lazily with xarray.tutorial.open_dataset(). 
+      xarray.tutorial.load_dataset() calls Dataset.load() prior to 
+      returning (and is now deprecated). This was changed in order 
+      to facilitate using tutorial datasets with dask. By Joe Hamman.
+  * Bugfixes    
+    + FacetGrid now properly uses the cbar_kwargs keyword argument. 
+      (GH1504, GH1717) By Deepak Cherian.
+    + Addition and subtraction operators used with a CFTimeIndex now 
+      preserve the index’s type. (GH2244). By Spencer Clark.
+    + We now properly handle arrays of datetime.datetime and 
+      datetime.timedelta provided as coordinates. (GH2512) By 
+      `Deepak Cherian <https://github.com/dcherian`_.
+    + xarray.DataArray.roll correctly handles multidimensional arrays. 
+      (GH2445) By Keisuke Fujii.
+    + xarray.plot() now properly accepts a norm argument and does not 
+      override the norm’s vmin and vmax. (GH2381) By Deepak Cherian.
+    + xarray.DataArray.std() now correctly accepts ddof keyword argument. 
+      (GH2240) By Keisuke Fujii.
+    + Restore matplotlib’s default of plotting dashed negative contours 
+      when a single color is passed to DataArray.contour() e.g. 
+      colors='k'. By Deepak Cherian.
+    + Fix a bug that caused some indexing operations on arrays opened 
+      with open_rasterio to error (GH2454). By Stephan Hoyer.
+    + Subtracting one CFTimeIndex from another now returns a 
+      pandas.TimedeltaIndex, analogous to the behavior for 
+      DatetimeIndexes (GH2484). By Spencer Clark.
+    + Adding a TimedeltaIndex to, or subtracting a TimedeltaIndex from 
+      a CFTimeIndex is now allowed (GH2484). By Spencer Clark.
+    + Avoid use of Dask’s deprecated get= parameter in tests by Matthew 
Rocklin.
+    + An OverflowError is now accurately raised and caught during the 
+      encoding process if a reference date is used that is so distant that 
+      the dates must be encoded using cftime rather than NumPy (GH2272). 
+      By Spencer Clark.
+    + Chunked datasets can now roundtrip to Zarr storage continually with 
+      to_zarr and open_zarr (GH2300). By Lily Wang.
+
+-------------------------------------------------------------------

Old:
----
  xarray-0.10.9.tar.gz

New:
----
  xarray-0.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-xarray.spec ++++++
--- /var/tmp/diff_new_pack.QBOdgZ/_old  2018-11-14 14:44:03.786635135 +0100
+++ /var/tmp/diff_new_pack.QBOdgZ/_new  2018-11-14 14:44:03.790635130 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xarray
-Version:        0.10.9
+Version:        0.11.0
 Release:        0
 Summary:        N-D labeled arrays and datasets in Python
 License:        Apache-2.0

++++++ xarray-0.10.9.tar.gz -> xarray-0.11.0.tar.gz ++++++
++++ 11805 lines of diff (skipped)


Reply via email to