File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.5.1 (2026-03-13)
2+
3+ ### Feat
4+
5+ - NDCG metrics for paper
6+ - enable row with dataset counts for results table example
7+ - latex table results reporting for paper example
8+ - ConteXTMatch query batching for out-of-memory on large ranking tasks
9+ - make ESCO language support version dependent
10+ - deduplication strategy for queries and targets to enable datasets with duplicate targets
11+
12+ ### Fix
13+
14+ - latex table result set best results in bold for different model groups
15+ - cast prediction matrices explicitly to float
16+ - update dataset_ids in Task based on filtering non-supported ones
17+ - linter fixes
18+ - DatasetConfigNotSupported exceptions are introduced and skipped to solve dynamic dataset loading that can result in 0-length query or target tasks.
19+ - default resolve duplicates in ranking and query
20+
121## v0.5.0 (2026-03-09)
222
323### Refactor
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages = ["src/workrb"]
77
88[project ]
99name = " workrb"
10- version = " 0.5.0 "
10+ version = " 0.5.1 "
1111description = " WorkRB: Work Research Benchmark. Easy benchmarking of AI progress in the work domain."
1212readme = " README.md"
1313requires-python = " >=3.10,<4.0"
You can’t perform that action at this time.
0 commit comments