AbstractIntegratedModule 0.1.6__tar.gz → 0.1.7__tar.gz
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.
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.egg-info/PKG-INFO +2 -2
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.py +1 -1
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/PKG-INFO +2 -2
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/setup.py +2 -2
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/README.md +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/pyproject.toml +0 -0
- {abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Advanced Integrated Non-LLM AI Module
|
|
3
|
+
Version: 0.1.7
|
|
4
|
+
Summary: Advanced Integrated Non-LLM AI Module - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
7
7
|
License: MIT
|
{abstractintegratedmodule-0.1.6 → abstractintegratedmodule-0.1.7}/AbstractIntegratedModule.py
RENAMED
|
@@ -1819,7 +1819,7 @@ class WeightedEnsemblePredictor:
|
|
|
1819
1819
|
else:
|
|
1820
1820
|
features.extend([threshold_feature, threshold_feature])
|
|
1821
1821
|
else:
|
|
1822
|
-
features.extend([threshold_feature,
|
|
1822
|
+
features.extend([threshold_feature, threshold_feature])
|
|
1823
1823
|
|
|
1824
1824
|
meta_features.append(features)
|
|
1825
1825
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: Advanced Integrated Non-LLM AI Module
|
|
3
|
+
Version: 0.1.7
|
|
4
|
+
Summary: Advanced Integrated Non-LLM AI Module - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
7
7
|
License: MIT
|
|
@@ -3,8 +3,8 @@ from setuptools import setup
|
|
|
3
3
|
|
|
4
4
|
setup(
|
|
5
5
|
name="AbstractIntegratedModule",
|
|
6
|
-
version="0.1.
|
|
7
|
-
description="Advanced Integrated Non-LLM AI Module
|
|
6
|
+
version="0.1.7",
|
|
7
|
+
description="Advanced Integrated Non-LLM AI Module - Backend Framework for Non-LLM AI Agent Framework",
|
|
8
8
|
long_description=open("README.md", encoding="utf-8").read(),
|
|
9
9
|
long_description_content_type="text/markdown",
|
|
10
10
|
author="Micro-Novelty",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|