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.dotask 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.resultandw.result.finalfor completed task output.