topologicpy 0.4.82__tar.gz → 0.4.83__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.
- {topologicpy-0.4.82/src/topologicpy.egg-info → topologicpy-0.4.83}/PKG-INFO +1 -1
- {topologicpy-0.4.82 → topologicpy-0.4.83}/pyproject.toml +1 -1
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Graph.py +28 -10
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/__init__.py +1 -1
- {topologicpy-0.4.82 → topologicpy-0.4.83/src/topologicpy.egg-info}/PKG-INFO +1 -1
- {topologicpy-0.4.82 → topologicpy-0.4.83}/LICENSE +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/MANIFEST.in +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/README.md +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/setup.cfg +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Aperture.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Cell.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/CellComplex.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Cluster.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Color.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Context.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/DGL.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Dictionary.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Edge.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/EnergyModel.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Face.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Grid.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Helper.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Honeybee.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Matrix.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Neo4j.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Plotly.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Polyskel.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Shell.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Speckle.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Topology.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Vector.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Vertex.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/Wire.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/__init__.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/topologic.cpython-310-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/topologic.cpython-311-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/topologic.cpython-38-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/topologic.cpython-39-x86_64-linux-gnu.so +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKBO-6bdf205d.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKBRep-2960a069.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKBool-c44b74bd.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKFillet-9a670ba0.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKG2d-8f31849e.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKG3d-4c6bce57.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKGeomAlgo-26066fd9.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKGeomBase-2116cabe.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKMath-72572fa8.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKMesh-2a060427.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKOffset-6cab68ff.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKPrim-eb1262b3.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKShHealing-e67e5cc7.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKTopAlgo-e4c96c33.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libTKernel-fb7fe3b7.so.7.7.0 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libgcc_s-32c1665e.so.1 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic.libs/libstdc++-672d7b41.so.6.0.30 +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/macos/topologic/__init__.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKFillet-0ddbf0a8.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKGeomAlgo-d240e370.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKGeomBase-df87aba5.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKOffset-79b9cc94.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKShHealing-bb48be89.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKTopAlgo-7d0d1e22.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKernel-08c8cfbb.dll +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/__init__.py +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/topologic.cp310-win_amd64.pyd +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/topologic.cp311-win_amd64.pyd +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/topologic.cp38-win_amd64.pyd +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/topologic.cp39-win_amd64.pyd +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy.egg-info/SOURCES.txt +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy.egg-info/dependency_links.txt +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy.egg-info/requires.txt +0 -0
- {topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.83
|
4
4
|
Summary: An Advanced Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/wassimj/TopologicPy
|
@@ -4316,7 +4316,7 @@ class Graph:
|
|
4316
4316
|
return graph.GetGUID()
|
4317
4317
|
|
4318
4318
|
@staticmethod
|
4319
|
-
def IncomingEdges(graph: topologic.Graph, vertex: topologic.Vertex, tolerance: float=0.0001) -> list:
|
4319
|
+
def IncomingEdges(graph: topologic.Graph, vertex: topologic.Vertex, directed: bool=False, tolerance: float=0.0001) -> list:
|
4320
4320
|
"""
|
4321
4321
|
Returns the incoming edges connected to a vertex. An edge is considered incoming if its end vertex is
|
4322
4322
|
coincident with the input vertex.
|
@@ -4327,6 +4327,8 @@ class Graph:
|
|
4327
4327
|
The input graph.
|
4328
4328
|
vertex : topologic.Vertex
|
4329
4329
|
The input vertex.
|
4330
|
+
directed : bool , optional
|
4331
|
+
If set to True, the graph is considered to be directed. Otherwise, it will be considered as an unidrected graph. The default is False.
|
4330
4332
|
tolerance : float , optional
|
4331
4333
|
The desired tolerance. The default is 0.0001.
|
4332
4334
|
|
@@ -4345,6 +4347,8 @@ class Graph:
|
|
4345
4347
|
return None
|
4346
4348
|
|
4347
4349
|
edges = Graph.Edges(graph, [vertex])
|
4350
|
+
if directed == False:
|
4351
|
+
return edges
|
4348
4352
|
incoming_edges = []
|
4349
4353
|
for edge in edges:
|
4350
4354
|
ev = Edge.EndVertex(edge)
|
@@ -4353,7 +4357,7 @@ class Graph:
|
|
4353
4357
|
return incoming_edges
|
4354
4358
|
|
4355
4359
|
@staticmethod
|
4356
|
-
def IncomingVertices(graph: topologic.Graph, vertex: topologic.Vertex, tolerance: float=0.0001) -> list:
|
4360
|
+
def IncomingVertices(graph: topologic.Graph, vertex: topologic.Vertex, directed: bool=False, tolerance: float=0.0001) -> list:
|
4357
4361
|
"""
|
4358
4362
|
Returns the incoming vertices connected to a vertex. A vertex is considered incoming if it is an adjacent vertex to the input vertex
|
4359
4363
|
and the the edge connecting it to the input vertex is an incoming edge.
|
@@ -4364,6 +4368,8 @@ class Graph:
|
|
4364
4368
|
The input graph.
|
4365
4369
|
vertex : topologic.Vertex
|
4366
4370
|
The input vertex.
|
4371
|
+
directed : bool , optional
|
4372
|
+
If set to True, the graph is considered to be directed. Otherwise, it will be considered as an unidrected graph. The default is False.
|
4367
4373
|
tolerance : float , optional
|
4368
4374
|
The desired tolerance. The default is 0.0001.
|
4369
4375
|
|
@@ -4381,7 +4387,9 @@ class Graph:
|
|
4381
4387
|
print("Graph.IncomingVertices - Error: The input vertex parameter is not a valid vertex. Returning None.")
|
4382
4388
|
return None
|
4383
4389
|
|
4384
|
-
|
4390
|
+
if directed == False:
|
4391
|
+
return Graph.AdjacentVertices(graph, vertex)
|
4392
|
+
incoming_edges = Graph.IncomingEdges(graph, vertex, directed=directed, tolerance=tolerance)
|
4385
4393
|
incoming_vertices = []
|
4386
4394
|
for edge in incoming_edges:
|
4387
4395
|
sv = Edge.StartVertex(edge)
|
@@ -5217,7 +5225,7 @@ class Graph:
|
|
5217
5225
|
return len(Graph.Vertices(graph))
|
5218
5226
|
|
5219
5227
|
@staticmethod
|
5220
|
-
def OutgoingEdges(graph: topologic.Graph, vertex: topologic.Vertex, tolerance: float=0.0001) -> list:
|
5228
|
+
def OutgoingEdges(graph: topologic.Graph, vertex: topologic.Vertex, directed: bool=False, tolerance: float=0.0001) -> list:
|
5221
5229
|
"""
|
5222
5230
|
Returns the outgoing edges connected to a vertex. An edge is considered outgoing if its start vertex is
|
5223
5231
|
coincident with the input vertex.
|
@@ -5228,6 +5236,8 @@ class Graph:
|
|
5228
5236
|
The input graph.
|
5229
5237
|
vertex : topologic.Vertex
|
5230
5238
|
The input vertex.
|
5239
|
+
directed : bool , optional
|
5240
|
+
If set to True, the graph is considered to be directed. Otherwise, it will be considered as an unidrected graph. The default is False.
|
5231
5241
|
tolerance : float , optional
|
5232
5242
|
The desired tolerance. The default is 0.0001.
|
5233
5243
|
|
@@ -5246,6 +5256,8 @@ class Graph:
|
|
5246
5256
|
return None
|
5247
5257
|
|
5248
5258
|
edges = Graph.Edges(graph, [vertex])
|
5259
|
+
if directed == False:
|
5260
|
+
return edges
|
5249
5261
|
outgoing_edges = []
|
5250
5262
|
for edge in edges:
|
5251
5263
|
sv = Edge.StartVertex(edge)
|
@@ -5254,7 +5266,7 @@ class Graph:
|
|
5254
5266
|
return outgoing_edges
|
5255
5267
|
|
5256
5268
|
@staticmethod
|
5257
|
-
def OutgoingVertices(graph: topologic.Graph, vertex: topologic.Vertex, tolerance: float=0.0001) -> list:
|
5269
|
+
def OutgoingVertices(graph: topologic.Graph, vertex: topologic.Vertex, directed: bool=False, tolerance: float=0.0001) -> list:
|
5258
5270
|
"""
|
5259
5271
|
Returns the list of outgoing vertices connected to a vertex. A vertex is considered outgoing if it is an adjacent vertex to the input vertex
|
5260
5272
|
and the the edge connecting it to the input vertex is an outgoing edge.
|
@@ -5265,6 +5277,8 @@ class Graph:
|
|
5265
5277
|
The input graph.
|
5266
5278
|
vertex : topologic.Vertex
|
5267
5279
|
The input vertex.
|
5280
|
+
directed : bool , optional
|
5281
|
+
If set to True, the graph is considered to be directed. Otherwise, it will be considered as an unidrected graph. The default is False.
|
5268
5282
|
tolerance : float , optional
|
5269
5283
|
The desired tolerance. The default is 0.0001.
|
5270
5284
|
|
@@ -5282,7 +5296,9 @@ class Graph:
|
|
5282
5296
|
print("Graph.OutgoingVertices - Error: The input vertex parameter is not a valid vertex. Returning None.")
|
5283
5297
|
return None
|
5284
5298
|
|
5285
|
-
|
5299
|
+
if directed == False:
|
5300
|
+
return Graph.AdjacentVertices(graph, vertex)
|
5301
|
+
outgoing_edges = Graph.OutgoingEdges(graph, vertex, directed=directed, tolerance=tolerance)
|
5286
5302
|
outgoing_vertices = []
|
5287
5303
|
for edge in outgoing_edges:
|
5288
5304
|
ev = Edge.EndVertex(edge)
|
@@ -5290,7 +5306,7 @@ class Graph:
|
|
5290
5306
|
return outgoing_vertices
|
5291
5307
|
|
5292
5308
|
@staticmethod
|
5293
|
-
def PageRank(graph, alpha=0.85, maxIterations=100, normalize=True, mantissa=6, tolerance=0.0001):
|
5309
|
+
def PageRank(graph, alpha=0.85, maxIterations=100, normalize=True, directed=False, mantissa=6, tolerance=0.0001):
|
5294
5310
|
"""
|
5295
5311
|
Calculates PageRank scores for nodes in a directed graph. see https://en.wikipedia.org/wiki/PageRank.
|
5296
5312
|
|
@@ -5304,6 +5320,8 @@ class Graph:
|
|
5304
5320
|
The maximum number of iterations to calculate the page rank. The default is 100.
|
5305
5321
|
normalize : bool , optional
|
5306
5322
|
If set to True, the results will be normalized from 0 to 1. Otherwise, they won't be. The default is True.
|
5323
|
+
directed : bool , optional
|
5324
|
+
If set to True, the graph is considered as a directed graph. Otherwise, it will be considered as an undirected graph. The default is False.
|
5307
5325
|
mantissa : int , optional
|
5308
5326
|
The desired length of the mantissa.
|
5309
5327
|
tolerance : float , optional
|
@@ -5327,9 +5345,9 @@ class Graph:
|
|
5327
5345
|
new_scores = [0 for vertex in vertices]
|
5328
5346
|
for i, vertex in enumerate(vertices):
|
5329
5347
|
incoming_score = 0
|
5330
|
-
for incoming_vertex in Graph.IncomingVertices(graph, vertex):
|
5331
|
-
if len(Graph.IncomingVertices(graph, incoming_vertex)) > 0:
|
5332
|
-
incoming_score += scores[Vertex.Index(incoming_vertex, vertices)] / len(Graph.IncomingVertices(graph, incoming_vertex))
|
5348
|
+
for incoming_vertex in Graph.IncomingVertices(graph, vertex, directed=directed):
|
5349
|
+
if len(Graph.IncomingVertices(graph, incoming_vertex, directed=directed)) > 0:
|
5350
|
+
incoming_score += scores[Vertex.Index(incoming_vertex, vertices)] / len(Graph.IncomingVertices(graph, incoming_vertex, directed=directed))
|
5333
5351
|
new_scores[i] = alpha * incoming_score + (1 - alpha) / num_vertices
|
5334
5352
|
|
5335
5353
|
# Check for convergence
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.83
|
4
4
|
Summary: An Advanced Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/wassimj/TopologicPy
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/linux/topologic/libgcc_s-32c1665e.so.1
RENAMED
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBO-f6b191de.dll
RENAMED
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBRep-e56a600e.dll
RENAMED
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKBool-7b8d47ae.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKG2d-2e2dee3d.dll
RENAMED
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKG3d-6674513d.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKMath-45bd625a.dll
RENAMED
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKMesh-d6e826b1.dll
RENAMED
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKPrim-aa430a86.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|
{topologicpy-0.4.82 → topologicpy-0.4.83}/src/topologicpy/bin/windows/topologic/TKernel-08c8cfbb.dll
RENAMED
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
|