validmind 2.9.1__py3-none-any.whl → 2.9.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- validmind/__version__.py +1 -1
- validmind/ai/test_descriptions.py +1 -9
- {validmind-2.9.1.dist-info → validmind-2.9.2.dist-info}/METADATA +1 -1
- {validmind-2.9.1.dist-info → validmind-2.9.2.dist-info}/RECORD +7 -7
- {validmind-2.9.1.dist-info → validmind-2.9.2.dist-info}/LICENSE +0 -0
- {validmind-2.9.1.dist-info → validmind-2.9.2.dist-info}/WHEEL +0 -0
- {validmind-2.9.1.dist-info → validmind-2.9.2.dist-info}/entry_points.txt +0 -0
validmind/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.9.
|
1
|
+
__version__ = "2.9.2"
|
@@ -191,15 +191,7 @@ def get_result_description(
|
|
191
191
|
not in ["0", "false"]
|
192
192
|
)
|
193
193
|
|
194
|
-
|
195
|
-
from validmind.ai.utils import is_configured
|
196
|
-
|
197
|
-
if (
|
198
|
-
should_generate
|
199
|
-
and (tables or figures)
|
200
|
-
and llm_descriptions_enabled
|
201
|
-
and is_configured()
|
202
|
-
):
|
194
|
+
if should_generate and (tables or figures) and llm_descriptions_enabled:
|
203
195
|
# get description future and set it as the description in the metadata
|
204
196
|
# this will lazily retrieved so it can run in the background in parallel
|
205
197
|
description = background_generate_description(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
validmind/__init__.py,sha256=7nOHbSRUKtpIuHvf6oQd4D9_R8oh1PQ2CkeU62S14A0,4329
|
2
|
-
validmind/__version__.py,sha256=
|
3
|
-
validmind/ai/test_descriptions.py,sha256=
|
2
|
+
validmind/__version__.py,sha256=2wNk1TdqAeMl8njYHKnxyR5LsTqRh1L9eYia7D6rWHg,22
|
3
|
+
validmind/ai/test_descriptions.py,sha256=CzeXPfdJaZyPcXWnxchPBIAx1Om-MxShLdCWDDd-gyI,6981
|
4
4
|
validmind/ai/utils.py,sha256=2VEOS2W37FtTvWqcHmG1Mys5BTuTSxrUhvpA2G2fvP0,7600
|
5
5
|
validmind/api_client.py,sha256=AcnyaZF1t4HoeHyGmUPVPI2YhYP5iKoNFrMdxc4iHQ0,16711
|
6
6
|
validmind/client.py,sha256=XKb4uc7yXVV_3NH9-zTrS9jCbLPX2zZZU12vKKlSpIc,19049
|
@@ -346,8 +346,8 @@ validmind/vm_models/test_suite/runner.py,sha256=JqW8LW4X1Ri2C6wSsAGSki-JxGUGV8zm
|
|
346
346
|
validmind/vm_models/test_suite/summary.py,sha256=7P4zhfeU7a3I1MMBn8f7s-2lzdAz7U4y6LblpR89_vE,5401
|
347
347
|
validmind/vm_models/test_suite/test.py,sha256=C8xPGKSyYF9oMJ3VegwFJDF7cwYlIgtQoQ7nzXIS1uc,3914
|
348
348
|
validmind/vm_models/test_suite/test_suite.py,sha256=CciC6IhrLEeWwcpY3Np8EmQCB8XEF2ljwEXcvmNYgZc,5090
|
349
|
-
validmind-2.9.
|
350
|
-
validmind-2.9.
|
351
|
-
validmind-2.9.
|
352
|
-
validmind-2.9.
|
353
|
-
validmind-2.9.
|
349
|
+
validmind-2.9.2.dist-info/LICENSE,sha256=XonPUfwjvrC5Ombl3y-ko0Wubb1xdG_7nzvIbkZRKHw,35772
|
350
|
+
validmind-2.9.2.dist-info/METADATA,sha256=0WjmrpvJ0GiX69Y8AJw4CAnMcimIswh7WGFumNGgvp8,6067
|
351
|
+
validmind-2.9.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
352
|
+
validmind-2.9.2.dist-info/entry_points.txt,sha256=HuW7YyOv9u_OEWpViQXtv0nfoI67uieJHawKWA4Hv9A,76
|
353
|
+
validmind-2.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|