hypercomplex-engine 1.0.1__tar.gz → 1.0.3.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.
Files changed (35) hide show
  1. {hypercomplex_engine-1.0.1/hypercomplex_engine.egg-info → hypercomplex_engine-1.0.3.1}/PKG-INFO +11 -5
  2. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/README.md +9 -1
  3. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1/hypercomplex_engine.egg-info}/PKG-INFO +11 -5
  4. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/pyproject.toml +2 -4
  5. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/LICENSE +0 -0
  6. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/__init__.py +0 -0
  7. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/__init__.py +0 -0
  8. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/basis_element.py +0 -0
  9. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/basis_notation.py +0 -0
  10. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/fast/__init__.py +0 -0
  11. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/fast/bit_utils.py +0 -0
  12. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/fast/fast_dual.py +0 -0
  13. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/fast/fast_split.py +0 -0
  14. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/fast/fast_standard.py +0 -0
  15. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/holographic/__init__.py +0 -0
  16. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/holographic/dual.py +0 -0
  17. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/holographic/split.py +0 -0
  18. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/holographic/standard.py +0 -0
  19. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/table_builder/__init__.py +0 -0
  20. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/table_builder/common.py +0 -0
  21. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/table_builder/dual.py +0 -0
  22. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/table_builder/split.py +0 -0
  23. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/table_builder/standard.py +0 -0
  24. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/core/validation.py +0 -0
  25. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/facade.py +0 -0
  26. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/printer/__init__.py +0 -0
  27. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/printer/cd_format.py +0 -0
  28. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex/printer/cd_table_printer.py +0 -0
  29. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex_engine.egg-info/SOURCES.txt +0 -0
  30. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex_engine.egg-info/dependency_links.txt +0 -0
  31. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex_engine.egg-info/requires.txt +0 -0
  32. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/hypercomplex_engine.egg-info/top_level.txt +0 -0
  33. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/setup.cfg +0 -0
  34. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/tests/test_fast_mode.py +0 -0
  35. {hypercomplex_engine-1.0.1 → hypercomplex_engine-1.0.3.1}/tests/test_mega_mother.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypercomplex-engine
3
- Version: 1.0.1
3
+ Version: 1.0.3.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
@@ -34,13 +34,11 @@ Classifier: Intended Audience :: Science/Research
34
34
  Classifier: Topic :: Scientific/Engineering :: Mathematics
35
35
  Classifier: Topic :: Scientific/Engineering :: Physics
36
36
  Classifier: License :: OSI Approved :: MIT License
37
- Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.8
39
- Classifier: Programming Language :: Python :: 3.9
40
37
  Classifier: Programming Language :: Python :: 3.10
41
38
  Classifier: Programming Language :: Python :: 3.11
42
39
  Classifier: Programming Language :: Python :: 3.12
43
40
  Classifier: Programming Language :: Python :: 3.13
41
+ Classifier: Programming Language :: Python :: 3.14
44
42
  Classifier: Operating System :: OS Independent
45
43
  Requires-Python: >=3.8
46
44
  Description-Content-Type: text/markdown
