kececilayout 0.5.3__tar.gz → 0.5.5__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.
- {kececilayout-0.5.3/kececilayout.egg-info → kececilayout-0.5.5}/PKG-INFO +2 -2
- {kececilayout-0.5.3 → kececilayout-0.5.5}/README.md +1 -1
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout/__init__.py +3 -1
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout/_version.py +1 -2
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout/kececi_layout.py +2 -1
- {kececilayout-0.5.3 → kececilayout-0.5.5/kececilayout.egg-info}/PKG-INFO +2 -2
- {kececilayout-0.5.3 → kececilayout-0.5.5}/pyproject.toml +3 -1
- {kececilayout-0.5.3 → kececilayout-0.5.5}/LICENSE +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/MANIFEST.in +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/docs/conf.py +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout.egg-info/SOURCES.txt +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout.egg-info/dependency_links.txt +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout.egg-info/requires.txt +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/kececilayout.egg-info/top_level.txt +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/setup.cfg +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/setup.py +0 -0
- {kececilayout-0.5.3 → kececilayout-0.5.5}/tests/test_sample.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kececilayout
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
4
4
|
Summary: Çeşitli graf kütüphaneleri için sıralı-zigzag yerleşimleri sağlayan bir Python paketi.
|
|
5
5
|
Home-page: https://github.com/WhiteSymmetry/kececilayout
|
|
6
6
|
Author: Mehmet Keçeci
|
|
@@ -2773,7 +2773,7 @@ KececiLayout v0.5.0 processes 10,000-node graphs in **2 milliseconds**, deliveri
|
|
|
2773
2773
|
[_complexity-blue)](https://github.com/WhiteSymmetry/kececilayout)
|
|
2774
2774
|
[](https://github.com/WhiteSymmetry/kececilayout)
|
|
2775
2775
|
|
|
2776
|
-
|
|
2776
|
+
|
|
2777
2777
|
|
|
2778
2778
|
|
|
2779
2779
|
|
|
@@ -2070,7 +2070,7 @@ KececiLayout v0.5.0 processes 10,000-node graphs in **2 milliseconds**, deliveri
|
|
|
2070
2070
|
[_complexity-blue)](https://github.com/WhiteSymmetry/kececilayout)
|
|
2071
2071
|
[](https://github.com/WhiteSymmetry/kececilayout)
|
|
2072
2072
|
|
|
2073
|
-
|
|
2073
|
+
|
|
2074
2074
|
|
|
2075
2075
|
|
|
2076
2076
|
|
|
@@ -10,7 +10,7 @@ import inspect
|
|
|
10
10
|
import warnings
|
|
11
11
|
|
|
12
12
|
# Paket sürüm numarası
|
|
13
|
-
__version__ = "0.5.
|
|
13
|
+
__version__ = "0.5.5"
|
|
14
14
|
|
|
15
15
|
# =============================================================================
|
|
16
16
|
# OTOMATİK İÇE AKTARMA VE __all__ OLUŞTURMA
|
|
@@ -174,3 +174,5 @@ def old_function_placeholder():
|
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
|
|
177
|
+
|
|
178
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# _version.py
|
|
2
2
|
|
|
3
|
-
__version__ = "0.5.
|
|
3
|
+
__version__ = "0.5.5"
|
|
4
4
|
__license__ = "AGPL3.0-or-later"
|
|
5
5
|
__description__ = "A deterministic node placement algorithm used in graph visualization. In this layout, nodes are arranged sequentially along a defined primary axis. Each subsequent node is then alternately offset along a secondary, perpendicular axis, typically moving to one side of the primary axis and then the other. Often, the magnitude of this secondary offset increases as nodes progress along the primary axis, creating a characteristic zig-zag or serpentine pattern."
|
|
6
6
|
__author__ = "Mehmet Keçeci"
|
|
@@ -8,4 +8,3 @@ __url__ = "https://github.com/WhiteSymmetry/kececilayout"
|
|
|
8
8
|
__docs__ = "https://github.com/WhiteSymmetry/kececilayout" # Opsiyonel: Dokümantasyon linki
|
|
9
9
|
__dependencies__ = ["python>=3.11"] # Diğer bağımlılıkları da ekleyebilirsiniz
|
|
10
10
|
|
|
11
|
-
|
|
@@ -403,7 +403,7 @@ G_small = nx.complete_bipartite_graph(3, 3)
|
|
|
403
403
|
# Bağlantısız bileşen ekle (community yapısını test etmek için)
|
|
404
404
|
# Non-planar graf: K_{3,3} + ekstra node'lar (edge crossing farkını net gösterir)
|
|
405
405
|
for i in range(6, 12):
|
|
406
|
-
|
|
406
|
+
G_small.add_node(i)
|
|
407
407
|
if i % 2 == 0:
|
|
408
408
|
G_small.add_edge(i, i-1)
|
|
409
409
|
else:
|
|
@@ -2259,3 +2259,4 @@ if __name__ == '__main__':
|
|
|
2259
2259
|
|
|
2260
2260
|
|
|
2261
2261
|
|
|
2262
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kececilayout
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
4
4
|
Summary: Çeşitli graf kütüphaneleri için sıralı-zigzag yerleşimleri sağlayan bir Python paketi.
|
|
5
5
|
Home-page: https://github.com/WhiteSymmetry/kececilayout
|
|
6
6
|
Author: Mehmet Keçeci
|
|
@@ -2773,7 +2773,7 @@ KececiLayout v0.5.0 processes 10,000-node graphs in **2 milliseconds**, deliveri
|
|
|
2773
2773
|
[_complexity-blue)](https://github.com/WhiteSymmetry/kececilayout)
|
|
2774
2774
|
[](https://github.com/WhiteSymmetry/kececilayout)
|
|
2775
2775
|
|
|
2776
|
-
|
|
2776
|
+
|
|
2777
2777
|
|
|
2778
2778
|
|
|
2779
2779
|
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "kececilayout"
|
|
9
|
-
version = "0.5.
|
|
9
|
+
version = "0.5.5"
|
|
10
10
|
|
|
11
11
|
# Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
|
|
12
12
|
authors = [
|
|
@@ -75,3 +75,5 @@ configuration = "docs/conf.py" # Build konfigürasyonu belirtin
|
|
|
75
75
|
"Bug Tracker" = "https://github.com/WhiteSymmetry/kececilayout/issues"
|
|
76
76
|
|
|
77
77
|
|
|
78
|
+
|
|
79
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|