forked from pool/python-xarray
Dirk Mueller
d5f8b0ae0d
- Add GitHub action for running nightly tests against upstream dependencies (:pull:
4583
).
By `Anderson Banihirwe <https://github.com/andersy005>`_. - Fix ``dask.optimize`` on ``DataArray`` producing an invalid Dask task graph (:issue:`3698`) + xarray.DataArray.plot.line() can now accept multidimensional coordinate variables as input. hue must be a dimension name + Added support for plotting data with pandas.Interval coordinates, + Added shift() for shifting the values of a CFTimeIndex by a + Added support for using cftime.datetime coordinates with differentiate(), differentiate(), interp(), and interp(). + 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 + Added a new backend for the GRIB file format based on ECMWF cfgrib python driver and ecCodes C-library. (GH2475) By + 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 + 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 * Bugfixes + FacetGrid now properly uses the cbar_kwargs keyword argument. + Addition and subtraction operators used with a CFTimeIndex now + We now properly handle arrays of datetime.datetime and datetime.timedelta provided as coordinates. (GH2512) By + xarray.DataArray.roll correctly handles multidimensional arrays. + xarray.plot() now properly accepts a norm argument and does not + xarray.DataArray.std() now correctly accepts ddof keyword argument. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=101
Description
No description provided
Languages
Diff
100%