Skip to content

v0.8.3

Compare
Choose a tag to compare
@jvansanten jvansanten released this 28 Feb 09:35
· 275 commits to master since this release

v0.8.3 is the first stable release in the v0.8 series, and brings a nearly complete overhaul of Ampel internals by @vbrinnel.

Major features

  • cli commands to manipulate the Ampel backing database, e.g. export content, create views, view logs, reset t2s, etc.
  • ampel job for running individual workflows ("job schemas") against a dedicated database
  • T2: "tied" units that can use the output of other T2 units
  • T3: unit outputs are accumulated in a T3Store and stored in the database. Instances of AbsReviewT3Unit receive both a collection of stock views and a T3Store, while instances of T3PlainUnit receive a T3Store only.

New Contributors

Old contributors

Full Changelog: v0.7.6...v0.8.3