adnus 0.1.6__py3-none-any.whl → 0.1.7__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 adnus might be problematic. Click here for more details.
- adnus/__init__.py +2 -1
- adnus/_version.py +1 -1
- {adnus-0.1.6.dist-info → adnus-0.1.7.dist-info}/METADATA +7 -10
- adnus-0.1.7.dist-info/RECORD +8 -0
- adnus-0.1.6.dist-info/RECORD +0 -8
- {adnus-0.1.6.dist-info → adnus-0.1.7.dist-info}/WHEEL +0 -0
- {adnus-0.1.6.dist-info → adnus-0.1.7.dist-info}/licenses/LICENSE +0 -0
- {adnus-0.1.6.dist-info → adnus-0.1.7.dist-info}/top_level.txt +0 -0
adnus/__init__.py
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# src/adnus/__init__.py
|
|
2
2
|
"""
|
|
3
3
|
adnus (AdNuS): Advanced Number Systems.
|
|
4
|
-
|
|
5
4
|
A Python library for exploring number systems beyond the standard real and complex numbers.
|
|
6
5
|
"""
|
|
7
6
|
|
|
7
|
+
__version__ = "0.1.6"
|
|
8
|
+
|
|
8
9
|
# main.py dosyasındaki ana sınıfları ve fonksiyonları buraya import et
|
|
9
10
|
from .main import (
|
|
10
11
|
AdvancedNumber,
|
adnus/_version.py
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adnus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: A Python library for Advanced Number Systems (AdNuS), including Bicomplex, Neutrosophic, Hyperreal numbers, reals, Complex, Quaternion, Octonion, Sedenion, Pathion, Chingon, Routon, Voudon.
|
|
5
5
|
Home-page: https://github.com/WhiteSymmetry/adnus
|
|
6
6
|
Author: Mehmet Keçeci
|
|
7
7
|
Author-email: Mehmet Keçeci <mkececi@yaani.com>
|
|
8
8
|
Maintainer: Mehmet Keçeci
|
|
9
|
-
Maintainer-email: mkececi@yaani.com
|
|
9
|
+
Maintainer-email: Mehmet Keçeci <mkececi@yaani.com>
|
|
10
10
|
License: MIT
|
|
11
|
-
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Operating System :: OS Independent
|
|
14
|
+
Requires-Python: >=3.11
|
|
12
15
|
Description-Content-Type: text/markdown
|
|
13
16
|
License-File: LICENSE
|
|
14
17
|
Requires-Dist: numpy<3.0.0,>=2.3.3
|
|
@@ -22,7 +25,6 @@ Dynamic: author
|
|
|
22
25
|
Dynamic: home-page
|
|
23
26
|
Dynamic: license-file
|
|
24
27
|
Dynamic: maintainer
|
|
25
|
-
Dynamic: maintainer-email
|
|
26
28
|
Dynamic: requires-python
|
|
27
29
|
|
|
28
30
|
# adnus (AdNuS): Advanced Number Systems.
|
|
@@ -133,11 +135,6 @@ poetry install
|
|
|
133
135
|
|
|
134
136
|
## Kullanım (Türkçe) / Usage (English)
|
|
135
137
|
|
|
136
|
-
```python
|
|
137
|
-
import adnus
|
|
138
|
-
adnus.__version__
|
|
139
|
-
```
|
|
140
|
-
|
|
141
138
|
Here's a quick overview of how to use the different number systems available in `adnus`.
|
|
142
139
|
|
|
143
140
|
### Bicomplex Numbers
|
|
@@ -168,7 +165,7 @@ print(f"Multiplication: {n1 * n2}")
|
|
|
168
165
|
|
|
169
166
|
```python
|
|
170
167
|
import adnus as ad
|
|
171
|
-
C = cayley_dickson_construction(ad.Complex)
|
|
168
|
+
C = ad.cayley_dickson_construction(ad.Complex)
|
|
172
169
|
print(C(3-7j))
|
|
173
170
|
```
|
|
174
171
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
adnus/__init__.py,sha256=g168IzdM6qTE9DOtl6-5wcvKIObrah2h5f4QebdTeUo,1461
|
|
2
|
+
adnus/_version.py,sha256=y6VDhRV1Thr0qOPoqHPrM5CkRWZUVZxRYmiPacDTSr8,371
|
|
3
|
+
adnus/main.py,sha256=XaX4D3GgnfyNxBiNyEXyIaMw_P9EXR7ISlY16o3q8ws,20200
|
|
4
|
+
adnus-0.1.7.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
|
5
|
+
adnus-0.1.7.dist-info/METADATA,sha256=oflZhD5YBfsXde-2qzT1Apob6w52bLoWeAdFuI-LXsg,9922
|
|
6
|
+
adnus-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
adnus-0.1.7.dist-info/top_level.txt,sha256=-LLxzBoGjPPz2QXJWees3DFjaT7qQWDwTT7fN0l3v18,6
|
|
8
|
+
adnus-0.1.7.dist-info/RECORD,,
|
adnus-0.1.6.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
adnus/__init__.py,sha256=kTimUAw-wKQMWgyjXx5u7aA6uQ6itzSO_0UfjKY6Yoc,1439
|
|
2
|
-
adnus/_version.py,sha256=TCDIxjl16YlTLIcFZtciBTNXJd6c-fbgXia3WCpI4uw,371
|
|
3
|
-
adnus/main.py,sha256=XaX4D3GgnfyNxBiNyEXyIaMw_P9EXR7ISlY16o3q8ws,20200
|
|
4
|
-
adnus-0.1.6.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
|
5
|
-
adnus-0.1.6.dist-info/METADATA,sha256=mpdpUJ45wvNITycCy9IHM68T6cPzrfe3iMsCMQTSjpQ,9828
|
|
6
|
-
adnus-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
adnus-0.1.6.dist-info/top_level.txt,sha256=-LLxzBoGjPPz2QXJWees3DFjaT7qQWDwTT7fN0l3v18,6
|
|
8
|
-
adnus-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|