ViZDoom 1.2.1: Manylinux wheels, docstrings and argument names in the Python module, and a new documentation website
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 #544
- Argument names were added to the Python module by @mwydmuch in #549
- A new documentation website based on Sphinx was created by @mgoulao, @mwydmuch in #540, #551, #554
- Manylinux wheels workflow using cibuildwheel was added by @mwydmuch in #552
- Python 3.7 support was dropped by @mwydmuch in #550
Full Changelog: 1.2.0...1.2.1