Skip to content

Commit c692213

Browse files
committed
Release version 1.82.3
1 parent 4f5ec22 commit c692213

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.82.3 – 2025-09-19
4+
5+
- Fix plotting in NumPy 2.3.0
6+
37
## 1.82.2 – 2025-09-19
48

59
- Skip epsilon-lidar if not enough data points

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

0 commit comments

Comments
 (0)