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 aba1cc9 commit 42e72edCopy full SHA for 42e72ed
mostlyai/qa/__init__.py
@@ -22,7 +22,7 @@
22
from mostlyai.qa.reporting_from_statistics import report_from_statistics
23
24
__all__ = ["report", "report_from_statistics", "init_logging"]
25
-__version__ = "1.5.1"
+__version__ = "1.5.2"
26
27
os.environ["TOKENIZERS_PARALLELISM"] = "false"
28
if Version(pd.__version__) >= Version("2.2.0"):
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai-qa"
3
-version = "1.5.1"
+version = "1.5.2"
4
description = "Synthetic Data Quality Assurance"
5
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
6
packages = [
0 commit comments