v0.17.3: Fix eager engine access during init
Pre-release
Pre-release
✨ New features and improvements
-
🔴 Bug fixes
- Engine classes were accessed eagerly during engine intialization, even without the corresponding library installed. This is fixed in this patch - engine classes are only accessed during init if the corresponding library is installed. (#181)
⚠️ Backwards incompatibilities
-
📖 Documentation and examples
-
👥 Contributors
Full Changelog: v0.17.2...v0.17.3