File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ### Removed
17+
18+ ## [ 0.3.0] - 2025-01-18
19+
20+ ### Added
21+
1222** Parallel Execution**
1323
1424- Added parallel task execution with ` num_workers ` parameter in ` Benchmark.run() ` using ` ThreadPoolExecutor ` (PR: #14 )
@@ -191,6 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191201
192202<!-- Previous changes here -->
193203
194- [ Unreleased ] : https://github.com/parameterlab/maseval/compare/v0.1.2...HEAD
204+ [ Unreleased ] : https://github.com/parameterlab/maseval/compare/v0.3.0...HEAD
205+ [ 0.3.0 ] : https://github.com/parameterlab/maseval/compare/v0.2.0...v0.3.0
206+ [ 0.2.0 ] : https://github.com/parameterlab/maseval/compare/v0.1.2...v0.2.0
195207[ 0.1.2 ] : https://github.com/parameterlab/maseval/compare/v0.1.1...v0.1.2
196208[ 0.1.1 ] : https://github.com/parameterlab/maseval/releases/tag/v0.1.1
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.2 .0"
7+ version = " 0.3 .0"
88description = " A library for multi-agent systems evaluation and benchmarking."
99authors = [{ name = " Cornelius Emde" , email = " cornelius@parameterlab.de" }]
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments