We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81a4d commit d5a56d1Copy full SHA for d5a56d1
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.3.0 (2026-01-09)
2
+
3
+### Feat
4
5
+- SkillSkape dataset as ranking task
6
+- Job title similarity as a ranking task
7
8
+### Refactor
9
10
+- move functions centered in run.py for public api to registry.py and results.py.
11
+- rename evaluate.py to run.py to remove ambiguity with workrb.evaluate function
12
13
## v0.2.1 (2026-01-06)
14
15
### Fix
pyproject.toml
@@ -7,7 +7,7 @@ packages = ["src/workrb"]
[project]
name = "workrb"
-version = "0.2.1"
+version = "0.3.0"
description = "WorkRB: Work Research Benchmark. Easy benchmarking of AI progress in the work domain."
readme = "README.md"
requires-python = ">=3.10,<4.0"
0 commit comments