Skip to content

ViZDoom 1.2.4: Support for NumPy 2.0+, add building of Windows and Apple Silicon wheels on GH Actions

Latest
Compare
Choose a tag to compare
@mwydmuch mwydmuch released this 20 Aug 10:37
· 23 commits to master since this release
17479b9

ViZDoom 1.2.4 Release Notes

This is a maintenance release that fixes some bugs and adds support for NumPy 2.0+.

What's Changed

  • Update learning_stable_baselines3.py and other examples by @mwydmuch in #581 and #583
  • Fix the ongoing recording not being saved when close() method was called by @mwydmuch in #584
  • Add LevDoom and COOM benchmarks to the tools/projects list by @TTomilin in #585
  • Building and CI/CD updates/clean up by @mwydmuch in #579 and #586
  • Update pybind11 version to 2.13.4 to support NumPy>=2.0 by @mwydmuch in #590
  • Add workflows for building Windows wheels by @mwydmuch in #591
  • Update workflows to support building macOS Apple Silicon (arm64) wheels by @mwydmuch in #592

New Contributors

Full Changelog: 1.2.3...1.2.4