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