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: docs/web/docs/ChangeLog.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ title: ChangeLog
41
41
- netedit
42
42
- Fixed crash when moving a big selection #15132 (regression in 1.16.0)
43
43
- Fixed crash when loading a more than 20k vehicles. #15680 (regression in 1.19.0)
44
+
- Fixed crash when creating Calibrator flow #15906 (regression in 1.19.0)
45
+
- Fixed candidate edge coloring in pedestrian mode #15888 (regression in 1.19.0)
44
46
- E2 multilane detectors can be moved avain #15551 (regression in 1.20.0)
45
47
- Fixed invalid rectangle selection when zoomed out #15766 (regression in 1.20.0)
46
48
- Loaded containers starting from stops are now drawn #15567
@@ -81,15 +83,20 @@ title: ChangeLog
81
83
- Fixed invalid vType attribute style when inspecting a selection of vehicles #12719
82
84
- Fixed invalid rendering in route creation mode for elevated networks #13992
83
85
- Fixed crash when entering invalid programID in traffic traffic light mode #15491
84
-
- Fixed crash reloading data files #15845
85
-
86
+
- Fixed crash reloading data files #15845
87
+
- Fixed invalid handling of quotation marks in toolcfg #15899
88
+
- Walkingareas no longer intercept clicks in in crossing mode #15916
89
+
- Stop saving sumo/netedit config if a fix element dialog is opened #15918
90
+
86
91
- sumo-gui
87
92
- Fixed framerate drop when zoomed in very far #15666
88
93
- Fixed missing elements in settings dialog when switching to another viewing scheme while the dialog is open #15637
89
94
- Hotkey ALT no longer has the effect of rendering all POIs and polygons at layer 0. Instead, the layer can be customized in the settings dialog #15558
90
95
- Fixed invalid breakpoints when clicking time stamps on messages in meso #15780
91
96
- Fixed invalid travel time when computing pedestrian reachability in a non-pedestrian network #15792
92
-
- Fixed invalid travel times when computing pedestrian and bicycle reachability #15793
97
+
- Fixed invalid travel times when computing pedestrian and bicycle reachability #15793
98
+
- Saving and loading of meso edge scaling scheme is now working #15902
99
+
- edgedata-file parsing no longer aborts after encountering a single non-numerical attribute #15903
93
100
94
101
- netconvert
95
102
- Fixed invalid sign of geo-coordinate offset in OpenDRIVE input and output #15624
@@ -102,6 +109,7 @@ title: ChangeLog
102
109
- duarouter
103
110
- Fixed crash when using stop with coordinates and option **--mapmatch.junctions**#15740
104
111
- Fixed invalid use of taz information when coordinates are defined for a trip #15768
112
+
- Fixed invalid route in a network with connection permissions but no other permissions #15925
- sumolib: Fixed invalid result by `net.getShortestPath(..., ignoreDirection=True)`#15789
130
138
- Sumolib: Fixed crash in function `miscutils.getFlowNumber`#15799
131
-
- randomTrips.py: option **--fringe-factor** now works in lefthand networks #15876
139
+
- sumolib.xml: Fixed bug where parse_fast retrieves wrong attribute if one attribute is the end-suffix of another attribute #15901
140
+
- randomTrips.py: option **--fringe-factor** now works in lefthand networks #15876
141
+
- routeSampler.py: fixed crash when loading negative counts #15908
132
142
133
143
### Enhancements
134
144
@@ -208,7 +218,13 @@ title: ChangeLog
208
218
- cutRoutes.py: now writes standard header #15875
209
219
- randomTrips.py: now includes total weight in weight-output file #15878
210
220
- randomTrips.py: Added option **--edge-type-file** for affecting probabilities by edge type #15877
211
-
- randomTrips.py: Added option **--marouter** to write routes which take into account traffic load on the network #15881
221
+
- randomTrips.py: Added option **--marouter** to write routes which take into account traffic load on the network #15881
222
+
- edgeDataDiff.py: Added option **--attributes** to allow comparing files with differing attribute names #15898
223
+
- routeStats.py: Added option **--edges-file** for counting the number of times per route that a specific edge (i.e. a counting) location was passed) #15900
0 commit comments