@@ -2,39 +2,31 @@ Release Notes
2
2
-------------
3
3
**Future Releases **
4
4
* Enhancements
5
-
5
+ * Added repo specific token for workflows :pr: ` 2 `
6
6
* Fixes
7
-
8
7
* Changes
9
-
8
+ * Irrelevant workflows removed (` minimum_dependency_checker `) :pr: ` 2 `
10
9
* Documentation Changes
11
-
10
+ * Documentation refactored to now fit CheckMate :pr: ` 2 `
12
11
* Testing Changes
13
12
14
- **v0.1.3 July 18, 2023 **
15
-
16
- * Enhancements
17
- * Added in github workflows that are relevant to `DataChecks `, from `EvalML ` repository, and modified to fit `DataChecks ` wherever possible :pr: `2 `
18
- * Implemented linters and have them successfully running :pr: `2 `
19
- * Fixes
20
- * Workflows are now up and running properly :pr: `2 `
21
- * Changes
22
- * Updated comments to reflect `DataChecks ` repository :pr: `2 `
23
- * Restructured file directory to categorize data checks between `datacheck_meta ` and `checks ` :pr: `2 `
24
- * Restructured pdm packaging to only be relevant to `DataChecks `, now to be renamed to `CheckMate ` :pr: `2 `
25
- * Testing Changes
26
- * Removed integration testing due to irrelevance with `datacheck_meta ` and `checks ` :pr: `2 `
27
-
28
- **v0.1.2 July 6, 2023 **
13
+ **v0.0.1 July 18, 2023 **
29
14
30
15
* Enhancements
31
16
* Transfer over base `Data Checks ` and `IDColumnData Checks ` from the `EvalML ` repo :pr: `1 `
17
+ * Added in github workflows that are relevant to `DataChecks `, from `EvalML ` repository, and modified to fit `DataChecks ` wherever possible :pr: `1 `
18
+ * Implemented linters and have them successfully running :pr: `1 `
32
19
* Fixes
33
20
* Fixed pytest failures :pr: `1 `
21
+ * Workflows are now up and running properly :pr: `1 `
34
22
* Changes
35
23
* Removed all `EvalML ` dependencies and unnecessary functions/comments from `utils `, `tests `, `exceptions `, and `datachecks ` :pr: `1 `
24
+ * Updated comments to reflect `DataChecks ` repository :pr: `1 `
25
+ * Restructured file directory to categorize data checks between `datacheck_meta ` and `checks ` :pr: `1 `
26
+ * Restructured pdm packaging to only be relevant to `DataChecks `, now to be renamed to `CheckMate ` :pr: `1 `
27
+ * Testing Changes
28
+ * Removed integration testing due to irrelevance with `datacheck_meta ` and `checks ` :pr: `1 `
36
29
37
-
38
- **v0.1.1 July 3, 2023 **
30
+ **v0.0.0 July 3, 2023 **
39
31
40
32
* *First Release *
0 commit comments