File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ### Removed
17+
18+ ## [ 0.4.0] - 2026-03-28
19+
1020### Fixed
1121
1222** Core**
@@ -338,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
338348
339349<!-- Previous changes here -->
340350
341- [ Unreleased ] : https://github.com/parameterlab/maseval/compare/v0.3.0...HEAD
351+ [ Unreleased ] : https://github.com/parameterlab/maseval/compare/v0.4.0...HEAD
352+ [ 0.4.0 ] : https://github.com/parameterlab/maseval/compare/v0.3.0...v0.4.0
342353[ 0.3.0 ] : https://github.com/parameterlab/maseval/compare/v0.2.0...v0.3.0
343354[ 0.2.0 ] : https://github.com/parameterlab/maseval/compare/v0.1.2...v0.2.0
344355[ 0.1.2 ] : https://github.com/parameterlab/maseval/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " maseval"
7- version = " 0.3 .0"
7+ version = " 0.4 .0"
88description = " A library for multi-agent systems evaluation and benchmarking."
99authors = [{ name = " Cornelius Emde" , email = " cornelius@parameterlab.de" }]
1010readme = " README.md"
@@ -94,7 +94,7 @@ mmlu = [
9494lm-eval = [
9595 " aiohttp>=3.9.0" ,
9696 " transformers>=4.37.0,<5.0.0" ,
97- " lm-eval @ git+https://github.com/arubique/lm-evaluation-harness.git@main " ,
97+ " lm-eval>=0.4.0 " ,
9898]
9999
100100# DISCO prediction (for MMLU benchmark example) — requires transformers 4.x via lm-eval
@@ -106,12 +106,11 @@ disco = [
106106 " h5py>=3.0.0" ,
107107 " ipython>=8.0.0" ,
108108 " jsonlines>=4.0.0" ,
109- " lm-eval @ git+https://github.com/arubique/lm-evaluation-harness.git@main " ,
109+ " lm-eval>=0.4.0 " ,
110110 " matplotlib>=3.5.0" ,
111111 " transformers>=4.37.0,<5.0.0" ,
112112 " scikit-learn>=1.7.2" ,
113113 " scipy>=1.11.0" ,
114- " stnd @ git+https://github.com/arubique/stnd.git@0d23b52f7742c08b28be560d2d52d450fcd274b7" ,
115114 " tiktoken>=0.5.0" ,
116115 " torch==2.9.1" ,
117116 " torchvision>=0.15.0" ,
You can’t perform that action at this time.
0 commit comments