|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.7.0](https://github.com/BlueBrain/data-validation-framework/compare/0.6.4..0.7.0) |
| 4 | + |
| 5 | +> 10 March 2023 |
| 6 | +
|
| 7 | +### New Features |
| 8 | + |
| 9 | +- Add a transform_index() method to transform the dataset index (Adrien Berchet - [#41](https://github.com/BlueBrain/data-validation-framework/pull/41)) |
| 10 | + |
| 11 | +### CI Improvements |
| 12 | + |
| 13 | +- Add job for min versions (Adrien Berchet - [#39](https://github.com/BlueBrain/data-validation-framework/pull/39)) |
| 14 | + |
3 | 15 | ## [0.6.4](https://github.com/BlueBrain/data-validation-framework/compare/0.6.3..0.6.4)
|
4 | 16 |
|
5 | 17 | > 20 December 2022
|
|
12 | 24 |
|
13 | 25 | > 12 December 2022
|
14 | 26 |
|
15 |
| -### Refactoring and Updates |
| 27 | +### Build |
16 | 28 |
|
17 |
| -- Apply Copier template (Adrien Berchet - [#34](https://github.com/BlueBrain/data-validation-framework/pull/34)) |
| 29 | +- Add support of Py3.10 and Py3.11 (Adrien Berchet - [#35](https://github.com/BlueBrain/data-validation-framework/pull/35)) |
18 | 30 |
|
19 |
| -### Uncategorized Changes |
| 31 | +### Refactoring and Updates |
20 | 32 |
|
21 |
| -- Add support of Py3.10 and Py3.11 (Adrien Berchet - [#35](https://github.com/BlueBrain/data-validation-framework/pull/35)) |
| 33 | +- Apply Copier template (Adrien Berchet - [#34](https://github.com/BlueBrain/data-validation-framework/pull/34)) |
22 | 34 |
|
23 | 35 | ## [0.6.2](https://github.com/BlueBrain/data-validation-framework/compare/0.6.1..0.6.2)
|
24 | 36 |
|
|
48 | 60 |
|
49 | 61 | > 29 June 2022
|
50 | 62 |
|
51 |
| -### Uncategorized Changes |
| 63 | +### General Changes |
52 | 64 |
|
53 | 65 | - Use features from luigi >= 3.1 instead of luigi-tools (Adrien Berchet - [#26](https://github.com/BlueBrain/data-validation-framework/pull/26))
|
54 | 66 | - Build and publish wheels (Adrien Berchet - [#24](https://github.com/BlueBrain/data-validation-framework/pull/24))
|
|
57 | 69 |
|
58 | 70 | > 3 June 2022
|
59 | 71 |
|
60 |
| -### Uncategorized Changes |
| 72 | +### General Changes |
61 | 73 |
|
62 | 74 | - Fix link to documentation (Adrien Berchet - [#22](https://github.com/BlueBrain/data-validation-framework/pull/22))
|
63 | 75 |
|
|
69 | 81 |
|
70 | 82 | - Bump black (Adrien Berchet - [#19](https://github.com/BlueBrain/data-validation-framework/pull/19))
|
71 | 83 |
|
72 |
| -### Uncategorized Changes |
| 84 | +### General Changes |
73 | 85 |
|
74 | 86 | - Use CheckUnconsumedParamsMixin in BaseValidationTask (Adrien Berchet - [#20](https://github.com/BlueBrain/data-validation-framework/pull/20))
|
75 | 87 | - Updating copyright year (bbpgithubaudit - [#18](https://github.com/BlueBrain/data-validation-framework/pull/18))
|
|
78 | 90 |
|
79 | 91 | > 18 March 2022
|
80 | 92 |
|
81 |
| -### Uncategorized Changes |
| 93 | +### General Changes |
82 | 94 |
|
83 | 95 | - Fix target prefix and do not set default prefix any more (Adrien Berchet - [#16](https://github.com/BlueBrain/data-validation-framework/pull/16))
|
84 | 96 | - Upload artifacts of test jobs for debugging purpose (Adrien Berchet - [#15](https://github.com/BlueBrain/data-validation-framework/pull/15))
|
|
90 | 102 |
|
91 | 103 | > 12 January 2022
|
92 | 104 |
|
93 |
| -### Uncategorized Changes |
| 105 | +### General Changes |
94 | 106 |
|
95 | 107 | - New mechanism for inputs (Adrien Berchet - [#10](https://github.com/BlueBrain/data-validation-framework/pull/10))
|
96 | 108 |
|
97 | 109 | ## [0.2.0](https://github.com/BlueBrain/data-validation-framework/compare/0.1.1..0.2.0)
|
98 | 110 |
|
99 | 111 | > 20 December 2021
|
100 | 112 |
|
101 |
| -### Uncategorized Changes |
| 113 | +### General Changes |
102 | 114 |
|
103 | 115 | - Add a mixin to make the task skippable (Adrien Berchet - [#7](https://github.com/BlueBrain/data-validation-framework/pull/7))
|
104 | 116 | - Setup Codecov (Adrien Berchet - [#6](https://github.com/BlueBrain/data-validation-framework/pull/6))
|
|
0 commit comments