Skip to content

Commit 7d13b56

Browse files
committed
bump: v0.5.0 → v0.5.1
1 parent 18ea566 commit 7d13b56

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/workrb"]
77

88
[project]
99
name = "workrb"
10-
version = "0.5.0"
10+
version = "0.5.1"
1111
description = "WorkRB: Work Research Benchmark. Easy benchmarking of AI progress in the work domain."
1212
readme = "README.md"
1313
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)