Skip to content

Releases: alteryx/CheckMates

v0.2.0

22 Aug 15:06
Compare
Choose a tag to compare

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

Resolves #12
Resolves #14
Resolves #16
Resolves #18

v0.1.0

28 Jul 20:11
bd7993b
Compare
Choose a tag to compare

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 and IDColumnData Checks from the EvalML repo #1
    • Added in github workflows that are relevant to DataChecks, from EvalML repository, and modified to fit DataChecks wherever possible #1
    • Implemented linters and have them successfully running #1
  • Fixes
    • Cleanup files and add release workflow #6
    • Fixed pytest failures #1
    • Workflows are now up and running properly #1
  • Changes
    • Irrelevant workflows removed (minimum_dependency_checker) #2
    • Removed all EvalML dependencies and unnecessary functions/comments from utils, tests, exceptions, and datachecks #1
    • Updated comments to reflect DataChecks repository #1
    • Restructured file directory to categorize data checks between datacheck_meta and checks #1
    • Restructured pdm packaging to only be relevant to DataChecks, now to be renamed to CheckMate #1
  • Documentation Changes
    • Documentation refactored to now fit CheckMates #11
    • Documentation refactored to now fit Checkers #4
    • Documentation refactored to now fit CheckMate #2
  • Testing Changes
    • Automated testing within github actions #2
    • Removed integration testing due to irrelevance with datacheck_meta and checks #1

Resolves #10
Resolves #9
Resolves #7
Resolves #5
Resolves #3