- 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_1dimflag - Indicator class has
var_nameattribute, instead of usingidentifierto name output variables.