diff --git a/python-xarray.changes b/python-xarray.changes index 0212cb4..83d51cc 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Tue Nov 13 14:30:03 UTC 2018 - Marketa Calabkova + +- 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 diff --git a/python-xarray.spec b/python-xarray.spec index 11f3d72..43387cb 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -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 diff --git a/xarray-0.10.9.tar.gz b/xarray-0.10.9.tar.gz deleted file mode 100644 index d4fc736..0000000 --- a/xarray-0.10.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb3028ba157e1953fd279bbe17c07bb5faa459ddf555bbe687c927e4cdfeecc3 -size 1688163 diff --git a/xarray-0.11.0.tar.gz b/xarray-0.11.0.tar.gz new file mode 100644 index 0000000..00bdcbb --- /dev/null +++ b/xarray-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636964baccfca0e5d69220ac4ecb948d561addc76f47704064dcbe399e03a818 +size 1704658