kececinumbers 0.6.5__tar.gz → 0.6.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.6.5
3
+ Version: 0.6.6
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
@@ -41,9 +41,12 @@ Description-Content-Type: text/markdown
41
41
  License-File: LICENSE
42
42
  Requires-Dist: numpy
43
43
  Requires-Dist: matplotlib
44
- Requires-Dist: numpy-quaternion
45
44
  Requires-Dist: scipy
46
45
  Requires-Dist: sympy
46
+ Provides-Extra: quaternion-pip
47
+ Requires-Dist: numpy-quaternion; extra == "quaternion-pip"
48
+ Provides-Extra: quaternion-conda
49
+ Requires-Dist: quaternion; extra == "quaternion-conda"
47
50
  Provides-Extra: test
48
51
  Requires-Dist: pytest; extra == "test"
49
52
  Requires-Dist: pytest-cov; extra == "test"
@@ -51,9 +54,10 @@ Requires-Dist: pytest-mock; extra == "test"
51
54
  Requires-Dist: ruff; extra == "test"
52
55
  Requires-Dist: numpy; extra == "test"
53
56
  Requires-Dist: matplotlib; extra == "test"
54
- Requires-Dist: numpy-quaternion; extra == "test"
55
57
  Requires-Dist: scipy; extra == "test"
56
58
  Requires-Dist: sympy; extra == "test"
59
+ Provides-Extra: all
60
+ Requires-Dist: numpy-quaternion; extra == "all"
57
61
  Dynamic: author
58
62
  Dynamic: home-page
59
63
  Dynamic: license-file
@@ -520,6 +524,8 @@ If this library was useful to you in your research, please cite us. Following th
520
524
 
521
525
  ```
522
526
 
527
+ Loeb, F., & Keçeci, M. (2025). Chaos Slicer: Keçeci Number System. GitHub. https://github.com/numberwonderman/Collatz-box-universes/blob/main/chaosSlicer.html
528
+
523
529
  Keçeci, M. (2025). Keçeci Varsayımının Kuramsal ve Karşılaştırmalı Analizi. ResearchGate. https://dx.doi.org/10.13140/RG.2.2.21825.88165
524
530
 
525
531
  Keçeci, M. (2025). Keçeci Varsayımı'nın Hesaplanabilirliği: Sonlu Adımda Kararlı Yapıya Yakınsama Sorunu. WorkflowHub. https://doi.org/10.48546/workflowhub.document.44.1
@@ -457,6 +457,8 @@ If this library was useful to you in your research, please cite us. Following th
457
457
 
458
458
  ```
459
459
 
460
+ Loeb, F., & Keçeci, M. (2025). Chaos Slicer: Keçeci Number System. GitHub. https://github.com/numberwonderman/Collatz-box-universes/blob/main/chaosSlicer.html
461
+
460
462
  Keçeci, M. (2025). Keçeci Varsayımının Kuramsal ve Karşılaştırmalı Analizi. ResearchGate. https://dx.doi.org/10.13140/RG.2.2.21825.88165
461
463
 
462
464
  Keçeci, M. (2025). Keçeci Varsayımı'nın Hesaplanabilirliği: Sonlu Adımda Kararlı Yapıya Yakınsama Sorunu. WorkflowHub. https://doi.org/10.48546/workflowhub.document.44.1
@@ -22,7 +22,7 @@ import warnings
22
22
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
23
23
 
24
24
  # Paket sürüm numarası
25
- __version__ = "0.6.5"
25
+ __version__ = "0.6.6"
26
26
  __author__ = "Mehmet Keçeci"
27
27
  __email__ = "mkececi@yaani.com"
28
28
 
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # _version.py
3
3
 
4
- __version__ = "0.6.5"
4
+ __version__ = "0.6.6"
5
5
  __license__ = "MIT"
6
6
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
7
7
  __author__ = "Mehmet Keçeci"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.6.5
3
+ Version: 0.6.6
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
@@ -41,9 +41,12 @@ Description-Content-Type: text/markdown
41
41
  License-File: LICENSE
42
42
  Requires-Dist: numpy
43
43
  Requires-Dist: matplotlib
44
- Requires-Dist: numpy-quaternion
45
44
  Requires-Dist: scipy
46
45
  Requires-Dist: sympy
46
+ Provides-Extra: quaternion-pip
47
+ Requires-Dist: numpy-quaternion; extra == "quaternion-pip"
48
+ Provides-Extra: quaternion-conda
49
+ Requires-Dist: quaternion; extra == "quaternion-conda"
47
50
  Provides-Extra: test
