hypercomplex-engine 0.0.4__tar.gz → 0.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-0.0.4/hypercomplex_engine.egg-info → hypercomplex_engine-0.0.4.1}/PKG-INFO +2 -2
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/README.md +1 -1
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/facade.py +1 -1
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1/hypercomplex_engine.egg-info}/PKG-INFO +2 -2
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/pyproject.toml +1 -1
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/LICENSE +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/basis_element.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/basis_notation.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/bit_utils.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_dual.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_split.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_standard.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/dual.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/split.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/standard.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/common.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/dual.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/split.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/standard.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/validation.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/printer/__init__.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/printer/cd_format.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/printer/cd_table_printer.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/SOURCES.txt +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/dependency_links.txt +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/requires.txt +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/top_level.txt +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/setup.cfg +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/tests/test_fast_mode.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/tests/test_fixes_0_4.py +0 -0
- {hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/tests/test_mega_mother.py +0 -0
{hypercomplex_engine-0.0.4/hypercomplex_engine.egg-info → hypercomplex_engine-0.0.4.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hypercomplex-engine
|
|
3
|
-
Version: 0.0.4
|
|
3
|
+
Version: 0.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
|
|
@@ -490,7 +490,7 @@ print(result)
|
|
|
490
490
|
|---|---|
|
|
491
491
|
| `"integer"` | `+e5` |
|
|
492
492
|
| `"graded"` | `+o13` |
|
|
493
|
-
| `"latex"` | `+e_{
|
|
493
|
+
| `"latex"` | `+e_{5}` |
|
|
494
494
|
| `"latex_integer"` | `+e_{5}` |
|
|
495
495
|
| `"latex_graded"` | `+o_{13}` |
|
|
496
496
|
|
|
@@ -267,7 +267,7 @@ def multiply(
|
|
|
267
267
|
return (0, 0)
|
|
268
268
|
|
|
269
269
|
# Dual inputs may be local 3-tuples: (sign, local_index, eps)
|
|
270
|
-
if kind in ("dual", "dual_split"):
|
|
270
|
+
if kind in ("split","dual", "dual_split"):
|
|
271
271
|
if dim is None:
|
|
272
272
|
raise ValueError("dim is required for dual multiplication")
|
|
273
273
|
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.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: 0.0.4
|
|
3
|
+
Version: 0.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
|
|
@@ -490,7 +490,7 @@ print(result)
|
|
|
490
490
|
|---|---|
|
|
491
491
|
| `"integer"` | `+e5` |
|
|
492
492
|
| `"graded"` | `+o13` |
|
|
493
|
-
| `"latex"` | `+e_{
|
|
493
|
+
| `"latex"` | `+e_{5}` |
|
|
494
494
|
| `"latex_integer"` | `+e_{5}` |
|
|
495
495
|
| `"latex_graded"` | `+o_{13}` |
|
|
496
496
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/basis_element.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/basis_notation.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/bit_utils.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/fast/fast_standard.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/__init__.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/split.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/holographic/standard.py
RENAMED
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/common.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/dual.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/core/table_builder/split.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex/printer/cd_table_printer.py
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/requires.txt
RENAMED
|
File without changes
|
{hypercomplex_engine-0.0.4 → hypercomplex_engine-0.0.4.1}/hypercomplex_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|