Releases: alteryx/CheckMates
Releases · alteryx/CheckMates
v0.2.0
v0.2.0 Aug 22, 2023
* Enhancements
* Added all datachecks except invalid_target_data_check
along with tests and utils, migrated over from EvalML
#15
* Added invalid_target_data_check
along with all tests, utils, and objectives, migrated from EvalML
#17
* Added modules necessary to remove EvalML
dependencies within testing environment #19
* Documentation Changes
* Updated readme.md, contrubuting.md, and releases.md to reflect CheckMates package installation, quickstart, and useful links #13
v0.1.0
v0.1.0 July 28, 2023
- Enhancements
- updated pyproject to v0.1.0 for first release and added project urls #8
- added pdm.lock and .python-version to .gitignore #8
- Added repo specific token for workflows #2
- PDM Packaging ready for deployment #2
- Added testing workflow for pytest #2
- Transfer over base
Data Checks
andIDColumnData Checks
from theEvalML
repo #1 - Added in github workflows that are relevant to
DataChecks
, fromEvalML
repository, and modified to fitDataChecks
wherever possible #1 - Implemented linters and have them successfully running #1
- Fixes
- Changes
- Irrelevant workflows removed (
minimum_dependency_checker
) #2 - Removed all
EvalML
dependencies and unnecessary functions/comments fromutils
,tests
,exceptions
, anddatachecks
#1 - Updated comments to reflect
DataChecks
repository #1 - Restructured file directory to categorize data checks between
datacheck_meta
andchecks
#1 - Restructured pdm packaging to only be relevant to
DataChecks
, now to be renamed toCheckMate
#1
- Irrelevant workflows removed (
- Documentation Changes
- Testing Changes
Resolves #10
Resolves #9
Resolves #7
Resolves #5
Resolves #3