Releases: BlueBrain/luigi-tools
Releases · BlueBrain/luigi-tools
0.0.18
What's Changed
- Add isort and codespell in lint and rework tox jobs by @adrien-berchet in #25
- CI: Setup pre-commit and commitlint by @adrien-berchet in #26
- CI: Move black, codespell, isort, pycodestyle and pydocstyle from tox to pre-commit by @adrien-berchet in #27
- CI: Improve pre-commit config by @adrien-berchet in #30
- Updating copyright year 2022 by @bbpgithubaudit in #31
Full Changelog: 0.0.17...0.0.18
0.0.17
What's Changed
- Fix typo by @adrien-berchet in #22
- Improve the behavior of prefixes in targets and add custom str representations to them by @adrien-berchet in #23
Full Changelog: 0.0.16...0.0.17
0.0.16
What's Changed
- OptionalParameter can now have an iterable set as expected_type by @adrien-berchet in #18
- Add deprecation warnings helpers for features moved to official luigi package by @adrien-berchet in #19
- Can use a raw string as __prefix for OutputLocalTarget classes by @adrien-berchet in #20
Full Changelog: 0.0.15...0.0.16
0.0.15
What's Changed
- Add a PathParameter to easily handle file paths.
- Fix ExtParameter so it is also processed for default values.
Full Changelog: 0.0.14...0.0.15
0.0.14
- Fix: __prefix attribute is no more mandatory for OutputLocalTarget childs
0.0.13
- Add an example in README for RemoveCorruptedOutput.
- Improve OutputLocalTarget to make the creation of directory trees easier.
0.0.12
Update CHANGELOG (#9)
0.0.11
Remove version file