You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ TODOs
6
6
* pending major release: remove separate prepare step?! initialise in one step during initialisation
7
7
* Numba JIT compilation of utils. line speed profiling for highest impact of refactoring
8
8
* allow input of complex geometries: input coords, and edges separately (polygons are special case)
9
+
* drop simplify parameter
10
+
11
+
2.4.1 (2022-08-22)
12
+
-------------------
13
+
14
+
* bugfix: catch the case where no path is possible in the graph in the ``networkx`` A* implementation
15
+
* added speed benchmarks and performance section in the documentation with benchmark results
16
+
17
+
internal:
18
+
19
+
* optimisation: checking edges with the biggest angle range first
20
+
* optimisation: skipping visibility checks for the last extremity
21
+
* using optimised point in polygon check algorithm
22
+
* using undirected Graph: The precomputed graph usually makes up the majority of the visibility graph (in comparison to the temporarily added edges for query start and goal nodes) and this precomputed part has to be undirected. Use undirected graph everywhere.
0 commit comments