github spotify/luigi 2.7.0
Version 2.7.0

latest releases: 3.5.0, 3.4.0, 3.3.0...
6 years ago

Introducing Luigi 2.7.0!

  • Removed deprecations! luigi.{postgres, s3} are removed, use luigi.contrib.{..} instead #2181
  • As of the bullet above. We now believe all contrib and core modules are well seperated by either being under either luigi.xyx or luigi.contrib.xyz. This should simplify to move modules into seperate repositories, which is future work.
  • Luigi finally has a progress bar! #2108
  • Scheduling improvements / bug fixes: #2208 #2207
  • Luigi can now run PySpark in cluster mode #2197
  • The batch email notifier shouldn't stall any more on failures. #2177
  • A global panic "stop scheduling button" #2145
  • Fixed error emails from workers: #2191
  • My personal favorite PR, as it removes many deprecation warnings when running the tests: #2130

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

Don't miss a new luigi release

NewReleases is sending notifications on new releases.