luigi v3.0.0.b1 Release Notes

Release Date: 2019-12-30 // over 4 years ago
  • ๐Ÿ—„ This the first 3.0.0 beta release including a series of PRs deprecating Python2 , plus following:

    Special thanks go to @drowoseque for doing all the great work!

    โž• Added:

    luigi
    • โž• Add internal version info #2760
    luigi.contrib
    • [luigi.contrib.spark] pyspark python options added #2818

    ๐Ÿ›  Fixed:

    luigi
    • ๐Ÿ›  Fix params hashing #2540
    • Check for autoload_range istead of autoload-range

    โœ‚ Removed:

    luigi
    • ๐Ÿšš [luigi.file] removed #2832
    • ๐Ÿšš [luigi.mock.MockFile] removed #2839

    ๐Ÿ”„ Changed:

    luigi
    • ๐Ÿ‘ Allow python-daemon >= 2.2.0 if not on windows #2796
    • โฑ Make URLLibFetcher aware of basic auth info in scheduler URL. #2791
    luigi.contrib
    • ๐Ÿ”Š [luigi.contrib.external_program.ExternalProgramTask] logs_output_pattern_to_url provided #2822