|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.1.1](https://github.com/BlueBrain/luigi-tools/compare/0.1.0..0.1.1) |
| 4 | + |
| 5 | +> 6 December 2022 |
| 6 | +
|
| 7 | +### CI Improvements |
| 8 | + |
| 9 | +- Add cache for APT, precommit and tox environments (Adrien Berchet - [#62](https://github.com/BlueBrain/luigi-tools/pull/62)) |
| 10 | +- Setup CodeQL (Adrien Berchet - [#59](https://github.com/BlueBrain/luigi-tools/pull/59)) |
| 11 | +- Setup Dependabot (Adrien Berchet - [#58](https://github.com/BlueBrain/luigi-tools/pull/58)) |
| 12 | + |
| 13 | +### Fixes |
| 14 | + |
| 15 | +- Dataclass issue with optional dataclass attributes (Eleftherios Zisis - [#60](https://github.com/BlueBrain/luigi-tools/pull/60)) |
| 16 | + |
| 17 | +<!-- auto-changelog-above --> |
| 18 | + |
3 | 19 | ## [0.1.0](https://github.com/BlueBrain/luigi-tools/compare/0.0.19..0.1.0)
|
4 | 20 |
|
5 | 21 | > 28 November 2022
|
6 | 22 |
|
7 | 23 | ### New Features
|
8 | 24 |
|
9 | 25 | - Add support for Python 3.11 (Adrien Berchet - [#56](https://github.com/BlueBrain/luigi-tools/pull/56))
|
| 26 | +- Add DataclassParameter (Eleftherios Zisis - [#53](https://github.com/BlueBrain/luigi-tools/pull/53)) |
10 | 27 |
|
11 | 28 | ### Chores And Housekeeping
|
12 | 29 |
|
|
16 | 33 |
|
17 | 34 | - Fix pydocstyle paths and fix docstrings accordingly (Adrien Berchet - [#50](https://github.com/BlueBrain/luigi-tools/pull/50))
|
18 | 35 | - Fix requirements for doc generation (Adrien Berchet - [#42](https://github.com/BlueBrain/luigi-tools/pull/42))
|
19 |
| - |
20 |
| -### Tidying of Code eg Whitespace |
21 |
| - |
22 | 36 | - Fix changelog generation (Adrien Berchet - [#43](https://github.com/BlueBrain/luigi-tools/pull/43))
|
23 | 37 |
|
24 | 38 | ### CI Improvements
|
25 | 39 |
|
26 | 40 | - Apply Copier template (Adrien Berchet - [#55](https://github.com/BlueBrain/luigi-tools/pull/55))
|
27 |
| -- Apply Copier template (Adrien Berchet - [#48](https://github.com/BlueBrain/luigi-tools/pull/48)) |
28 | 41 | - Export pytest and coverage reports (Adrien Berchet - [#45](https://github.com/BlueBrain/luigi-tools/pull/45))
|
29 | 42 | - Use commitlint to check PR titles (Adrien Berchet - [#40](https://github.com/BlueBrain/luigi-tools/pull/40))
|
30 | 43 |
|
31 |
| -### Uncategorized Changes |
32 |
| - |
33 |
| -- Add DataclassParameter (Eleftherios Zisis - [#53](https://github.com/BlueBrain/luigi-tools/pull/53)) |
34 |
| - |
35 | 44 | ## [0.0.19](https://github.com/BlueBrain/luigi-tools/compare/0.0.18..0.0.19)
|
36 | 45 |
|
37 | 46 | > 29 June 2022
|
38 | 47 |
|
39 |
| -### Uncategorized Changes |
| 48 | +### New Features |
40 | 49 |
|
41 | 50 | - Support orphan nodes in dependency graphs (Adrien Berchet - [#37](https://github.com/BlueBrain/luigi-tools/pull/37))
|
| 51 | + |
| 52 | +### Chores And Housekeeping |
| 53 | + |
42 | 54 | - Remove deprecated features that were introduced in `luigi == 3.1.0` (Adrien Berchet - [#35](https://github.com/BlueBrain/luigi-tools/pull/35))
|
43 | 55 |
|
44 | 56 | ## [0.0.18](https://github.com/BlueBrain/luigi-tools/compare/0.0.17..0.0.18)
|
|
49 | 61 |
|
50 | 62 | - Move black, codespell, isort, pycodestyle and pydocstyle from tox to pre-commit (Adrien Berchet - [#27](https://github.com/BlueBrain/luigi-tools/pull/27))
|
51 | 63 | - Setup pre-commit and commitlint (Adrien Berchet - [#26](https://github.com/BlueBrain/luigi-tools/pull/26))
|
52 |
| - |
53 |
| -### Uncategorized Changes |
54 |
| - |
55 | 64 | - Add isort and codespell in lint and rework tox jobs (Adrien Berchet - [#25](https://github.com/BlueBrain/luigi-tools/pull/25))
|
56 | 65 |
|
57 | 66 | ### New Features
|
|
62 | 71 |
|
63 | 72 | > 17 March 2022
|
64 | 73 |
|
65 |
| -### Uncategorized Changes |
| 74 | +### New Features |
66 | 75 |
|
67 | 76 | - Improve the behavior of prefixes in targets and add custom str representations to them (Adrien Berchet - [#23](https://github.com/BlueBrain/luigi-tools/pull/23))
|
68 |
| -- Fix typo (Adrien Berchet - [#22](https://github.com/BlueBrain/luigi-tools/pull/22)) |
69 | 77 |
|
70 |
| -<!-- auto-changelog-above --> |
| 78 | +### Chores And Housekeeping |
| 79 | + |
| 80 | +- Fix typo (Adrien Berchet - [#22](https://github.com/BlueBrain/luigi-tools/pull/22)) |
71 | 81 |
|
72 | 82 | ## [0.0.16](https://github.com/BlueBrain/luigi-tools/compare/0.0.15..0.0.16)
|
73 | 83 |
|
|
0 commit comments