What’s New

v2.0.0 (unreleased)

Breaking changes

Documentation

Internal Changes

v1.1.0 (2022/2/15)

New Features

  • sign_agreement now supports the option to not count nans along the given dimension (GH#118). By Julius Busecke

Bugfixes

v1.0.0 (2021/6/22)

Breaking changes

  • Dropped support for python 3.7 (GH#97) By Julius Busecke

  • Refactored implementation of utils.xr_linregress(): Scales better and does not require rechunking the data anymore. No more nanmask option available and parameters are always variables no more optioin to put out a dataarray (GH#62). By Julius Busecke

New Features

Documentation

  • Added example notebook for xarrayutils.utils

Internal Changes

  • Upgraded internal CI/Publishing workflows (GH#97, GH#101)

v0.1.3

Changes not documented for this release and earlier