|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.0.10](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.9...0.0.10) |
| 3 | +## [0.1.0](https://github.com/BlueBrain/data-validation-framework/compare/0.0.9..0.1.0) |
4 | 4 |
|
5 | | -> 30 November 2021 |
| 5 | +> 13 December 2021 |
6 | 6 |
|
7 | | -- Drop support of Python 3.6 and 3.7 (Adrien Berchet - [5bef8b0](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/5bef8b00cacb4e1c4210e8444fde3ef5ea95b7be)) |
8 | | -- Fix auto-changelog (Adrien Berchet - [5529558](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/55295589e374b9ef76730905704593c4ffefe68b)) |
9 | | -- Use luigi_tools.parameter.OptionalPathParameter for the dataset path (Adrien Berchet - [eeb1f84](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/eeb1f847016f2e1aa678c51e5a768a70b18fe36c)) |
| 7 | +- Change license and open the sources (Adrien Berchet - [46fceca](https://github.com/BlueBrain/data-validation-framework/commit/46fceca6df8ae24594975ea8e500a153e12fdd94)) |
| 8 | +- Add contribution doc (Adrien Berchet - [ebfe669](https://github.com/BlueBrain/data-validation-framework/commit/ebfe6698ae270e0873ddde8d1e0157a02cc50f2e)) |
| 9 | +- Drop support of Python 3.6 and 3.7 (Adrien Berchet - [5bef8b0](https://github.com/BlueBrain/data-validation-framework/commit/5bef8b00cacb4e1c4210e8444fde3ef5ea95b7be)) |
| 10 | +- Fix auto-changelog (Adrien Berchet - [5529558](https://github.com/BlueBrain/data-validation-framework/commit/55295589e374b9ef76730905704593c4ffefe68b)) |
| 11 | +- Use luigi_tools.parameter.OptionalPathParameter for the dataset path (Adrien Berchet - [eeb1f84](https://github.com/BlueBrain/data-validation-framework/commit/eeb1f847016f2e1aa678c51e5a768a70b18fe36c)) |
10 | 12 |
|
11 | | -## [data-validation-framework-v0.0.9](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.8...data-validation-framework-v0.0.9) |
| 13 | +## [0.0.9](https://github.com/BlueBrain/data-validation-framework/compare/0.0.8..0.0.9) |
12 | 14 |
|
13 | 15 | > 18 October 2021 |
14 | 16 |
|
15 | | -- Setup auto-changelog and add authors and license (Adrien Berchet - [590c5ad](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/590c5ad92a285f088eb64bcdcbbb59a524c266b3)) |
16 | | -- Add a warning when TagResultOutputMixin is used alongside RerunMixin (Adrien Berchet - [f80f6da](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/f80f6dab1d44134a39b1dd74f17affaa65927bb6)) |
17 | | -- Export test and coverage reports to GitLab (Adrien Berchet - [c1f3b29](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/c1f3b29f281ce008a2fbd9f0a6444a644e0ce817)) |
| 17 | +- Setup auto-changelog and add authors and license (Adrien Berchet - [590c5ad](https://github.com/BlueBrain/data-validation-framework/commit/590c5ad92a285f088eb64bcdcbbb59a524c266b3)) |
| 18 | +- Add a warning when TagResultOutputMixin is used alongside RerunMixin (Adrien Berchet - [f80f6da](https://github.com/BlueBrain/data-validation-framework/commit/f80f6dab1d44134a39b1dd74f17affaa65927bb6)) |
| 19 | +- Export test and coverage reports to GitLab (Adrien Berchet - [c1f3b29](https://github.com/BlueBrain/data-validation-framework/commit/c1f3b29f281ce008a2fbd9f0a6444a644e0ce817)) |
18 | 20 |
|
19 | | -## [data-validation-framework-v0.0.8](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.7...data-validation-framework-v0.0.8) |
| 21 | +## [0.0.8](https://github.com/BlueBrain/data-validation-framework/compare/0.0.7..0.0.8) |
20 | 22 |
|
21 | 23 | > 13 July 2021 |
22 | 24 |
|
23 | | -- Add extra_requires feature to use regular luigi tasks in validation workflows (Alexis Arnaudon - [35518e7](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/35518e7790b3145ba354098ef9e113e4fb817ee4)) |
24 | | -- Use custom image in CI jobs (Adrien Berchet - [215a1b8](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/215a1b8fa7d887d70c561dc0fac23ce1de4e6dd0)) |
| 25 | +- Add extra_requires feature to use regular luigi tasks in validation workflows (Alexis Arnaudon - [35518e7](https://github.com/BlueBrain/data-validation-framework/commit/35518e7790b3145ba354098ef9e113e4fb817ee4)) |
| 26 | +- Use custom image in CI jobs (Adrien Berchet - [215a1b8](https://github.com/BlueBrain/data-validation-framework/commit/215a1b8fa7d887d70c561dc0fac23ce1de4e6dd0)) |
25 | 27 |
|
26 | | -## [data-validation-framework-v0.0.7](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.6...data-validation-framework-v0.0.7) |
| 28 | +## [0.0.7](https://github.com/BlueBrain/data-validation-framework/compare/0.0.6..0.0.7) |
27 | 29 |
|
28 | 30 | > 28 June 2021 |
29 | 31 |
|
30 | | -- Remove some warnings for exceptions in nested tasks (Adrien Berchet - [4e754ee](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/4e754ee0356b6643ee16ba6dafc4cd3ec9b099f9)) |
| 32 | +- Remove some warnings for exceptions in nested tasks (Adrien Berchet - [4e754ee](https://github.com/BlueBrain/data-validation-framework/commit/4e754ee0356b6643ee16ba6dafc4cd3ec9b099f9)) |
31 | 33 |
|
32 | | -## [data-validation-framework-v0.0.6](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.5...data-validation-framework-v0.0.6) |
| 34 | +## [0.0.6](https://github.com/BlueBrain/data-validation-framework/compare/0.0.5..0.0.6) |
33 | 35 |
|
34 | 36 | > 28 June 2021 |
35 | 37 |
|
36 | | -- Add todo extension to Sphinx and fix ret_code handling for SetValidationTask (Adrien Berchet - [529200b](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/529200bc6f7091945908dbe706c82f7279037021)) |
37 | | -- Migration from gerrit to github (Adrien Berchet - [80dc073](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/80dc0737c4535c335da60d27209e5eff616eccb2)) |
38 | | -- Add auto-release job in CI (Adrien Berchet - [2317324](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/2317324341fedf020d01faedca349bc48819f9ff)) |
| 38 | +- Add todo extension to Sphinx and fix ret_code handling for SetValidationTask (Adrien Berchet - [529200b](https://github.com/BlueBrain/data-validation-framework/commit/529200bc6f7091945908dbe706c82f7279037021)) |
| 39 | +- Migration from gerrit to github (Adrien Berchet - [80dc073](https://github.com/BlueBrain/data-validation-framework/commit/80dc0737c4535c335da60d27209e5eff616eccb2)) |
| 40 | +- Add auto-release job in CI (Adrien Berchet - [2317324](https://github.com/BlueBrain/data-validation-framework/commit/2317324341fedf020d01faedca349bc48819f9ff)) |
39 | 41 |
|
40 | | -## [data-validation-framework-v0.0.5](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.4...data-validation-framework-v0.0.5) |
| 42 | +## [0.0.5](https://github.com/BlueBrain/data-validation-framework/compare/0.0.4..0.0.5) |
41 | 43 |
|
42 | 44 | > 19 April 2021 |
43 | 45 |
|
44 | | -- Improve warning mechanism and add option to not capture stdout in validation function (Adrien Berchet - [ce63be9](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/ce63be90a5aa4dfc1f628461fbfcada721bb786b)) |
45 | | -- Fix: use __specifications__ instead of __doc__ to generate reports (Adrien Berchet - [0fc3f97](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/0fc3f97238faa8d0b6f8ff2f5797ef4809a4ddf5)) |
| 46 | +- Improve warning mechanism and add option to not capture stdout in validation function (Adrien Berchet - [ce63be9](https://github.com/BlueBrain/data-validation-framework/commit/ce63be90a5aa4dfc1f628461fbfcada721bb786b)) |
| 47 | +- Fix: use __specifications__ instead of __doc__ to generate reports (Adrien Berchet - [0fc3f97](https://github.com/BlueBrain/data-validation-framework/commit/0fc3f97238faa8d0b6f8ff2f5797ef4809a4ddf5)) |
46 | 48 |
|
47 | | -## [data-validation-framework-v0.0.4](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.3...data-validation-framework-v0.0.4) |
| 49 | +## [0.0.4](https://github.com/BlueBrain/data-validation-framework/compare/0.0.3..0.0.4) |
48 | 50 |
|
49 | 51 | > 22 March 2021 |
50 | 52 |
|
51 | | -- Add multiprocessing feature to apply_to_df (Adrien Berchet - [c28a0c1](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/c28a0c1500c22b5c32d3b150986cf283169f1281)) |
52 | | -- Update parameter propagation (Adrien Berchet - [ed79ae5](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/ed79ae5807fa97a366e994a3191bd339272a2270)) |
53 | | -- Fix tqdm interference with prints (Adrien Berchet - [7ecf9c8](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/7ecf9c88d18cd24f925cb54c2d0b2aa70a557d14)) |
54 | | -- Fix progress bar with multiprocessing computation (Adrien Berchet - [c76bf5f](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/c76bf5f9d9f7103d608b8e8b15e1f02ceb4988e3)) |
55 | | -- External validation functions no more need to be declared as staticfunction (Adrien Berchet - [ed171c0](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/ed171c064c341f9744f52b4d9ff04e917636d048)) |
| 53 | +- Add multiprocessing feature to apply_to_df (Adrien Berchet - [c28a0c1](https://github.com/BlueBrain/data-validation-framework/commit/c28a0c1500c22b5c32d3b150986cf283169f1281)) |
| 54 | +- Update parameter propagation (Adrien Berchet - [ed79ae5](https://github.com/BlueBrain/data-validation-framework/commit/ed79ae5807fa97a366e994a3191bd339272a2270)) |
| 55 | +- Fix tqdm interference with prints (Adrien Berchet - [7ecf9c8](https://github.com/BlueBrain/data-validation-framework/commit/7ecf9c88d18cd24f925cb54c2d0b2aa70a557d14)) |
| 56 | +- Fix progress bar with multiprocessing computation (Adrien Berchet - [c76bf5f](https://github.com/BlueBrain/data-validation-framework/commit/c76bf5f9d9f7103d608b8e8b15e1f02ceb4988e3)) |
| 57 | +- External validation functions no more need to be declared as staticfunction (Adrien Berchet - [ed171c0](https://github.com/BlueBrain/data-validation-framework/commit/ed171c064c341f9744f52b4d9ff04e917636d048)) |
56 | 58 |
|
57 | | -## [data-validation-framework-v0.0.3](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/compare/data-validation-framework-v0.0.2...data-validation-framework-v0.0.3) |
| 59 | +## [0.0.3](https://github.com/BlueBrain/data-validation-framework/compare/0.0.2..0.0.3) |
58 | 60 |
|
59 | 61 | > 8 March 2021 |
60 | 62 |
|
61 | | -- Improve specification generation (Adrien Berchet - [dc79c30](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/dc79c30baf0fbf8661b162158d71e5947b8e0551)) |
| 63 | +- Improve specification generation (Adrien Berchet - [dc79c30](https://github.com/BlueBrain/data-validation-framework/commit/dc79c30baf0fbf8661b162158d71e5947b8e0551)) |
62 | 64 |
|
63 | | -## data-validation-framework-v0.0.2 |
| 65 | +## 0.0.2 |
64 | 66 |
|
65 | 67 | > 3 March 2021 |
66 | 68 |
|
67 | | -- First commit (Adrien Berchet - [43a8cee](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/43a8ceeb540f76e282c04f449bd4b149e2ab4027)) |
68 | | -- Remove test_version (Adrien Berchet - [5db162e](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/5db162e1a1ee1a187f4f234761c8c19f6f33108e)) |
69 | | -- Fix versioning (Adrien Berchet - [0755e85](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/0755e85bd5e3d31779a7a55a7fd28c1cf752f184)) |
70 | | -- Initial empty repository (Dries Verachtert - [890f91e](https://bbpgitlab.epfl.ch/neuromath/data-validation-framework/commit/890f91ee5af155e6fea2f79e118f153291fa7975)) |
| 69 | +- First commit (Adrien Berchet - [43a8cee](https://github.com/BlueBrain/data-validation-framework/commit/43a8ceeb540f76e282c04f449bd4b149e2ab4027)) |
| 70 | +- Remove test_version (Adrien Berchet - [5db162e](https://github.com/BlueBrain/data-validation-framework/commit/5db162e1a1ee1a187f4f234761c8c19f6f33108e)) |
| 71 | +- Fix versioning (Adrien Berchet - [0755e85](https://github.com/BlueBrain/data-validation-framework/commit/0755e85bd5e3d31779a7a55a7fd28c1cf752f184)) |
| 72 | +- Initial empty repository (Dries Verachtert - [890f91e](https://github.com/BlueBrain/data-validation-framework/commit/890f91ee5af155e6fea2f79e118f153291fa7975)) |
0 commit comments