Skip to content

Commit 01ae092

Browse files
committed
Release version 1.90.0
1 parent 7a970c8 commit 01ae092

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 1.89.2 – 2026-03-25
410

511
- Improve insect detection for SLDR radar using v_sigma and spectral width as alternative proxies

cloudnetpy/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
2-
MINOR = 89
3-
PATCH = 2
2+
MINOR = 90
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)