hypercomplex-engine 1.0.3.1__tar.gz → 1.0.4.1__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.
- {hypercomplex_engine-1.0.3.1/hypercomplex_engine.egg-info → hypercomplex_engine-1.0.4.1}/PKG-INFO +5 -5
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/README.md +1 -1
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/split.py +2 -1
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1/hypercomplex_engine.egg-info}/PKG-INFO +5 -5
- hypercomplex_engine-1.0.4.1/hypercomplex_engine.egg-info/requires.txt +1 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/pyproject.toml +4 -4
- hypercomplex_engine-1.0.3.1/hypercomplex_engine.egg-info/requires.txt +0 -1
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/LICENSE +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/basis_element.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/basis_notation.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/bit_utils.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_dual.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_split.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_standard.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/dual.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/split.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/standard.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/common.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/dual.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/standard.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/validation.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/facade.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/__init__.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/cd_format.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/cd_table_printer.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex_engine.egg-info/SOURCES.txt +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex_engine.egg-info/dependency_links.txt +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex_engine.egg-info/top_level.txt +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/setup.cfg +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/tests/test_fast_mode.py +0 -0
- {hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/tests/test_mega_mother.py +0 -0
{hypercomplex_engine-1.0.3.1/hypercomplex_engine.egg-info → hypercomplex_engine-1.0.4.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hypercomplex-engine
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4.1
|
|
4
4
|
Summary: Fast O(1)/O(n) multiplication engine and table generator for ordinary, split, and dual Cayley-Dickson algebras.
|
|
5
5
|
Author-email: Maher Ben Abdessalem <ba.maher94@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -29,7 +29,7 @@ Project-URL: Homepage, https://github.com/maher1719/hypercomplex-engine
|
|
|
29
29
|
Project-URL: Repository, https://github.com/maher1719/hypercomplex-engine
|
|
30
30
|
Project-URL: Preprint: Sign Structure, https://doi.org/10.6084/m9.figshare.33705022
|
|
31
31
|
Keywords: hypercomplex,cayley-dickson,quaternions,octonions,split-algebra,math,physics,geometry
|
|
32
|
-
Classifier: Development Status ::
|
|
32
|
+
Classifier: Development Status :: 4 - Beta
|
|
33
33
|
Classifier: Intended Audience :: Science/Research
|
|
34
34
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
35
35
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
@@ -40,16 +40,16 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
40
40
|
Classifier: Programming Language :: Python :: 3.13
|
|
41
41
|
Classifier: Programming Language :: Python :: 3.14
|
|
42
42
|
Classifier: Operating System :: OS Independent
|
|
43
|
-
Requires-Python: >=3.
|
|
43
|
+
Requires-Python: >=3.10
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
|
-
Requires-Dist: numpy>=1.20.
|
|
46
|
+
Requires-Dist: numpy>=1.20.3
|
|
47
47
|
Dynamic: license-file
|
|
48
48
|
|
|
49
49
|
# hypercomplex-engine
|
|
50
50
|
|
|
51
51
|
[](https://opensource.org/licenses/MIT)
|
|
52
|
-
[](https://www.python.org/downloads/)
|
|
53
53
|
[](#)
|
|
54
54
|
[](https://github.com/maher1719/hypercomplex-engine)
|
|
55
55
|
[](https://pypi.org/project/hypercomplex-engine/)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# hypercomplex-engine
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
|
-
[](https://www.python.org/downloads/)
|
|
5
5
|
[](#)
|
|
6
6
|
[](https://github.com/maher1719/hypercomplex-engine)
|
|
7
7
|
[](https://pypi.org/project/hypercomplex-engine/)
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1/hypercomplex_engine.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hypercomplex-engine
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4.1
|
|
4
4
|
Summary: Fast O(1)/O(n) multiplication engine and table generator for ordinary, split, and dual Cayley-Dickson algebras.
|
|
5
5
|
Author-email: Maher Ben Abdessalem <ba.maher94@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -29,7 +29,7 @@ Project-URL: Homepage, https://github.com/maher1719/hypercomplex-engine
|
|
|
29
29
|
Project-URL: Repository, https://github.com/maher1719/hypercomplex-engine
|
|
30
30
|
Project-URL: Preprint: Sign Structure, https://doi.org/10.6084/m9.figshare.33705022
|
|
31
31
|
Keywords: hypercomplex,cayley-dickson,quaternions,octonions,split-algebra,math,physics,geometry
|
|
32
|
-
Classifier: Development Status ::
|
|
32
|
+
Classifier: Development Status :: 4 - Beta
|
|
33
33
|
Classifier: Intended Audience :: Science/Research
|
|
34
34
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
35
35
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
@@ -40,16 +40,16 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
40
40
|
Classifier: Programming Language :: Python :: 3.13
|
|
41
41
|
Classifier: Programming Language :: Python :: 3.14
|
|
42
42
|
Classifier: Operating System :: OS Independent
|
|
43
|
-
Requires-Python: >=3.
|
|
43
|
+
Requires-Python: >=3.10
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
License-File: LICENSE
|
|
46
|
-
Requires-Dist: numpy>=1.20.
|
|
46
|
+
Requires-Dist: numpy>=1.20.3
|
|
47
47
|
Dynamic: license-file
|
|
48
48
|
|
|
49
49
|
# hypercomplex-engine
|
|
50
50
|
|
|
51
51
|
[](https://opensource.org/licenses/MIT)
|
|
52
|
-
[](https://www.python.org/downloads/)
|
|
53
53
|
[](#)
|
|
54
54
|
[](https://github.com/maher1719/hypercomplex-engine)
|
|
55
55
|
[](https://pypi.org/project/hypercomplex-engine/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
numpy>=1.20.3
|
|
@@ -4,23 +4,23 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hypercomplex-engine"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.4.1"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Maher Ben Abdessalem", email="ba.maher94@gmail.com" },
|
|
10
10
|
]
|
|
11
11
|
description = "Fast O(1)/O(n) multiplication engine and table generator for ordinary, split, and dual Cayley-Dickson algebras."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
license = { file="LICENSE" }
|
|
14
|
-
requires-python = ">=3.
|
|
14
|
+
requires-python = ">=3.10"
|
|
15
15
|
dependencies = [
|
|
16
|
-
"numpy>=1.20.
|
|
16
|
+
"numpy>=1.20.3"
|
|
17
17
|
]
|
|
18
18
|
keywords = [
|
|
19
19
|
"hypercomplex", "cayley-dickson", "quaternions", "octonions",
|
|
20
20
|
"split-algebra", "math", "physics", "geometry"
|
|
21
21
|
]
|
|
22
22
|
classifiers = [
|
|
23
|
-
"Development Status ::
|
|
23
|
+
"Development Status :: 4 - Beta",
|
|
24
24
|
"Intended Audience :: Science/Research",
|
|
25
25
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
26
26
|
"Topic :: Scientific/Engineering :: Physics",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
numpy>=1.20.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/basis_element.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/basis_notation.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/bit_utils.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/fast/fast_standard.py
RENAMED
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/holographic/split.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/core/table_builder/dual.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/cd_format.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex/printer/cd_table_printer.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.3.1 → hypercomplex_engine-1.0.4.1}/hypercomplex_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|