Changelog

Changelog#

The following changes have been implemented throughout the development of Pypeworks:

v0.2.0 - 2025-05-xx#

Changes#

  • Added ignore_errors to Pipework’s initializer, providing fine-grained control over error handling.

  • Added logger to Pipework’s initializer, providing integration with Python’s logging module.

  • Added node traceback to error messages, making it easier to debug errors in nodes.

  • Added type hinting to Node, Pipework and related classes, improving type checking.

Fixes#

  • Fixed handling of exceptions in nodes returning an iterator.