Go to file
Sebastian Wagner 5a954fae78 Accepting request 1037318 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2022.11.0
  * This release brings a number of bugfixes and documentation
    improvements. Both text and HTML reprs now have a new "Indexes"
    section, which we expect will help with development of new
    Index objects. This release also features more support for the
    Python Array API.
  ## New Features
  * Add static typing to plot accessors (GH6949, PR7052). By
    Michael Niklas.
  * Display the indexes in a new section of the text and HTML reprs
    (PR6795, PR7183, PR7185) By Justus Magin and Benoît Bovy.
  * Added methods DataArrayGroupBy.cumprod() and
    DatasetGroupBy.cumprod(). (PR5816) By Patrick Naylor
  ## Breaking changes
  * repr(ds) may not show the same result because it doesn’t load
    small, lazy data anymore. Use ds.head().load() when wanting to
    see just a sample of the data. (GH6722, PR7203). By Jimmy
    Westling.
  * Many arguments of plotmethods have been made keyword-only.
  * xarray.plot.plot module renamed to xarray.plot.dataarray_plot
    to prevent shadowing of the plot method. (GH6949, PR7052). By
    Michael Niklas.
  ## Deprecations
  * Positional arguments for all plot methods have been deprecated
    (GH6949, PR7052). By Michael Niklas.
  * xarray.plot.FacetGrid.axes has been renamed to
    xarray.plot.FacetGrid.axs because it’s not clear if axes refers
    to single or multiple Axes instances. This aligns with
    matplotlib.pyplot.subplots. (PR7194) By Jimmy Westling.
  ## Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1037318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=74
2022-11-22 15:35:40 +00:00
.gitattributes Accepting request 596516 from devel:languages:python 2018-04-24 13:31:25 +00:00
.gitignore Accepting request 596516 from devel:languages:python 2018-04-24 13:31:25 +00:00
local_dataset.patch - Update to 2022.10.0: 2022-10-18 22:26:22 +00:00
python-xarray.changes Accepting request 1037318 from home:bnavigator:branches:devel:languages:python:numeric 2022-11-22 15:35:40 +00:00
python-xarray.spec Accepting request 1037318 from home:bnavigator:branches:devel:languages:python:numeric 2022-11-22 15:35:40 +00:00
xarray-2022.11.0.tar.gz Accepting request 1037318 from home:bnavigator:branches:devel:languages:python:numeric 2022-11-22 15:35:40 +00:00