Skip to content

v0.17.3: Fix eager engine access during init

Pre-release
Pre-release

Choose a tag to compare

@rmitsch rmitsch released this 12 Oct 17:01

✨ 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

@rmitsch


Full Changelog: v0.17.2...v0.17.3