uncertainty-engine-types 0.0.14__py3-none-any.whl → 0.1.0__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.
- uncertainty_engine_types/__init__.py +1 -1
- uncertainty_engine_types/version.py +1 -1
- {uncertainty_engine_types-0.0.14.dist-info → uncertainty_engine_types-0.1.0.dist-info}/METADATA +1 -1
- {uncertainty_engine_types-0.0.14.dist-info → uncertainty_engine_types-0.1.0.dist-info}/RECORD +5 -5
- {uncertainty_engine_types-0.0.14.dist-info → uncertainty_engine_types-0.1.0.dist-info}/WHEEL +0 -0
|
@@ -25,7 +25,7 @@ from .llm import LLMConfig, LLMProvider
|
|
|
25
25
|
from .message import Message
|
|
26
26
|
from .model import MachineLearningModel
|
|
27
27
|
from .model_config import ModelConfig
|
|
28
|
-
from .node_info import NodeInfo, NodeInputInfo, NodeOutputInfo
|
|
28
|
+
from .node_info import NodeInfo, NodeInputInfo, NodeOutputInfo, NodeRequirementsInfo
|
|
29
29
|
from .prompt import Prompt
|
|
30
30
|
from .sensor_designer import SensorDesigner
|
|
31
31
|
from .sql import SQLConfig, SQLKind
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0
|
|
1
|
+
__version__ = "0.1.0"
|
{uncertainty_engine_types-0.0.14.dist-info → uncertainty_engine_types-0.1.0.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
uncertainty_engine_types/__init__.py,sha256=
|
|
1
|
+
uncertainty_engine_types/__init__.py,sha256=QxuxItecFrZwOKNgPrdIO7i-YnEH3QAT3__86eTqSV8,1948
|
|
2
2
|
uncertainty_engine_types/chat_history.py,sha256=OY1fZXP7_AtPKEmgjxh60PlbEGtQWJWafZMgs2Ec0BU,121
|
|
3
3
|
uncertainty_engine_types/context.py,sha256=1iDcfMLi_fKh_YVUAKif2NOdrA_vuXOQvBZKbF4uJZk,317
|
|
4
4
|
uncertainty_engine_types/dataset.py,sha256=sDpQu5X3KxJ1lNkZOwhppJ2SY0Cv19cbcYfGpp_hyUQ,75
|
|
@@ -21,7 +21,7 @@ uncertainty_engine_types/token.py,sha256=4tQQkvl-zsYoVk8ZEx0cB2JiU0VDRJ6uUe76XBX
|
|
|
21
21
|
uncertainty_engine_types/uncertainty_plot.py,sha256=kJr0SuJ6JeTxaf2adpDNWqx7vVLZRpKG8tFbdx90pas,547
|
|
22
22
|
uncertainty_engine_types/utils.py,sha256=72QVig8Kb5uIR-e1nofm-3x9CouebdQJIruDbq-aIn0,271
|
|
23
23
|
uncertainty_engine_types/vector_store.py,sha256=9fYPJ04jWcy2DruyUSjiKQAgmqq-wgeAi5dBIrAOm30,392
|
|
24
|
-
uncertainty_engine_types/version.py,sha256=
|
|
25
|
-
uncertainty_engine_types-0.0.
|
|
26
|
-
uncertainty_engine_types-0.0.
|
|
27
|
-
uncertainty_engine_types-0.0.
|
|
24
|
+
uncertainty_engine_types/version.py,sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0,22
|
|
25
|
+
uncertainty_engine_types-0.1.0.dist-info/METADATA,sha256=jvQ6vZ_5TG74GjT0maweL1klrkSWR9iIYgUE8zP0qgs,2815
|
|
26
|
+
uncertainty_engine_types-0.1.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
27
|
+
uncertainty_engine_types-0.1.0.dist-info/RECORD,,
|
{uncertainty_engine_types-0.0.14.dist-info → uncertainty_engine_types-0.1.0.dist-info}/WHEEL
RENAMED
|
File without changes
|