@@ -53,6 +51,9 @@ Dynamic: license-file
53
51
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
54
52
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
55
53
  [![Tests](https://img.shields.io/badge/tests-62%20passed-success)](#)
54
+ [![GitHub Repo](https://img.shields.io/badge/GitHub-maher1719%2Fhypercomplex--engine-black?logo=github)](https://github.com/maher1719/hypercomplex-engine)
55
+ [![PyPI version](https://badge.fury.io/py/hypercomplex-engine.svg)](https://pypi.org/project/hypercomplex-engine/)
56
+ [![Downloads](https://static.pepy.tech/badge/hypercomplex-engine)](https://pepy.tech/project/hypercomplex-engine)
56
57
 
57
58
 
58
59
  Fast, validated multiplication and table generation for Cayley–Dickson algebras.
@@ -98,11 +99,16 @@ Clone the repository:
98
99
  git clone https://github.com/maher1719/hypercomplex-engine.git
99
100
  cd hypercomplex-engine
100
101
  ```
102
+ Install with pip:
103
+
104
+ ```bash
105
+ pip install hypercomplex-engine
106
+ ```
101
107
 
102
108
  Install in editable mode:
103
109
 
104
110
  ```bash
105
- pip install -e .
111
+ pip install -e
106
112
  ```
107
113
 
108
114
  Run the tests:
@@ -3,6 +3,9 @@
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
5
5
  [![Tests](https://img.shields.io/badge/tests-62%20passed-success)](#)
6
+ [![GitHub Repo](https://img.shields.io/badge/GitHub-maher1719%2Fhypercomplex--engine-black?logo=github)](https://github.com/maher1719/hypercomplex-engine)
7
+ [![PyPI version](https://badge.fury.io/py/hypercomplex-engine.svg)](https://pypi.org/project/hypercomplex-engine/)
8
+ [![Downloads](https://static.pepy.tech/badge/hypercomplex-engine)](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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypercomplex-engine
3
- Version: 1.0.1
3
+ Version: 1.0.3.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
@@ -34,13 +34,11 @@ Classifier: Intended Audience :: Science/Research
34
34
  Classifier: Topic :: Scientific/Engineering :: Mathematics
35
35
  Classifier: Topic :: Scientific/Engineering :: Physics
36
36
  Classifier: License :: OSI Approved :: MIT License
37
- Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.8
39
- Classifier: Programming Language :: Python :: 3.9
40
37
  Classifier: Programming Language :: Python :: 3.10
41
38
  Classifier: Programming Language :: Python :: 3.11
42
39
  Classifier: Programming Language :: Python :: 3.12
43
40
  Classifier: Programming Language :: Python :: 3.13
41
+ Classifier: Programming Language :: Python :: 3.14
44
42
  Classifier: Operating System :: OS Independent
45
43
  Requires-Python: >=3.8
46
44
  Description-Content-Type: text/markdown
@@ -53,6 +51,9 @@ Dynamic: license-file
53
51
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
54
52
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
55
53
  [![Tests](https://img.shields.io/badge/tests-62%20passed-success)](#)
54
+ [![GitHub Repo](https://img.shields.io/badge/GitHub-maher1719%2Fhypercomplex--engine-black?logo=github)](https://github.com/maher1719/hypercomplex-engine)
55
+ [![PyPI version](https://badge.fury.io/py/hypercomplex-engine.svg)](https://pypi.org/project/hypercomplex-engine/)
56
+ [![Downloads](https://static.pepy.tech/badge/hypercomplex-engine)](https://pepy.tech/project/hypercomplex-engine)
56
57
 
57
58
 
58
59
  Fast, validated multiplication and table generation for Cayley–Dickson algebras.
@@ -98,11 +99,16 @@ Clone the repository:
98
99
  git clone https://github.com/maher1719/hypercomplex-engine.git
99
100
  cd hypercomplex-engine
100
101
  ```
102
+ Install with pip:
103
+
104
+ ```bash
105
+ pip install hypercomplex-engine
106
+ ```
101
107
 
102
108
  Install in editable mode:
103
109
 
104
110
  ```bash
105
- pip install -e .
111
+ pip install -e
106
112
  ```
107
113
 
108
114
  Run the tests:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hypercomplex-engine"
7
- version = "1.0.1"
7
+ version = "1.0.3.1"
8
8
  authors = [
9
9
  { name="Maher Ben Abdessalem", email="ba.maher94@gmail.com" },
10
10
  ]
@@ -25,13 +25,11 @@ classifiers = [
25
25
  "Topic :: Scientific/Engineering :: Mathematics",
26
26
  "Topic :: Scientific/Engineering :: Physics",
27
27
  "License :: OSI Approved :: MIT License",
28
- "Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.8",
30
- "Programming Language :: Python :: 3.9",
31
28
  "Programming Language :: Python :: 3.10",
32
29
  "Programming Language :: Python :: 3.11",
33
30
  "Programming Language :: Python :: 3.12",
34
31
  "Programming Language :: Python :: 3.13",
32
+ "Programming Language :: Python :: 3.14",
35
33
  "Operating System :: OS Independent",
36
34
  ]
37
35