Releases: raklaptudirm/arbiter
Releases · raklaptudirm/arbiter
v0.2.2: Fix Inverted `wtime` and `btime`
Change fixes a critical ataxx tournament bug.
What's Changed
- fix: reversed wtime and btime reporting by @raklaptudirm in #8
Full Changelog: v0.2.1...v0.2.2
v0.2.1: Patched Time Reporting
Changelog
- Fix the broken time reporting where the opening side to move wasn't "white"
- Move the main function to the repository root for a smaller install command.
Full Changelog: v0.2.0...v0.2.1
v0.2.0: Tournament Runner
⚠️ Errata ⚠️
Time reporting for openings where the side to move isn't "white" is broken, use v0.2.1
instead.
Release Notes
Arbiter now supports running various tournaments, including round-robin and gauntlet types along with support for Trinomial (legacy) and Pentanomial Sequential Probability Ratio tests to test engine progression and non-regression.
Changelog
arbiter tournament <config file>
arbiter sprt <config file>
arbiter restart sprt <test name>
Pull Request List
- release: v0.2.0 (tournament runner) by @raklaptudirm in #6
Full Changelog: v0.1.0...v0.2.0
v0.1.0: Engine Manager
Arbiter now has full-fledged engine management capabilities and can install engines from all sorts of sources.
Specific tags of engines can be installed, and all OpenBench compliant engines are supported by default.
Changelog
arbiter install <engine>
arbiter remove <engine>
Pull Request List
- release: v0.1.0 (engine manager) by @raklaptudirm in #2
Full Changelog: https://github.com/raklaptudirm/arbiter/commits/v0.1.0