We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c93a1 commit ca0e64fCopy full SHA for ca0e64f
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 1.90.6 – 2026-04-24
13
14
- Mask invalid sldr values in RPG FMCW data
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 90
-PATCH = 6
+MINOR = 91
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments