We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825dcd6 commit 08ad21bCopy full SHA for 08ad21b
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.89.1 – 2026-03-24
4
+
5
+- Reclassify false insects embedded in falling hydrometeor regions
6
+- Fix missing aerosol flag for LDR-reclassified insects
7
+- Add --instrument CLI option for selecting preferred categorize inputs
8
+- Download categorize input files in parallel in CLI
9
10
## 1.89.0 – 2026-03-23
11
12
- Fix tpow correction for old FZK-serial MIRA-35 instruments reporting transmit power 100x too low
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 89
-PATCH = 0
+PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments