0.1.0

Released from tag v0.1.0 on August 19, 2025.

0.1.0 was Wove’s initial public release.

  • Introduced the weave() context manager and @w.do task decorator.

  • Introduced dependency-based task scheduling from function signatures.

  • Introduced concurrent sync and async task execution for I/O-bound work.

  • Introduced merge(...) for mapping external callables inside a weave.

  • Introduced w.result and w.result.final for completed task output.