Skip to content

v0.2.0

Compare
Choose a tag to compare
@reuterbal reuterbal released this 22 Mar 15:17
· 1000 commits to main since this release
d013229

This release contains a rewrite of Loki's Scheduler, which is responsible for planning and executing batch transformations across complex source trees. Compared to the original implementation, it is more flexible, enables handling of more dependency types (data dependencies, type dependencies as well as control flow dependencies) and is faster. Additional capabilities of pruning the dependency graph have been added as part of this, and the new discovery mechanism may make changes to Scheduler config files necessary. See the expanded documentation section for more details.

No other changes are included in this release and in case of problems we advise to report them as issues and stay on v0.1.7 in the meantime.

What's Changed

Full Changelog: v0.1.7...v0.2.0