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 90539f0 commit 2629fddCopy full SHA for 2629fdd
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.4.0 – 2025-09-19
4
+
5
+- Fix spectral consistency check for scanning data
6
+- Fix lidar file path in CLI
7
8
## 1.3.6 – 2025-09-17
9
10
- Generate plots without site config
mwrpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 3
-PATCH = 6
+MINOR = 4
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments