We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a7d86 commit d74bfa1Copy full SHA for d74bfa1
2 files changed
HISTORY.rst
@@ -1,3 +1,22 @@
1
+0.4.0 (2025-11-05)
2
+------------------
3
+
4
+New Features
5
+^^^^^^^^^^^^
6
7
+* Allowing checker options to be specified via command line for all checkers.
8
+* Improved support of ``cc-plugin-wcrp``: enabled inter-file/dataset consistency & continuity checks.
9
10
+Bug Fixes
11
+^^^^^^^^^
12
13
+* Time continuity check: No longer throwing exception on unsupported time coordinates.
14
15
+Breaking Changes
16
+^^^^^^^^^^^^^^^^
17
18
+* No longer allowing respecification of checkers and options when resuming QA run (commit 3d2e082d40aef7c512ce828b1e4600ef81176e37).
19
20
0.3.0 (2025-10-17)
21
------------------
22
MANIFEST.in
@@ -1,6 +1,8 @@
include LICENSE
include README.md
+exclude ci/*
recursive-include tests *.py
recursive-include fonts *
0 commit comments