hypercomplex-engine 1.0.1__tar.gz → 1.0.2__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.1/hypercomplex_engine.egg-info → hypercomplex_engine-1.0.2}/PKG-INFO +10 -2
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/README.md +9 -1
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2/hypercomplex_engine.egg-info}/PKG-INFO +10 -2
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/pyproject.toml +1 -1
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/LICENSE +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/basis_element.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/basis_notation.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/bit_utils.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/fast_dual.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/fast_split.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/fast_standard.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/dual.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/split.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/standard.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/common.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/dual.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/split.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/standard.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/validation.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/facade.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/printer/__init__.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/printer/cd_format.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/printer/cd_table_printer.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/SOURCES.txt +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/dependency_links.txt +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/requires.txt +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/top_level.txt +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/setup.cfg +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/tests/test_fast_mode.py +0 -0
- {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/tests/test_mega_mother.py +0 -0
{hypercomplex_engine-1.0.1/hypercomplex_engine.egg-info → hypercomplex_engine-1.0.2}/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.2
|
|
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
|
|
@@ -53,6 +53,9 @@ Dynamic: license-file
|
|
|
53
53
|
[](https://opensource.org/licenses/MIT)
|
|
54
54
|
[](https://www.python.org/downloads/)
|
|
55
55
|
[](#)
|
|
56
|
+
[](https://github.com/maher1719/hypercomplex-engine)
|
|
57
|
+
[](https://pypi.org/project/hypercomplex-engine/)
|
|
58
|
+
[](https://pepy.tech/project/hypercomplex-engine)
|
|
56
59
|
|
|
57
60
|
|
|
58
61
|
Fast, validated multiplication and table generation for Cayley–Dickson algebras.
|
|
@@ -98,11 +101,16 @@ Clone the repository:
|
|
|
98
101
|
git clone https://github.com/maher1719/hypercomplex-engine.git
|
|
99
102
|
cd hypercomplex-engine
|
|
100
103
|
```
|
|
104
|
+
Install with pip:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
pip install hypercomplex-engine
|
|
108
|
+
```
|
|
101
109
|
|
|
102
110
|
Install in editable mode:
|
|
103
111
|
|
|
104
112
|
```bash
|
|
105
|
-
pip install -e
|
|
113
|
+
pip install -e
|
|
106
114
|
```
|
|
107
115
|
|
|
108
116
|
Run the tests:
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
4
|
[](https://www.python.org/downloads/)
|
|
5
5
|
[](#)
|
|
6
|
+
[](https://github.com/maher1719/hypercomplex-engine)
|
|
7
|
+
[](https://pypi.org/project/hypercomplex-engine/)
|
|
8
|
+
[](https://pepy.tech/project/hypercomplex-engine)
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
Fast, validated multiplication and table generation for Cayley–Dickson algebras.
|
|
@@ -48,11 +51,16 @@ Clone the repository:
|
|
|
48
51
|
git clone https://github.com/maher1719/hypercomplex-engine.git
|
|
49
52
|
cd hypercomplex-engine
|
|
50
53
|
```
|
|
54
|
+
Install with pip:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
pip install hypercomplex-engine
|
|
58
|
+
```
|
|
51
59
|
|
|
52
60
|
Install in editable mode:
|
|
53
61
|
|
|
54
62
|
```bash
|
|
55
|
-
pip install -e
|
|
63
|
+
pip install -e
|
|
56
64
|
```
|
|
57
65
|
|
|
58
66
|
Run the tests:
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2/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.2
|
|
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
|
|
@@ -53,6 +53,9 @@ Dynamic: license-file
|
|
|
53
53
|
[](https://opensource.org/licenses/MIT)
|
|
54
54
|
[](https://www.python.org/downloads/)
|
|
55
55
|
[](#)
|
|
56
|
+
[](https://github.com/maher1719/hypercomplex-engine)
|
|
57
|
+
[](https://pypi.org/project/hypercomplex-engine/)
|
|
58
|
+
[](https://pepy.tech/project/hypercomplex-engine)
|
|
56
59
|
|
|
57
60
|
|
|
58
61
|
Fast, validated multiplication and table generation for Cayley–Dickson algebras.
|
|
@@ -98,11 +101,16 @@ Clone the repository:
|
|
|
98
101
|
git clone https://github.com/maher1719/hypercomplex-engine.git
|
|
99
102
|
cd hypercomplex-engine
|
|
100
103
|
```
|
|
104
|
+
Install with pip:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
pip install hypercomplex-engine
|
|
108
|
+
```
|
|
101
109
|
|
|
102
110
|
Install in editable mode:
|
|
103
111
|
|
|
104
112
|
```bash
|
|
105
|
-
pip install -e
|
|
113
|
+
pip install -e
|
|
106
114
|
```
|
|
107
115
|
|
|
108
116
|
Run the tests:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/fast_split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/fast/fast_standard.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/holographic/standard.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/common.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/core/table_builder/standard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex/printer/cd_table_printer.py
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/requires.txt
RENAMED
|
File without changes
|
{hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.2}/hypercomplex_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|