We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98a7b4 commit 5249d64Copy full SHA for 5249d64
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 1.85.0 – 2025-10-01
10
11
- Skip MIRA files with less than two zenith / azimuth angles
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 85
-PATCH = 0
+PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments