We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c8a25 commit a8701edCopy full SHA for a8701ed
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.86.0 – 2025-10-07
4
+
5
+- Use synop codes in rain detection
6
+- Use high rainfall rate values to flag severe attenuation
7
8
## 1.85.5 – 2025-10-07
9
10
- Add option to mask zeros in plotting
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 85
-PATCH = 5
+MINOR = 86
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments