You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a regression in the randomness controller. Effects that used a RandomnessController created prior to 0.10.0 did not include a new required configuration field to determine whether the controller used a randomized seed, which was being defaulted to False. This has been changed to default to True, which is a more generally correct default.
CustomPullController can now read a value from any kind of module, not just ModuleEngines.
Added Conditional attribute to logging calls, to reduce performance overhead. These will now only be emitted in a debug configuration.