Releases: SakanaAI/ALE-Bench
Releases · SakanaAI/ALE-Bench
v1.3.0
New Features
- Support Python 3.14
- Add utility function to calculate the rank percentile from the rank
- Add new serializable
Problemschema
What's Changed
- Support Python 3.14 by @Yuki-Imajuku in #16
- Add new models (2025-10-17) by @Yuki-Imajuku in #19
- Add convert_rank_to_percentile to RankingCalculator by @Yuki-Imajuku in #20
- Add ProblemSerializable by @Yuki-Imajuku in #21
Full Changelog: v1.2.1...v1.3.0
v1.2.1
New Features
- Add ALE-Bench evaluation scripts
- Fix docker container handling
Development
- Update GitHub Actions config
- Add
__version__ - Update
pyproject.toml
What's Changed
- Add Evaluation script by @Yuki-Imajuku in #13
Full Changelog: v1.2.0...v1.2.1
v1.2.0
New Features
code_runaction in theSession- Bug fix and update MCP server
- Update setup scripts
Development
- Update GitHub Actions config
- Upgrade dev dependencies
- Fix typo
What's Changed
- Reorganize README by @Yuki-Imajuku in #5
- Version 1.2.0 by @Yuki-Imajuku in #6
Full Changelog: v1.1.0...v1.2.0
v1.1.0
New Features
local_visualizationaction in theSessionelapsed_timefield in the action log of theSessionCaseResultSerializableandResultSerializableclasses
Development
- Fix isort setting
- Use
mypy --strictfor stricter type hints
v1.0.0
initial commit