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 bb8b910 commit 1f2ff24Copy full SHA for 1f2ff24
mostlyai/qa/__init__.py
@@ -23,7 +23,7 @@
23
from mostlyai.qa.reporting_from_statistics import report_from_statistics
24
25
__all__ = ["report", "report_from_statistics", "init_logging"]
26
-__version__ = "1.5.5"
+__version__ = "1.5.6"
27
28
warnings.filterwarnings("ignore", category=FutureWarning, module="phik")
29
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mostlyai-qa"
3
-version = "1.5.5"
+version = "1.5.6"
4
description = "Synthetic Data Quality Assurance"
5
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
6
requires-python = ">=3.10"
0 commit comments