We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f6995 commit 8379fa3Copy full SHA for 8379fa3
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.5.0 – 2026-05-08
4
+
5
+- Replace local thermodynamics functions with atmoslib
6
+- Take azimuth angle from zenith measurements after the BLB scan
7
+- Introduce condition for low level cloud detection
8
9
## 1.4.3 – 2025-11-20
10
11
- Fix bug if coordinates are not stored in HKD file
mwrpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 4
-PATCH = 3
+MINOR = 5
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments