Skip to content

Commit 5050dd1

Browse files
committed
Release version 1.90.6
1 parent a4e2262 commit 5050dd1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
38
## 1.90.5 – 2026-04-13
49

510
- Increase allowed gap in LWP interpolation

cloudnetpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
22
MINOR = 90
3-
PATCH = 5
3+
PATCH = 6
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)