File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11site_name : mostlyai-qa
2- repo_url : " https://github.com/mostly-ai/mostly-python "
3- repo_name : " mostly-ai/mostly-python "
2+ repo_url : " https://github.com/mostly-ai/mostlyai-qa "
3+ repo_name : " mostly-ai/mostlyai-qa "
44theme :
55 name : material
66 logo : logo.png
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mostlyai-qa"
3- version = " 1.2.2 "
3+ version = " 1.3.0 "
44description = " Quality assurance for synthetic data"
55readme = " README.md"
66license = " Apache License v2"
Original file line number Diff line number Diff line change 2020from mostlyai .qa .report_from_statistics import report_from_statistics
2121
2222__all__ = ["report" , "report_from_statistics" ]
23- __version__ = "1.2.2 "
23+ __version__ = "1.3.0 "
2424
2525os .environ ["TOKENIZERS_PARALLELISM" ] = "false"
2626pd .set_option ("future.no_silent_downcasting" , True )
You can’t perform that action at this time.
0 commit comments