v0.8.3
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 ofAbsReviewT3Unit
receive both a collection of stock views and aT3Store
, while instances ofT3PlainUnit
receive aT3Store
only.
New Contributors
- @mafn made their first contribution in #175
- @simeonreusch made their first contribution in #181
Old contributors
Full Changelog: v0.7.6...v0.8.3