Skip to content

Commit 5249d64

Browse files
committed
Release version 1.85.1
1 parent e98a7b4 commit 5249d64

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.85.1 – 2025-10-03
4+
5+
- Require three points for epsilon-lidar interpolation
6+
- Handle outliers in RPG latitude and longitude
7+
- Convert RPG-FMCW-94 time to double when necessary
8+
39
## 1.85.0 – 2025-10-01
410

511
- Skip MIRA files with less than two zenith / azimuth angles

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 = 85
3-
PATCH = 0
3+
PATCH = 1
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)