Releases: BlueBrain/luigi-tools
Releases · BlueBrain/luigi-tools
0.3.5
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #93
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #94
- CI: Fix CodeCov upload by @adrien-berchet in #95
- Test: Changing the working directory is no more needed and breaks pytest-html>=4 by @adrien-berchet in #97
- Chore: Apply Copier template by @adrien-berchet in #99
- CI(dependabot): Bump mikepenz/action-junit-report from 3 to 4 by @dependabot[bot] in #98
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #100
- CI(dependabot): Bump actions/setup-node from 3 to 4 by @dependabot[bot] in #101
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #102
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #103
- CI(dependabot): Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #104
- CI(dependabot): Bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in #105
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #106
- CI(dependabot): Bump actions/cache from 3 to 4 by @dependabot[bot] in #107
- Test: Fix compatibility with pytest>=8 by @adrien-berchet in #110
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #108
- CI(dependabot): Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #109
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #111
- Build: Freeze docutils to be compatible with m2r2 by @adrien-berchet in #113
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #112
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #114
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #115
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #116
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #117
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #118
- CI(dependabot): Bump mikepenz/action-junit-report from 4 to 5 by @dependabot[bot] in #120
- Build: Drop support for Python 3.8 by @pre-commit-ci[bot] in #119
- CI(dependabot): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #121
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #122
- Test: Fix for Py312 by @adrien-berchet in #123
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #124
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #125
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #126
- CI(dependabot): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #127
- Release: 0.3.5 by @adrien-berchet in #128
New Contributors
- @dependabot[bot] made their first contribution in #98
Full Changelog: 0.3.4...0.3.5
0.3.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #85
- Refactor: Filter warnings when registering missing files in register_templates() by @adrien-berchet in #86
- Chore: Bump copier template by @adrien-berchet in #87
- Release: 0.3.4 by @adrien-berchet in #88
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #82
- Feat: Add function to convert luigi config file into a dict by @adrien-berchet in #83
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Feat: Set default resolution of dependency graphs to 300DPI by @adrien-berchet in #80
- Release: 0.3.2 by @adrien-berchet in #81
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Fix: The @copy_params decorator fails with parameter schemas by @adrien-berchet in #78
- Release: 0.3.1 by @adrien-berchet in #79
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Deprecate: JSON schema validation was moved to
luigi==3.2.0
by @adrien-berchet in #71 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #72
- Feat: RerunMixin can be used with luigi.WrapperTask by @adrien-berchet in #73
- Feat: Add simple function to export dependency graphs by @adrien-berchet in #74
- Release: 0.3.0 by @adrien-berchet in #76
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Feat: Can pass a JSON schema to ListParameter by @adrien-berchet in #69
- Release: 0.2.1 by @adrien-berchet in #70
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Fix: Reload config from LUIGI_CONFIG_PATH after the template and luigi.cfg by @adrien-berchet in #65
- Feat: Can pass a JSON schema to DictParameter by @adrien-berchet in #66
- CI: Update from Copier template by @adrien-berchet in #67
- Release: 0.2.0 by @adrien-berchet in #68
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- CI: Setup Dependabot by @adrien-berchet in #58
- CI: Setup CodeQL by @adrien-berchet in #59
- Fix: Dataclass issue with optional dataclass attributes @eleftherioszisis in #60
- CI: Add cache for APT, precommit and tox environments by @adrien-berchet in #62
- Release 0.1.1 by @adrien-berchet in #63
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- CI: Use commitlint to check PR titles by @adrien-berchet in #40
- Docs: Fix requirements for doc generation by @adrien-berchet in #42
- Style: Fix changelog generation by @adrien-berchet in #43
- CI: Export pytest and coverage reports by @adrien-berchet in #45
- Docs: Fix pydocstyle paths and fix docstrings accordingly by @adrien-berchet in #50
- Chore: Deprecate Python 3.6 by @adrien-berchet in #54
- CI: Apply Copier template 0.1.22 by @adrien-berchet in #55
- Feat: Add support for Python 3.11 by @adrien-berchet in #56
- Add DataclassParameter by @eleftherioszisis in #53
New Contributors
- @eleftherioszisis made their first contribution in #53
Full Changelog: 0.0.19...0.1.0