Releases: ydataai/ydata-quality
0.2.0.pre10
chore(actions): clean artifacts (#103)
0.2.0.pre9
docs: change community links (#98)
Changes community links from slack to discord server.
0.2.0.pre8
chore(renovate): update renovate config (#97)
0.2.0.pre7
chore(actions): update actions/download-artifact action to v3 (#92)
0.2.0.pre6
chore(actions): update actions/checkout action to v3 (#91)
0.2.0.pre5
chore(actions): move dependency management to renovatebot (#81)
Co-authored-by: Vasco Ramos [email protected]
0.2.0.pre4
feat: license (#65)
-
Remove old License
-
Add new License
0.2.0.pre3
fix(datarelations): drop_nan before VIF computation (#62)
-
drop_nan before VIF computation
-
fix linalg error
-
codacy linting
-
finish linting
-
add test suite for data relations engine
-
lint test file
-
pytest correct fixture definition
-
add encoding to open
0.2.0.pre2
bump minimum python version to 3.7 (#61)
0.2.0.pre1
feat(warnings): convert static strings into enums (#56)
- created category enum with all the categories extracted
- created test enum with all the test strings extracted
- convert priority to enum value
- created StringEnum with
_missing_
validation