48
51
  Requires-Dist: pytest; extra == "test"
49
52
  Requires-Dist: pytest-cov; extra == "test"
@@ -51,9 +54,10 @@ Requires-Dist: pytest-mock; extra == "test"
51
54
  Requires-Dist: ruff; extra == "test"
52
55
  Requires-Dist: numpy; extra == "test"
53
56
  Requires-Dist: matplotlib; extra == "test"
54
- Requires-Dist: numpy-quaternion; extra == "test"
55
57
  Requires-Dist: scipy; extra == "test"
56
58
  Requires-Dist: sympy; extra == "test"
59
+ Provides-Extra: all
60
+ Requires-Dist: numpy-quaternion; extra == "all"
57
61
  Dynamic: author
58
62
  Dynamic: home-page
59
63
  Dynamic: license-file
@@ -520,6 +524,8 @@ If this library was useful to you in your research, please cite us. Following th
520
524
 
521
525
  ```
522
526
 
527
+ Loeb, F., & Keçeci, M. (2025). Chaos Slicer: Keçeci Number System. GitHub. https://github.com/numberwonderman/Collatz-box-universes/blob/main/chaosSlicer.html
528
+
523
529
  Keçeci, M. (2025). Keçeci Varsayımının Kuramsal ve Karşılaştırmalı Analizi. ResearchGate. https://dx.doi.org/10.13140/RG.2.2.21825.88165
524
530
 
525
531
  Keçeci, M. (2025). Keçeci Varsayımı'nın Hesaplanabilirliği: Sonlu Adımda Kararlı Yapıya Yakınsama Sorunu. WorkflowHub. https://doi.org/10.48546/workflowhub.document.44.1
@@ -1,9 +1,17 @@
1
1
  numpy
2
2
  matplotlib
3
- numpy-quaternion
4
3
  scipy
5
4
  sympy
6
5
 
6
+ [all]
7
+ numpy-quaternion
8
+
9
+ [quaternion-conda]
10
+ quaternion
11
+
12
+ [quaternion-pip]
13
+ numpy-quaternion
14
+
7
15
  [test]
8
16
  pytest
9
17
  pytest-cov
@@ -11,6 +19,5 @@ pytest-mock
11
19
  ruff
12
20
  numpy
13
21
  matplotlib
14
- numpy-quaternion
15
22
  scipy
16
23
  sympy
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "kececinumbers"
9
- version = "0.6.5"
9
+ version = "0.6.6"
10
10
 
11
11
  # Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
12
12
  authors = [
@@ -28,23 +28,16 @@ classifiers = [
28
28
  dependencies = [
29
29
  "numpy",
30
30
  "matplotlib",
31
- "numpy-quaternion",
32
31
  "scipy",
33
32
  "sympy",
34
33
  ]
35
34
 
36
35
  [project.optional-dependencies]
37
- test = [
38
- "pytest",
39
- "pytest-cov",
40
- "pytest-mock",
41
- "ruff",
42
- "numpy",
43
- "matplotlib",
44
- "numpy-quaternion",
45
- "scipy",
46
- "sympy",
47
- ]
36
+ quaternion-pip = ["numpy-quaternion"]
37
+ quaternion-conda = ["quaternion"]
38
+ test = ["pytest", "pytest-cov", "pytest-mock", "ruff", "numpy", "matplotlib", "scipy", "sympy",]
39
+
40
+ all = ["numpy-quaternion"] # Varsayılan pip bağımlılığı
48
41
 
49
42
  [tool.setuptools.packages.find]
50
43
  where = ["."]
@@ -52,12 +52,17 @@ setup(
52
52
  install_requires=[
53
53
  "numpy",
54
54
  "matplotlib",
55
- "numpy-quaternion",
56
55
  "scipy",
57
56
  "sympy",
58
57
  ],
59
58
  extras_require={
60
-
59
+ 'quaternion': ["numpy-quaternion"], # pip için
60
+ 'quaternion-conda': ["quaternion"], # conda için
61
+ 'all': ["numpy-quaternion"], # Varsayılan pip
62
+ 'test': [
63
+ "pytest",
64
+ "pytest-cov",
65
+ ]
61
66
  },
62
67
  classifiers=[
63
68
  "Programming Language :: Python :: 3",
File without changes
File without changes
File without changes