forked from pool/python-xarray
- This patch release fixes an incompatability with a recent pandas change, which: - was causing an issue indexing with a ``datetime64``. It also includes: - improvements to ``rolling``, ``to_dataframe``, ``cov`` & ``corr`` methods and: - bug fixes. Our documentation has a number of improvements, including fixing all : - doctests and confirming their accuracy on every commit.: - Many thanks to the 36 contributors who contributed to this release: - Aaron Spring, Akio Taniguchi, Aleksandar Jelenak, Alexandre Poux,: - Caleb, Dan Nowacki, Deepak Cherian, Gerardo Rivera, Jacob Tomlinson, James A.: - Bednar, Joe Hamman, Julia Kent, Kai Mühlbauer, Keisuke Fujii, Mathias Hauser,: - Maximilian Roos, Nick R. Papior, Pascal Bourgault, Peter Hausamann, Romain: - Martinez, Russell Manser, Samnan Rahee, Sander, Spencer Clark, Stephan Hoyer,: - Thomas Zilio, Tobias Kölling, Tom Augspurger, alexamici, crusaderky, darikg,: - inakleinbottle, jenssss, johnomotani, keewis, and rpgoldman.: - Breaking changes: - :py:meth:`DataArray.astype` and :py:meth:`Dataset.astype` now preserve attributes. Keep the old behavior by passing `keep_attrs=False` (:issue:`2049`, :pull:`4314`). By `Dan Nowacki <https://github.com/dnowacki-usgs>`_ and `Gabriel Joel Mitchell <https://github.com/gajomi>`_. - New Features: - :py:meth:`~xarray.DataArray.rolling` and :py:meth:`~xarray.Dataset.rolling` now accept more than 1 dimension. (:pull:`4219`) By `Keisuke Fujii <https://github.com/fujiisoup>`_. - :py:meth:`~xarray.DataArray.to_dataframe` and :py:meth:`~xarray.Dataset.to_dataframe` now accept a ``dim_order`` parameter allowing to specify the resulting dataframe's dimensions order (:issue:`4331`, :pull:`4333`). By `Thomas Zilio <https://github.com/thomas-z>`_. - Support multiple outputs in :py:func:`xarray.apply_ufunc` when using ``dask='parallelized'``. (:issue:`1815`, :pull:`4060`). By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_. - ``min_count`` can be supplied to reductions such as ``.sum`` when specifying OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=39
Description
No description provided
Languages
Diff
100%