We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a3365 commit 4f9c803Copy full SHA for 4f9c803
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.86.12 – 2025-11-06
4
+
5
+- Fix height calculations.
6
+- Fix dimensions in IWC and drizzle product
7
+- Use `np.bool_` instead of `np.bool`
8
+- Test with Python 3.14
9
10
## 1.86.11 – 2025-11-04
11
12
- Check customer name matches in RPG radar files
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 86
-PATCH = 11
+PATCH = 12
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments