We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f1d99 commit b4a7913Copy full SHA for b4a7913
progress.md
@@ -1,3 +1,10 @@
1
+## 2025-07-03 — Release Candidate v0.2.0-rc.1
2
+
3
+- Performance regression testing implemented
4
+- LLM Judge evaluation system enhanced
5
+- Background task processing optimized
6
+- Comprehensive test reporting
7
8
## 2025-07-03 — Deterministic Performance Regression Test for LLM Judge (by SourC)
9
10
- Added `scripts/test_performance_regression.py` to measure LLM Judge evaluation time and memory usage.
version.py
@@ -0,0 +1 @@
+VERSION = "0.2.0-rc.1"
0 commit comments