|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.6.0](https://github.com/BlueBrain/data-validation-framework/compare/0.5.1..0.6.0) |
| 4 | + |
| 5 | +> 29 June 2022 |
| 6 | +
|
| 7 | +- Use features from luigi >= 3.1 instead of luigi-tools (Adrien Berchet - [#26](https://github.com/BlueBrain/data-validation-framework/pull/26)) |
| 8 | +- Build and publish wheels (Adrien Berchet - [#24](https://github.com/BlueBrain/data-validation-framework/pull/24)) |
| 9 | + |
3 | 10 | ## [0.5.1](https://github.com/BlueBrain/data-validation-framework/compare/0.5.0..0.5.1) |
4 | 11 |
|
5 | 12 | > 3 June 2022 |
6 | 13 |
|
7 | | -- Fix link to documentation [#22](https://github.com/BlueBrain/data-validation-framework/pull/22) |
| 14 | +- Fix link to documentation (Adrien Berchet - [#22](https://github.com/BlueBrain/data-validation-framework/pull/22)) |
8 | 15 |
|
9 | 16 | ## [0.5.0](https://github.com/BlueBrain/data-validation-framework/compare/0.4.0..0.5.0) |
10 | 17 |
|
11 | 18 | > 3 June 2022 |
12 | 19 |
|
13 | | -- Use CheckUnconsumedParamsMixin in BaseValidationTask [#20](https://github.com/BlueBrain/data-validation-framework/pull/20) |
14 | | -- Updating copyright year [#18](https://github.com/BlueBrain/data-validation-framework/pull/18) |
15 | | -- CI: Bump black [#19](https://github.com/BlueBrain/data-validation-framework/pull/19) |
| 20 | +- Use CheckUnconsumedParamsMixin in BaseValidationTask (Adrien Berchet - [#20](https://github.com/BlueBrain/data-validation-framework/pull/20)) |
| 21 | +- Updating copyright year (bbpgithubaudit - [#18](https://github.com/BlueBrain/data-validation-framework/pull/18)) |
| 22 | +- CI: Bump black (Adrien Berchet - [#19](https://github.com/BlueBrain/data-validation-framework/pull/19)) |
16 | 23 |
|
17 | 24 | ## [0.4.0](https://github.com/BlueBrain/data-validation-framework/compare/0.3.0..0.4.0) |
18 | 25 |
|
19 | 26 | > 18 March 2022 |
20 | 27 |
|
21 | | -- Fix target prefix and do not set default prefix any more [#16](https://github.com/BlueBrain/data-validation-framework/pull/16) |
22 | | -- Upload artifacts of test jobs for debugging purpose [#15](https://github.com/BlueBrain/data-validation-framework/pull/15) |
23 | | -- Add codespell in lint [#14](https://github.com/BlueBrain/data-validation-framework/pull/14) |
24 | | -- Fix TagResultOutputMixin [#13](https://github.com/BlueBrain/data-validation-framework/pull/13) |
25 | | -- Fix CI for rst2pdf>=0.99 [#12](https://github.com/BlueBrain/data-validation-framework/pull/12) |
| 28 | +- Fix target prefix and do not set default prefix any more (Adrien Berchet - [#16](https://github.com/BlueBrain/data-validation-framework/pull/16)) |
| 29 | +- Upload artifacts of test jobs for debugging purpose (Adrien Berchet - [#15](https://github.com/BlueBrain/data-validation-framework/pull/15)) |
| 30 | +- Add codespell in lint (Adrien Berchet - [#14](https://github.com/BlueBrain/data-validation-framework/pull/14)) |
| 31 | +- Fix TagResultOutputMixin (Adrien Berchet - [#13](https://github.com/BlueBrain/data-validation-framework/pull/13)) |
| 32 | +- Fix CI for rst2pdf>=0.99 (Adrien Berchet - [#12](https://github.com/BlueBrain/data-validation-framework/pull/12)) |
26 | 33 |
|
27 | 34 | ## [0.3.0](https://github.com/BlueBrain/data-validation-framework/compare/0.2.0..0.3.0) |
28 | 35 |
|
29 | 36 | > 12 January 2022 |
30 | 37 |
|
31 | | -- New mechanism for inputs [#10](https://github.com/BlueBrain/data-validation-framework/pull/10) |
| 38 | +- New mechanism for inputs (Adrien Berchet - [#10](https://github.com/BlueBrain/data-validation-framework/pull/10)) |
32 | 39 |
|
33 | 40 | ## [0.2.0](https://github.com/BlueBrain/data-validation-framework/compare/0.1.1..0.2.0) |
34 | 41 |
|
35 | 42 | > 20 December 2021 |
36 | 43 |
|
37 | | -- Add a mixin to make the task skippable [#7](https://github.com/BlueBrain/data-validation-framework/pull/7) |
38 | | -- Setup Codecov [#6](https://github.com/BlueBrain/data-validation-framework/pull/6) |
| 44 | +- Add a mixin to make the task skippable (Adrien Berchet - [#7](https://github.com/BlueBrain/data-validation-framework/pull/7)) |
| 45 | +- Setup Codecov (Adrien Berchet - [#6](https://github.com/BlueBrain/data-validation-framework/pull/6)) |
39 | 46 |
|
40 | 47 | ## [0.1.1](https://github.com/BlueBrain/data-validation-framework/compare/0.1.0..0.1.1) |
41 | 48 |
|
42 | 49 | > 15 December 2021 |
43 | 50 |
|
44 | | -- Fix typos in README [#4](https://github.com/BlueBrain/data-validation-framework/pull/4) |
| 51 | +- Fix typos in README (Adrien Berchet - [#4](https://github.com/BlueBrain/data-validation-framework/pull/4)) |
45 | 52 |
|
46 | 53 | ## [0.1.0](https://github.com/BlueBrain/data-validation-framework/compare/0.0.9..0.1.0) |
47 | 54 |
|
48 | 55 | > 15 December 2021 |
49 | 56 |
|
50 | | -- Link fixed in README.md [#2](https://github.com/BlueBrain/data-validation-framework/pull/2) |
51 | | -- Change license and open the sources [#1](https://github.com/BlueBrain/data-validation-framework/pull/1) |
| 57 | +- Link fixed in README.md (alex4200 - [#2](https://github.com/BlueBrain/data-validation-framework/pull/2)) |
| 58 | +- Change license and open the sources (Adrien Berchet - [#1](https://github.com/BlueBrain/data-validation-framework/pull/1)) |
52 | 59 | - Add contribution doc (Adrien Berchet - [ebfe669](https://github.com/BlueBrain/data-validation-framework/commit/ebfe6698ae270e0873ddde8d1e0157a02cc50f2e)) |
53 | 60 | - Drop support of Python 3.6 and 3.7 (Adrien Berchet - [5bef8b0](https://github.com/BlueBrain/data-validation-framework/commit/5bef8b00cacb4e1c4210e8444fde3ef5ea95b7be)) |
54 | 61 | - Fix auto-changelog (Adrien Berchet - [5529558](https://github.com/BlueBrain/data-validation-framework/commit/55295589e374b9ef76730905704593c4ffefe68b)) |
|
0 commit comments