We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce076ec commit a8e0feeCopy full SHA for a8e0fee
mostlyai/qa/__init__.py
@@ -21,7 +21,7 @@
21
from mostlyai.qa.reporting_from_statistics import report_from_statistics
22
23
__all__ = ["report", "report_from_statistics"]
24
-__version__ = "1.4.4"
+__version__ = "1.5.0"
25
26
os.environ["TOKENIZERS_PARALLELISM"] = "false"
27
if Version(pd.__version__) >= Version("2.2.0"):
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai-qa"
3
-version = "1.4.4"
+version = "1.5.0"
4
description = "Synthetic Data - Quality Assurance"
5
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
6
packages = [
0 commit comments