Skip to content

v0.8.0

Choose a tag to compare

@bpiwowar bpiwowar released this 29 Jan 21:19
· 15 commits to main since this release

[0.8.0] - 2026-01-29

Bug Fixes

  • Isolate the problematic agent when wrapping envs (2f4321a)
  • Sets max_paths in the main env to limit the computation (48ea976)
  • Max_paths set outside of the loop (3ad338d)
  • Remove max_paths auto-setting (e0b4b7e)
  • Free positions are well handled now (190228e)
  • Remove _version.py from git (e7673b7)

Build

  • Pre-commit controls commit messages (c3109a1)
  • Added cliff.toml (1d158ed)
  • Migrate from Black+Flake8 to Ruff, modernize CI with uv (a9ba82e)

CI

  • Use git cliff for release notes (13970e7)

Features

  • Add VecEnv support for parallel races (04fd4bc)
  • Add multi-agent VecEnv support (e27e7a4)
  • Races cli with web viewer (e517948)
  • Add race recording, adapter support, and max-steps to CLI (3b370a8)

Performance

  • Optimize observation with vectorized rotations and PathCache (42d13f9)

Testing

  • Switch to hatch in the release action (0edb6ac)