We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e2262 commit 5050dd1Copy full SHA for 5050dd1
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.90.6 – 2026-04-24
4
+
5
+- Mask invalid sldr values in RPG FMCW data
6
+- Deduplicate time values in interpolate_1d
7
8
## 1.90.5 – 2026-04-13
9
10
- Increase allowed gap in LWP interpolation
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 90
-PATCH = 5
+PATCH = 6
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments