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
Add steps_hash to xPipeline — a content-based hash (MD5) computed from step names, function names, and kwargs, updated automatically on any step mutation.
Validate pipeline step tuples: the function element must be callable and kwargs must be a dict. Malformed steps now fail at add time with a clear error instead of 'dict' object is not callable inside eval.