Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@Tarrasch Tarrasch released this 12 Aug 03:20
· 984 commits to master since this release

There's been over a month since the last release. This new release includes a
bunch of new features. What I like the most is that they all come with full and
proper documentation!

luigi:
luigi.scheduler:
  • We now have a new definition of the UPSTREAM statuses. New intuition is that
    UPSTREAM_FAILED means that that task cannot run because all downstream
    tasks have failed or worse (like being disabled). As an effect there will be
    much much fewer tasks considered to have an upstream status. #1789

There have been a lot of other features, cleanups and bugfixes! See all commits
here.