psyke 0.9.1.dev5__py3-none-any.whl → 0.9.1.dev7__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.
Potentially problematic release.
This version of psyke might be problematic. Click here for more details.
- {psyke-0.9.1.dev5.dist-info → psyke-0.9.1.dev7.dist-info}/METADATA +2 -2
- {psyke-0.9.1.dev5.dist-info → psyke-0.9.1.dev7.dist-info}/RECORD +5 -5
- {psyke-0.9.1.dev5.dist-info → psyke-0.9.1.dev7.dist-info}/licenses/LICENSE +2 -1
- {psyke-0.9.1.dev5.dist-info → psyke-0.9.1.dev7.dist-info}/WHEEL +0 -0
- {psyke-0.9.1.dev5.dist-info → psyke-0.9.1.dev7.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psyke
|
|
3
|
-
Version: 0.9.1.
|
|
3
|
+
Version: 0.9.1.dev7
|
|
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
|
|
@@ -23,7 +23,7 @@ Requires-Python: >=3.9.0, <3.10
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Requires-Dist: numpy~=1.26.0
|
|
26
|
-
Requires-Dist: pandas~=2.
|
|
26
|
+
Requires-Dist: pandas~=2.3.0
|
|
27
27
|
Requires-Dist: scikit-learn~=1.6.0
|
|
28
28
|
Requires-Dist: 2ppy~=0.4.0
|
|
29
29
|
Requires-Dist: kneed~=0.8.1
|
|
@@ -35,8 +35,8 @@ psyke/utils/logic.py,sha256=ioP25WMTYNYEzaRDNDe3kGNWqZ6DA_63t19d-ky_2kM,12227
|
|
|
35
35
|
psyke/utils/metrics.py,sha256=Oo5BOonOSfo0qYsXWT5dmypZ7jiStByFC2MKEU0uMHg,2250
|
|
36
36
|
psyke/utils/plot.py,sha256=dE8JJ6tQ0Ezosid-r2jqAisREjFe5LqExRzsVi5Ns-c,7785
|
|
37
37
|
psyke/utils/sorted.py,sha256=C3CPW2JisND30BRk5c1sAAHs3Lb_wsRB2qZrYFuRnfM,678
|
|
38
|
-
psyke-0.9.1.
|
|
39
|
-
psyke-0.9.1.
|
|
40
|
-
psyke-0.9.1.
|
|
41
|
-
psyke-0.9.1.
|
|
42
|
-
psyke-0.9.1.
|
|
38
|
+
psyke-0.9.1.dev7.dist-info/licenses/LICENSE,sha256=G3mPaubObvkBXbsgTTeYGLk_pNEW8tc7HZr4u_wLEpU,11398
|
|
39
|
+
psyke-0.9.1.dev7.dist-info/METADATA,sha256=jx97Q9Rcp260_J-c_rMuskisUPqrQhiV9w-VGpUU7rg,8394
|
|
40
|
+
psyke-0.9.1.dev7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
41
|
+
psyke-0.9.1.dev7.dist-info/top_level.txt,sha256=q1HglxOqqoIRukFtyis_ZNHczZg4gANRUPWkD7HAUTU,6
|
|
42
|
+
psyke-0.9.1.dev7.dist-info/RECORD,,
|
|
@@ -186,7 +186,8 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2021
|
|
189
|
+
Copyright 2021, Matteo Magnini and contributors listed in
|
|
190
|
+
the CONTRIBUTORS file.
|
|
190
191
|
|
|
191
192
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
193
|
you may not use this file except in compliance with the License.
|
|
File without changes
|
|
File without changes
|