All Versions
21
Latest Version
Avg Release Cycle
47 days
Latest Release
1097 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.2 Changes
September 23, 2020 -
v3.0.1 Changes
July 23, 2020 -
v3.0.0 Changes
June 02, 20203.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
-
v3.0.0.b2 Changes
February 10, 2020๐ 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
luigi.contrib
- [luigi.contrib.spark] pyspark python options added #2818
๐ Fixed:
luigi
- ๐ Fix params hashing #2540
- Check for
autoload_range
istead ofautoload-range
- autoload_range doc fix #2878 ( new since 3.0.0b1 )
โ Removed:
luigi
๐ 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
-
v3.0.0.b1 Changes
December 30, 2019๐ 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 ofautoload-range
โ Removed:
luigi
๐ 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
-
v2.8.13 Changes
April 29, 2020โ Added:
luigi.contrib
- ๐ Presto support in Luigi (#2885)
๐ Fixed:
luigi
- removed wrong type of Target. init path arg from doc master (#2927)
- โ remove StreamingBodyAdaptor that didn't allow choosing the chunk size (#2929)
- ๐ Fix docs explaining write modes for Luigi Targets. Closes #2783 (#2931)
- ๐ง All configuration parameters in docs now use underscore in their names for consistency. (#2890)
๐ Changed:
luigi
-
v2.8.12 Changes
February 19, 2020 -
v2.8.11 Changes
January 02, 2020โ 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 ofautoload-range
- autoload_range doc fix #2878
โ Removed:
luigi
๐ 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
-
v2.8.10 Changes
November 22, 2019โ Added:
luigi
- โ Add HEAD endpoint to scheduler server for status/health checks #2789
luigi.contrib
- [luigi.contrib.hive] WarehouseHiveClient #2826
๐ Fixed:
luigi.contrib
- Add Python version-agnostic get_writer_schema. #2827
- PySparkTask: handle special characters in name (#2778) #2779
๐ Changed:
luigi.contrib
-
v2.8.9 Changes
August 27, 2019โ Added:
luigi
- โ Adds "Force Commit" button in UI to set tasks to DONE #2751
- ๐ Show task history link in visualizer when recording. #2759
๐ Fixed:
luigi
- ๐ Replace documentation reference to outdated test environment py27-nonhdfs #2762
- Issue 2644: Tasks can be run several times under certain conditions #2645
luigi & luigi.contrib
- โ Ensure ignored tests are picked up by tox #2758
๐ Changed:
luigi
- โก๏ธ Update tornado requirement for new enough python versions #2761
luigi.contrib
- contrib/ftp: Clean up temporary files #2755