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