v0.4.4
Changes by Human
- README: ArXiv link, BibTeX citation, and CI tests badge
- Added GitHub Actions CI (Python 3.9–3.13), and trusted PyPI publishing on release
- Formatted code w/
ruff(black + isort)
By Copilot
- Fix Python 3.12+ f-string syntax and replace print with logger by @Copilot in #5
- Modernize packaging with pyproject.toml and add CI workflow by @Copilot in #4
- Refactor logging configuration and type definitions into dedicated modules by @Copilot in #6
- Make np.save optional in tests via environment variable by @Copilot in #7
- Add SB3 version-based dtype handling for rollout buffer tests by @Copilot in #8
New Contributors
- @Copilot made their first contribution in #5
Full Changelog: v0.4.3...v0.4.4