Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-11 | 1.2 kB | |
ViZDoom 1.2.1_ Manylinux wheels, docstrings and argument names in the Python module, and a new documentation website source code.tar.gz | 2023-09-11 | 19.7 MB | |
ViZDoom 1.2.1_ Manylinux wheels, docstrings and argument names in the Python module, and a new documentation website source code.zip | 2023-09-11 | 20.8 MB | |
Totals: 3 Items | 40.5 MB | 0 |
ViZDoom 1.2.1 Release Notes
This release focuses on improving the user experience by adding support for docstrings and argument names in the Python module, a new documentation website, and, finally, improvements to the building process that allows for prebuilding manylinux wheels. This release does not introduce any changes to the API and is 100% compatible with the previous version.
What's Changed
- Docstrings were added to the Python module by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/544
- Argument names were added to the Python module by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/549
- A new documentation website based on Sphinx was created by @mgoulao, @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/540, https://github.com/Farama-Foundation/ViZDoom/pull/551, https://github.com/Farama-Foundation/ViZDoom/pull/554
- Manylinux wheels workflow using cibuildwheel was added by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/552
- Python 3.7 support was dropped by @mwydmuch in https://github.com/Farama-Foundation/ViZDoom/pull/550
Full Changelog: https://github.com/Farama-Foundation/ViZDoom/compare/1.2.0...1.2.1