Skip to content

v0.5.3 - Task refactor, minor bug fixes

Choose a tag to compare

@fwkoch fwkoch released this 16 Aug 19:49
· 107 commits to dev since this release

Minor Changes

  • properties.extras.Task has been refactored for more distinction between inputs/outputs and the task itself (see #252 for slightly more context).

Bug Fixes

  • Container property names now propagate to prop when the default is used (see #254).
  • Custom serializer/deserializer functions that allow kwargs now respect provided kwargs rather than ignoring them (see #253).