Skip to content

Commit d285ffe

Browse files
author
Nabil Fayak
committed
v0.1.0 release notes updated
1 parent 3615c18 commit d285ffe

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

docs/source/release_notes.rst

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,38 @@
11
Release Notes
22
-------------
3-
**Future Releases**
4-
* Enhancements
5-
* Fixes
6-
* Changes
7-
* Documentation Changes
8-
* Testing Changes
3+
.. **Future Releases**
4+
.. * Enhancements
5+
.. * Fixes
6+
.. * Changes
7+
.. * Documentation Changes
8+
.. * Testing Changes
99
1010
**v0.1.0 July 28, 2023**
1111
* Enhancements
1212
* updated pyproject to v0.1.0 for first release and added project urls :pr:`8`
1313
* 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`
1420
* Fixes
1521
* 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`
1636

1737
**v0.0.2 July 26, 2023**
1838
* Enhancements

0 commit comments

Comments
 (0)