Skip to content

Commit f5c5377

Browse files
committed
Release version 1.89.0
1 parent 05ca643 commit f5c5377

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.89.0 – 2026-03-23
4+
5+
- Fix tpow correction for old FZK-serial MIRA-35 instruments reporting transmit power 100x too low
6+
- Handle fully masked azimuth angles in zenith/azimuth screening
7+
- Read radar range correction factor from site_meta
8+
- Improve detection of horizontal stripe artifacts in radar data
9+
- Record correction_factor in variable metadata when corrections are applied
10+
- Filter small cloud clusters from cloud mask before computing cloud boundaries
11+
- Convert temperature plots from Kelvin to Celsius and add contour levels at -38, -10, and 0 °C
12+
- Use model surface geopotential for height axis instead of site altitude
13+
- Reclassify ice with high LDR as insects
14+
- Support `range_correction_factor` in CLI
15+
- Set current date as default for --date CLI option
16+
- Add --variables option to CLI
17+
- Add --force-download option to CLI
18+
- Add `--model` option to CLI
19+
320
## 1.88.3 – 2026-03-19
421

522
- Plot freezing temperature line

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 = 88
3-
PATCH = 3
2+
MINOR = 89
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)