Skip to content

Commit ef56744

Browse files
authored
#2 Changelog
1 parent c855adb commit ef56744

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

docs/web/docs/ChangeLog.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,49 @@ title: ChangeLog
66

77
### Bugfixes
88

9+
- sumo
10+
- Fixed deadlock in roundabout #17330 (regressin in 1.24.0)
11+
- Fixed inconsistent computation of attribute flow in edgeData output #17349
12+
- Fixed invalid braking when trying to avoid junction blockage #17318
13+
- Fixed incosistent lane-changing inside roundabout while on an internal lane #17336
14+
- Fixed emergency braking in roundabout #17306
15+
- Fixed invalid warning after train rerouting #17343
16+
17+
- netedit
18+
- No longer saving an invalid network when edges from prohibition elements are deleted #17331
19+
20+
- duarouter
21+
- Fixed crash when loading invalid routes with option **--skip-new-routes** and **--ignore-errors** #17348 (regression in 1.25.0)
22+
23+
- TraCI
24+
- function traci.vehicle.rerouteParkingArea now finds looped route from the current edge #17353
25+
26+
27+
- tools
28+
- osmGet.py: fixed missing road nodes when using option **--shapes** #17293 (regression in 1.20.0)
29+
- netdiff.py: fixed crash involving removed `<neigh>` attribute #17345
30+
31+
### Enhancements
32+
33+
- sumo
34+
- Routing with randomized weights (**--weights.random-factor**) is now stable with respect to network changes, vehicle composition and state loading. The random noise for each edge only depends on the random seed and vehicle id (also applies to duarouter). If thew new option **--weights.random-factor.dynamic** is set, the randomness in the simulation also varies over time. #17325
35+
- The new option **--output-suffix** can be used to modify the names of all output files (similar to **--output-prefix**). The suffix will be inserted right before the file name extension. #17338
36+
- edgeData output definitions now support attribute `aggregate="taz"` which will aggregated data within each loaded taz definition #11104
37+
38+
- TraCI
39+
- function traci.simulation.findRoute now supports optional attributes departPos, arrivalPos #17352
40+
41+
- tools
42+
- attributeCompare.py: Now supports special id-attribute @FILE #17334
43+
- [visum_convertXMLRoutes.py](Tools/Import/VISUM.md#visum_convertxmlroutespy): new tool for importing VISUM routes file #17347
44+
- generateRerouters.py: Added option **--closed-edges.inpu-file** for loading edges to close from a selection file #17359
45+
46+
47+
### Miscellaneous
48+
49+
- TraCI version is now 23
50+
51+
952
## Version 1.25.0 (13.11.2025)
1053

1154
### Bugfixes

0 commit comments

Comments
 (0)