github spotify/luigi v1.2.0

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

Notable changes:

  • Dropped Python 2.6 support. #934
  • New experimental "assistant" feature.
  • External tasks are now also registered. This might cause breakage in settings like described here
  • Many configuration settings have been hoisted to the new configuration system. Particularly for hdfs-related parameters. The --help command will show what new options are available.
  • While is_global is not removed yet. It'll get removed anytime soon. Please use the new positional=False setting as a replacement in your parameters. In fact, we suggest to always use positional=False.
  • The central scheduler now supports searching within groups. #903
  • New dependency graph rendering using D3. #920
  • The built in map reduce framework can now use ujson instead of doing eval. It's still not clear to us how much faster it is. #939
  • Various bug fixes and other features.

Don't miss a new luigi release

NewReleases is sending notifications on new releases.