Skip to content

Releases: matthiasdold/xileh

v0.3.6

Choose a tag to compare

@matthiasdold matthiasdold released this 18 Jun 14:54

Add steps_hash to xPipeline — a content-based hash (MD5) computed from step names, function names, and kwargs, updated automatically on any step mutation.

v0.3.5

Choose a tag to compare

@matthiasdold matthiasdold released this 17 Jun 20:21

Slice index support for xPipelines.

v0.3.4

Choose a tag to compare

@matthiasdold matthiasdold released this 17 Jun 19:57

Slice index support for xPipelines.

v0.3.3

Choose a tag to compare

@matthiasdold matthiasdold released this 17 Jun 13:06

Slice index support for xPipelines.

v0.3.2

Choose a tag to compare

@matthiasdold matthiasdold released this 04 Jun 17:41

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.

v0.3.1

Choose a tag to compare

@matthiasdold matthiasdold released this 04 Jun 13:57
  • Quick fix for processing steps without kwargs

v0.3.0

Choose a tag to compare

@matthiasdold matthiasdold released this 04 Jun 13:21

get_by_name now returns an xData container or raises KeyError if not found (default create_if_missing=False).