Stein Series Release Notes¶
4.42.0¶
New Features¶
Added new
.is_started
boolean flag to enginefacade context manager and factory objects, so that double-configure scenarios can be prevented by calling code. Additionally, theTypeError
raised when configure is called after the factory is started is now a specific subclassenginefacade.AlreadyStartedError
.