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
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: ChangeLog
3
3
---
4
4
5
-
## Git Main
5
+
## Version 1.26.0 (29.01.2026)
6
6
7
7
### Bugfixes
8
8
@@ -57,7 +57,7 @@ title: ChangeLog
57
57
- Fixed bug where paths in the configuration were absolute when they should have been relative #17446
58
58
- Fixed problem when locking lanes #17514
59
59
- Trying to load waypoints with triggers now issues a warning #17534
60
-
- Fixed visualization of parkingArea with onRoad=true or lefthand=true #17499, #17538
60
+
- Fixed visualization of parkingArea with onRoad=true or lefthand=true #17499, #17538
61
61
62
62
- sumo-gui
63
63
- saving selection to file no longer uses **--output-prefix**#17368
@@ -66,7 +66,6 @@ title: ChangeLog
66
66
- Fixed crash when person performs a jump #17506
67
67
- Fixed invalid color when vehicle passes a waypoint and coloring *by speed* is active #17524
68
68
69
-
70
69
- netconvert
71
70
- Fixed crash when removing traffic light crossing via xml input #17515
72
71
- Negative split pos is now relative to custom edge length #17527
@@ -86,8 +85,9 @@ title: ChangeLog
86
85
- Fixed invalid route when departPos > arrivalPos and from=to #17482
87
86
- stop arrival times for flows are now shifted #17504
88
87
89
-
- TraCI
88
+
- TraCI / Libsumo
90
89
- function traci.vehicle.rerouteParkingArea now finds looped route from the current edge #17353
90
+
- libsumo macOS wheels work again #15945
91
91
92
92
- tools
93
93
- osmGet.py: fixed missing road nodes when using option **--shapes**#17293 (regression in 1.20.0)
@@ -101,7 +101,7 @@ title: ChangeLog
101
101
- driveways2poly.py: fixed crash on rail signals without links #17550
102
102
- remap_additionals.py: fixed bug where wrong edge was picked among parallel edges #17556
103
103
- patchRailConflicts.py: new tool for adding tram rail signals
104
-
104
+
105
105
106
106
- Options **--output-prefix** and **--output-suffix** can now be freely combined #17545
107
107
@@ -118,15 +118,15 @@ title: ChangeLog
118
118
- Timeloss is now discounted when braking/accelerating for planned stops. Thus, a punctual public transport vehicle does not have any timeLoss #5287
119
119
- Tram simulation
120
120
- Tram simulation now defaults to moving-block mode. This can be configured with the new option **--railsignal.moving-block-default-classes**#17542
121
-
- Train insertion in moving-block mode ignores zipper conflicts to improve operations where when rail signals are sparse #17544
121
+
- Train insertion in moving-block mode ignores zipper conflicts to improve operations where when rail signals are sparse #17544
122
122
- Rail signals in moving block mode ignore zipper conflicts if they are beyond 200m (configurable with new option **--railsignal.moving-block.max-dist**) #17542
123
-
123
+
124
124
- netedit
125
125
- Automatically sets sumo option **--junction-taz** if at least one vehicle is configured to start/end at a junction #17405
126
126
- The written sumocfg now tracks network file name changes #17314
127
127
- Configurations with unsupported options can now be loaded with warnings instead of errors #17445
128
128
- Added support for junction attribute 'roundabout' #17271
129
-
129
+
130
130
- duarouter
131
131
- The speedFactor configured in a vehicle, trip or flow is now taken into account when computing costs #17424
132
132
- Added option **--max-traveltime** which lets routing fail if traveling takes too long #17422
@@ -143,7 +143,6 @@ title: ChangeLog
143
143
-`traci.vehicle.setSpeedMode` bit 2 (ignoring deceleration constraints) now also applies when validating deceleration for `traci.vehicle.setStop`#17477
144
144
- traci and libsumo python libraries now provide the standard __version__ attribute #17366
145
145
146
-
147
146
- tools
148
147
- attributeCompare.py: Now supports special id-attribute @FILE#17334
149
148
-[visum_convertXMLRoutes.py](Tools/Import/VISUM.md#visum_convertxmlroutespy): new tool for importing VISUM routes file #17347
@@ -159,15 +158,15 @@ title: ChangeLog
159
158
- filterElements.py: Added option **--remove-parent** which filters parent element based on child attributes #17539
160
159
- gtfs2pt.py: now warns about large detours (i.e. implausible routes) #17567
161
160
162
-
163
161
### Miscellaneous
164
162
165
163
- Fixed invalid meta data in python wheels
166
-
- Windows debug build no longer crashes with parquet output #17275
167
164
- Started Korean Language translation #17420
168
165
- add manylinux_2_28 support #16771
169
166
- dlr-navteq output no longer defaults to option **--numerical-ids**#17520
170
167
- It is no longer possible to end a rail_signal block with a traffic light (this was found to be unsafe in the context of single-track operations). Both types of signaling should only ever be combined in tram simulation which defaults to moving block so no adverse effects are expected #17542
168
+
- the default download location for the nightly wheels changed to https://sumo.dlr.de/daily/ciwheels
0 commit comments