Skip to content

Commit ca0e64f

Browse files
committed
Release version 1.91.0
1 parent b6c93a1 commit ca0e64f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.91.0 – 2026-05-04
4+
5+
- Replace local atmospheric utilities with atmoslib package
6+
- Use ITU-R P.838-3 from atmoslib for rain attenuation
7+
- Document missing public API and command-line usage
8+
- Add -i flag in CLI and accept PID values
9+
- Add --max-y CLI flag to control plot y-axis limit
10+
- Show PIDs and handle invalid input in instrument selection prompt
11+
312
## 1.90.6 – 2026-04-24
413

514
- Mask invalid sldr values in RPG FMCW data

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

0 commit comments

Comments
 (0)