We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a970c8 commit 01ae092Copy full SHA for 01ae092
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.90.0 – 2026-03-27
4
+
5
+- Use maximum of LDR and non-LDR insect probabilities
6
+- Require LWP above threshold when adding undetected melting layer pixels
7
+- Add --options flag to CLI for passing categorize options
8
9
## 1.89.2 – 2026-03-25
10
11
- Improve insect detection for SLDR radar using v_sigma and spectral width as alternative proxies
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 89
-PATCH = 2
+MINOR = 90
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments