v1.5.0
1.5.0 / 2023-09-6
bugged release, please use >v1.6.1
Minor change
- Iterative masking in
region_finding.py
to gain control of masked areas by @JoranAngevaare in #141
Patches
- Fix tests for past py39 by @JoranAngevaare in #138
- Fix absolute numbers for tipping criteria by @JoranAngevaare in #136
- Update merge variables by @JoranAngevaare in #137
- Update coverage by @JoranAngevaare in #142
Notes
- Important bugfix in #136 which solves an issue with decreasing trends not being treated the same as increasing trends due to a
np.max
call to signed values.
Full Changelog: v1.4.1...v1.5.0