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
The minimal version of pandas was reduced to 1.3. It still seems to work with that minimal version and this avoids
version conflicts with other packages.
Added
Helper to perform global caching of algorithm actions.
This can be helpful to cache results of algorithms that are deeply nested within other methods or algorithms that are
called multiple times withing the same pipeline.
(#103)
Clone now supports recursive cloning of dicts.
This allows the theoretical use of dictionaries as parameters.
Removed
The test that checks if all mutable defaults are wrapped in CloneFactory is now removed.
This check is performed at runtime anyway.