- Remove support for Python 2 compatibility
- Added support for period of the year subsetting in
checks.missing_any
. - Allow passing positive longitude values when subsetting data with negative longitudes
- Improved runlength calculations for small grid size arrays via
ufunc_1dim
flag - Indicator class has
var_name
attribute, instead of usingidentifier
to name output variables.