Skip to content

3.0.0

Compare
Choose a tag to compare
@honnix honnix released this 02 Jun 08:26
· 293 commits to master since this release
ba20192

3.0.0

This is a major release without many feature changes compared to 2.8.13. The reason we decided to give it a major bump is the drop of Python2 support. From this version on, Luigi stops supporting Python2 for the obvious reason. 3.0.0 release includes a series of PRs deprecating Python2, plus a few other changes listed below. Special thanks go to @drowoseque for doing all the great work!

Added:

luigi
  • Show task progress in visualizer workers tab. #2932

Fixed:

luigi
  • Fix TravisCI build #2948
  • Use is_alive in favour of isAlive for Python 3.9 compatibility. #2940