psyke 1.0.2__tar.gz → 1.0.3__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.
Potentially problematic release.
This version of psyke might be problematic. Click here for more details.
- {psyke-1.0.2/psyke.egg-info → psyke-1.0.3}/PKG-INFO +5 -5
- {psyke-1.0.2 → psyke-1.0.3}/README.md +2 -2
- psyke-1.0.3/VERSION +1 -0
- {psyke-1.0.2 → psyke-1.0.3/psyke.egg-info}/PKG-INFO +5 -5
- {psyke-1.0.2 → psyke-1.0.3}/setup.py +2 -2
- psyke-1.0.2/VERSION +0 -1
- {psyke-1.0.2 → psyke-1.0.3}/LICENSE +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/MANIFEST.in +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/clustering/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/clustering/cream/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/clustering/exact/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/clustering/utils.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/cart/CartPredictor.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/cart/FairTree.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/cart/FairTreePredictor.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/cart/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/cosmik/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/creepy/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/divine/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/ginger/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/gridex/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/gridrex/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/hex/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/hypercube.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/iter/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/strategy.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/hypercubic/utils.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/real/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/real/utils.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/trepan/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/extraction/trepan/utils.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/genetic/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/genetic/fgin/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/genetic/gin/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/hypercubepredictor.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/schema/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/tuning/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/tuning/crash/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/tuning/orchid/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/tuning/pedro/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/dataframe.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/logic.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/metrics.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/plot.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke/utils/sorted.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke.egg-info/SOURCES.txt +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke.egg-info/dependency_links.txt +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke.egg-info/not-zip-safe +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke.egg-info/requires.txt +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/psyke.egg-info/top_level.txt +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/pyproject.toml +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/setup.cfg +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/clustering/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/cart/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/cart/test_cart.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/cart/test_simplified_cart.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/gridex/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/gridex/test_gridex.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/iter/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/iter/test_iter.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/hypercubic/test_hypercube.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/real/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/real/test_real.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/real/test_rule.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/trepan/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/trepan/test_node.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/trepan/test_split.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/extraction/trepan/test_trepan.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/utils/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/utils/test_prune.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/utils/test_simplify.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/psyke/utils/test_simplify_formatter.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/resources/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/resources/datasets/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/resources/predictors/__init__.py +0 -0
- {psyke-1.0.2 → psyke-1.0.3}/test/resources/tests/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psyke
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Python-based implementation of PSyKE, i.e. a Platform for Symbolic Knowledge Extraction
|
|
5
5
|
Home-page: https://github.com/psykei/psyke-python
|
|
6
6
|
Author: Matteo Magnini
|
|
@@ -16,10 +16,10 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
21
|
Classifier: Programming Language :: Prolog
|
|
22
|
-
Requires-Python:
|
|
22
|
+
Requires-Python: ==3.11
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Requires-Dist: numpy~=1.26.0
|
|
@@ -156,8 +156,8 @@ iris(PetalLength8, PetalWidth8, SepalLength8, SepalWidth8, setosa) :- true.
|
|
|
156
156
|
## Developers
|
|
157
157
|
|
|
158
158
|
Working with PSyKE codebase requires a number of tools to be installed:
|
|
159
|
-
* Python 3.
|
|
160
|
-
+ Python version greater than `3.
|
|
159
|
+
* Python 3.11
|
|
160
|
+
+ Python version greater than `3.11.x` are currently __not__ supported
|
|
161
161
|
|
|
162
162
|
* JDK 11+ (please ensure the `JAVA_HOME` environment variable is properly configured)
|
|
163
163
|
* Git 2.20+
|
|
@@ -111,8 +111,8 @@ iris(PetalLength8, PetalWidth8, SepalLength8, SepalWidth8, setosa) :- true.
|
|
|
111
111
|
## Developers
|
|
112
112
|
|
|
113
113
|
Working with PSyKE codebase requires a number of tools to be installed:
|
|
114
|
-
* Python 3.
|
|
115
|
-
+ Python version greater than `3.
|
|
114
|
+
* Python 3.11
|
|
115
|
+
+ Python version greater than `3.11.x` are currently __not__ supported
|
|
116
116
|
|
|
117
117
|
* JDK 11+ (please ensure the `JAVA_HOME` environment variable is properly configured)
|
|
118
118
|
* Git 2.20+
|
psyke-1.0.3/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psyke
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Python-based implementation of PSyKE, i.e. a Platform for Symbolic Knowledge Extraction
|
|
5
5
|
Home-page: https://github.com/psykei/psyke-python
|
|
6
6
|
Author: Matteo Magnini
|
|
@@ -16,10 +16,10 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
21
|
Classifier: Programming Language :: Prolog
|
|
22
|
-
Requires-Python:
|
|
22
|
+
Requires-Python: ==3.11
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Requires-Dist: numpy~=1.26.0
|
|
@@ -156,8 +156,8 @@ iris(PetalLength8, PetalWidth8, SepalLength8, SepalWidth8, setosa) :- true.
|
|
|
156
156
|
## Developers
|
|
157
157
|
|
|
158
158
|
Working with PSyKE codebase requires a number of tools to be installed:
|
|
159
|
-
* Python 3.
|
|
160
|
-
+ Python version greater than `3.
|
|
159
|
+
* Python 3.11
|
|
160
|
+
+ Python version greater than `3.11.x` are currently __not__ supported
|
|
161
161
|
|
|
162
162
|
* JDK 11+ (please ensure the `JAVA_HOME` environment variable is properly configured)
|
|
163
163
|
* Git 2.20+
|
|
@@ -195,7 +195,7 @@ setup(
|
|
|
195
195
|
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
|
196
196
|
'License :: OSI Approved :: Apache Software License',
|
|
197
197
|
'Programming Language :: Python :: 3',
|
|
198
|
-
'Programming Language :: Python :: 3.
|
|
198
|
+
'Programming Language :: Python :: 3.11',
|
|
199
199
|
'Programming Language :: Python :: 3 :: Only',
|
|
200
200
|
'Programming Language :: Prolog'
|
|
201
201
|
],
|
|
@@ -203,7 +203,7 @@ setup(
|
|
|
203
203
|
# package_dir={'': 'src'}, # Optional
|
|
204
204
|
packages=find_packages('.'), # Required
|
|
205
205
|
include_package_data=True,
|
|
206
|
-
python_requires='
|
|
206
|
+
python_requires='==3.11',
|
|
207
207
|
install_requires=REQUIREMENTS, # Optional
|
|
208
208
|
zip_safe=False,
|
|
209
209
|
platforms="Independant",
|
psyke-1.0.2/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|