kececinumbers 0.3.9__py3-none-any.whl → 0.4.0__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.
kececinumbers/__init__.py CHANGED
@@ -20,7 +20,7 @@ import warnings
20
20
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
21
21
 
22
22
  # Paket sürüm numarası
23
- __version__ = "0.3.9"
23
+ __version__ = "0.4.0"
24
24
  __author__ = "Mehmet Keçeci"
25
25
  __email__ = "mkececi@yaani.com"
26
26
 
kececinumbers/_version.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # _version.py
2
2
 
3
- __version__ = "0.3.9"
3
+ __version__ = "0.4.0"
4
4
  __license__ = "MIT"
5
5
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
6
6
  __author__ = "Mehmet Keçeci"
@@ -785,7 +785,8 @@ def plot_numbers(sequence: List[Any], title: str = "Keçeci Number Sequence Anal
785
785
 
786
786
  elif isinstance(first_elem, np.quaternion):
787
787
  gs = GridSpec(2, 1, figure=fig)
788
- ax1, ax2 = fig.add_subplot(gs[0, 0]), fig.add_subplot(gs[1, 0], sharex=ax1)
788
+ ax1 = fig.add_subplot(gs[0, 0])
789
+ ax2 = fig.add_subplot(gs[1, 0], sharex=ax1)
789
790
  ax1.plot([q.w for q in sequence], 'o-', label='w (scalar)'), ax1.plot([q.x for q in sequence], 's--', label='x')
790
791
  ax1.plot([q.y for q in sequence], '^--', label='y'), ax1.plot([q.z for q in sequence], 'd--', label='z')
791
792
  ax1.set_title("Quaternion Components"), ax1.legend()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.3.9
3
+ Version: 0.4.0
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -0,0 +1,8 @@
1
+ kececinumbers/__init__.py,sha256=9KyNTIE5g5P57htb-y2gSkKeVeJ5Y87y8OxAc4AghRI,3509
2
+ kececinumbers/_version.py,sha256=PDst6Oqe7Wkg3Vrgc3Rs5vJGmzJuWsQoN9My-YwUeHY,428
3
+ kececinumbers/kececinumbers.py,sha256=24-FWgIYuHBjD9-pK1qsoFuulUQWwauSiiYP3y4JgeA,38930
4
+ kececinumbers-0.4.0.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
+ kececinumbers-0.4.0.dist-info/METADATA,sha256=VlEBY_EszFF5wnT7xoer0zzcXqC4wc5nLBJa0sqISls,31263
6
+ kececinumbers-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ kececinumbers-0.4.0.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
+ kececinumbers-0.4.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- kececinumbers/__init__.py,sha256=AzkIlee1UVegHym7hCZr9QSjAj6Bh0zRcdBI1GJqO7A,3509
2
- kececinumbers/_version.py,sha256=VcqtPl7RCP8LvKkQKaiYi-62UfMkTQoU8w7tkY_R2xc,428
3
- kececinumbers/kececinumbers.py,sha256=cCvxaUJG2Tbbm0TJ52J1SerOG-9c_KDVcAMBGWEBh4k,38922
4
- kececinumbers-0.3.9.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
- kececinumbers-0.3.9.dist-info/METADATA,sha256=mQAHf1DDaGLcURmOVJJ6Lpm3XM_xcHt86cz3e_aN8RA,31263
6
- kececinumbers-0.3.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- kececinumbers-0.3.9.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
- kececinumbers-0.3.9.dist-info/RECORD,,