luigi v3.0.0.b2 Release Notes

Release Date: 2020-02-10 // about 4 years ago
  • ๐Ÿ—„ This the second 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
    • ๐Ÿ†• EnumListParameter #2801 ( new since 3.0.0b1 )
    luigi.contrib
    • [luigi.contrib.spark] pyspark python options added #2818

    ๐Ÿ›  Fixed:

    luigi
    • ๐Ÿ›  Fix params hashing #2540
    • Check for autoload_range istead of autoload-range
    • autoload_range doc fix #2878 ( new since 3.0.0b1 )

    โœ‚ 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
    • ๐Ÿ†• [luigi.contrib.hive] HiveTableTarget inherits HivePartitionTarget #2872 ( new since 3.0.0b1 )
    • โš™ [luigi.contrib.pyspark_runner] SparkSession support in PySparkTask #2862 ( new since 3.0.0b1 )