v0.1.1
This release changes the default behavior of dedicated_resources
in the generators, which is now set to False
. This prevents issues where a GPU would be reserved for the generator, even if the generator is not able to use it. It also updates the documentation to install optimas
from PyPI.
What's Changed
- Change instructions to install from PyPI and add post-release badges by @AngelFP in #99
- dedicated_resources for Generators: False by default by @RemiLehe in #103
- Increase version number to
0.1.1
by @AngelFP in #105
Full Changelog: v0.1.0...v0.1.1