|
1 | 1 | Release Notes
|
2 | 2 | -------------
|
3 |
| -**Future Releases** |
4 |
| - * Enhancements |
5 |
| - * Fixes |
6 |
| - * Cleanup files and add release workflow :pr:`6` |
7 |
| - * Changes |
8 |
| - * Documentation Changes |
9 |
| - * Testing Changes |
| 3 | +.. **Future Releases** |
| 4 | +.. * Enhancements |
| 5 | +.. * Fixes |
| 6 | +.. * Changes |
| 7 | +.. * Documentation Changes |
| 8 | +.. * Testing Changes |
10 | 9 |
|
| 10 | +**v0.1.0 July 28, 2023** |
| 11 | +* Enhancements |
| 12 | + * updated pyproject to v0.1.0 for first release and added project urls :pr:`8` |
| 13 | + * added pdm.lock and .python-version to .gitignore :pr:`8` |
| 14 | + * Added repo specific token for workflows :pr:`2` |
| 15 | + * PDM Packaging ready for deployment :pr:`2` |
| 16 | + * Added testing workflow for pytest :pr:`2` |
| 17 | + * Transfer over base `Data Checks` and `IDColumnData Checks` from the `EvalML` repo :pr:`1` |
| 18 | + * Added in github workflows that are relevant to `DataChecks`, from `EvalML` repository, and modified to fit `DataChecks` wherever possible :pr:`1` |
| 19 | + * Implemented linters and have them successfully running :pr:`1` |
| 20 | +* Fixes |
| 21 | + * Cleanup files and add release workflow :pr:`6` |
| 22 | + * Fixed pytest failures :pr:`1` |
| 23 | + * Workflows are now up and running properly :pr:`1` |
| 24 | +* Changes |
| 25 | + * Irrelevant workflows removed (`minimum_dependency_checker`) :pr:`2` |
| 26 | + * Removed all `EvalML` dependencies and unnecessary functions/comments from `utils`, `tests`, `exceptions`, and `datachecks` :pr:`1` |
| 27 | + * Updated comments to reflect `DataChecks` repository :pr:`1` |
| 28 | + * Restructured file directory to categorize data checks between `datacheck_meta` and `checks` :pr:`1` |
| 29 | + * Restructured pdm packaging to only be relevant to `DataChecks`, now to be renamed to `CheckMate` :pr:`1` |
| 30 | +* Documentation Changes |
| 31 | + * Documentation refactored to now fit `CheckMate` :pr:`2` |
| 32 | + * Documentation refactored to now fit `Checkers` :pr:`4` |
| 33 | +* Testing Changes |
| 34 | + * Automated testing within github actions :pr:`2` |
| 35 | + * Removed integration testing due to irrelevance with `datacheck_meta` and `checks` :pr:`1` |
11 | 36 |
|
12 | 37 | **v0.0.2 July 26, 2023**
|
13 | 38 | * Enhancements
|
@@ -41,4 +66,4 @@ Release Notes
|
41 | 66 |
|
42 | 67 | **v0.0.0 July 3, 2023**
|
43 | 68 |
|
44 |
| -* *First Release* |
| 69 | +* *GitHub Repo Created* |
0 commit comments