Skip to content

v0.1.0

Compare
Choose a tag to compare
@NabilFayak NabilFayak released this 28 Jul 20:11
· 28 commits to main since this release
bd7993b

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