Skip to content

Commit fa7df22

Browse files
committed
version bump and changelog #563 #2
1 parent 13a1b2f commit fa7df22

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ keywords:
148148
- simulation
149149
- microscopic
150150
- traffic
151-
date-released: "2025-11-13"
152-
version: 1.25.0
151+
date-released: "2026-01-29"
152+
version: 1.26.0
153153
doi: 10.5281/zenodo.18406080
154154
repository-code: "https://github.com/eclipse-sumo/sumo"
155155
type: software
156156
url: "https://www.eclipse.dev/sumo/"
157157
identifiers:
158158
- description: "The GitHub tag"
159159
type: url
160-
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_25_0"
160+
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_26_0"
161161
- description: "The download folder"
162162
type: url
163-
value: "https://sumo.dlr.de/releases/1.25.0/"
163+
value: "https://sumo.dlr.de/releases/1.26.0/"
164164
license:
165165
- "EPL-2.0"
166166
- "GPL-2.0-or-later"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif ()
3939
# the part after ... sets all cmake policies to "new" which have been introduced up to that cmake version
4040
cmake_minimum_required(VERSION 3.5...3.21 FATAL_ERROR)
4141
project("${PROJECT_NAME}" CXX C)
42-
set(PACKAGE_VERSION "git")
42+
set(PACKAGE_VERSION "1.26.0")
4343

4444
# Check if libraries have to be found, depending on SUMO_LIBRARIES
4545
set(SUMO_LIBRARIES "$ENV{SUMO_LIBRARIES}" CACHE PATH "Location of SUMOLibraries dependencies")

build_config/package/org.eclipse.sumo.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
</screenshots>
4747
<content_rating type="oars-1.1"/>
4848
<releases>
49+
<release version="v1_26_0" date="2026-01-29"/>
4950
<release version="v1_25_0" date="2025-11-13"/>
5051
<release version="v1_24_0" date="2025-07-22"/>
5152
<release version="v1_23_1" date="2025-05-08"/>

docs/web/docs/ChangeLog.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ChangeLog
33
---
44

5-
## Git Main
5+
## Version 1.26.0 (29.01.2026)
66

77
### Bugfixes
88

@@ -57,7 +57,7 @@ title: ChangeLog
5757
- Fixed bug where paths in the configuration were absolute when they should have been relative #17446
5858
- Fixed problem when locking lanes #17514
5959
- 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
6161

6262
- sumo-gui
6363
- saving selection to file no longer uses **--output-prefix** #17368
@@ -66,7 +66,6 @@ title: ChangeLog
6666
- Fixed crash when person performs a jump #17506
6767
- Fixed invalid color when vehicle passes a waypoint and coloring *by speed* is active #17524
6868

69-
7069
- netconvert
7170
- Fixed crash when removing traffic light crossing via xml input #17515
7271
- Negative split pos is now relative to custom edge length #17527
@@ -86,8 +85,9 @@ title: ChangeLog
8685
- Fixed invalid route when departPos > arrivalPos and from=to #17482
8786
- stop arrival times for flows are now shifted #17504
8887

89-
- TraCI
88+
- TraCI / Libsumo
9089
- function traci.vehicle.rerouteParkingArea now finds looped route from the current edge #17353
90+
- libsumo macOS wheels work again #15945
9191

9292
- tools
9393
- osmGet.py: fixed missing road nodes when using option **--shapes** #17293 (regression in 1.20.0)
@@ -101,7 +101,7 @@ title: ChangeLog
101101
- driveways2poly.py: fixed crash on rail signals without links #17550
102102
- remap_additionals.py: fixed bug where wrong edge was picked among parallel edges #17556
103103
- patchRailConflicts.py: new tool for adding tram rail signals
104-
104+
105105

106106
- Options **--output-prefix** and **--output-suffix** can now be freely combined #17545
107107

@@ -118,15 +118,15 @@ title: ChangeLog
118118
- Timeloss is now discounted when braking/accelerating for planned stops. Thus, a punctual public transport vehicle does not have any timeLoss #5287
119119
- Tram simulation
120120
- 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
122122
- 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+
124124
- netedit
125125
- Automatically sets sumo option **--junction-taz** if at least one vehicle is configured to start/end at a junction #17405
126126
- The written sumocfg now tracks network file name changes #17314
127127
- Configurations with unsupported options can now be loaded with warnings instead of errors #17445
128128
- Added support for junction attribute 'roundabout' #17271
129-
129+
130130
- duarouter
131131
- The speedFactor configured in a vehicle, trip or flow is now taken into account when computing costs #17424
132132
- Added option **--max-traveltime** which lets routing fail if traveling takes too long #17422
@@ -143,7 +143,6 @@ title: ChangeLog
143143
- `traci.vehicle.setSpeedMode` bit 2 (ignoring deceleration constraints) now also applies when validating deceleration for `traci.vehicle.setStop` #17477
144144
- traci and libsumo python libraries now provide the standard __version__ attribute #17366
145145

146-
147146
- tools
148147
- attributeCompare.py: Now supports special id-attribute @FILE #17334
149148
- [visum_convertXMLRoutes.py](Tools/Import/VISUM.md#visum_convertxmlroutespy): new tool for importing VISUM routes file #17347
@@ -159,15 +158,15 @@ title: ChangeLog
159158
- filterElements.py: Added option **--remove-parent** which filters parent element based on child attributes #17539
160159
- gtfs2pt.py: now warns about large detours (i.e. implausible routes) #17567
161160

162-
163161
### Miscellaneous
164162

165163
- Fixed invalid meta data in python wheels
166-
- Windows debug build no longer crashes with parquet output #17275
167164
- Started Korean Language translation #17420
168165
- add manylinux_2_28 support #16771
169166
- dlr-navteq output no longer defaults to option **--numerical-ids** #17520
170167
- 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
169+
171170

172171
## Version 1.25.0 (13.11.2025)
173172

docs/web/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ markdown_extensions:
9999
- codehilite
100100

101101
extra:
102-
Version: 1.25.0
103-
ReleaseDate: 13.11.2025
102+
Version: 1.26.0
103+
ReleaseDate: 29.01.2026
104104
DOI: "10.5281/zenodo.13907886"
105105

106106
AdditionalFile: '[*additional-file*](/docs/sumo.html#format_of_additional_files)'

src/config.h.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@
220220
#cmakedefine HAVE_PYTHON
221221

222222
/* Define if auto-generated version.h should be used. */
223-
#define HAVE_VERSION_H
223+
//#define HAVE_VERSION_H
224224
#ifndef HAVE_VERSION_H
225225
/* Define if auto-generated version.h is unavailable. */
226-
#define VERSION_STRING "1.25.0"
226+
#define VERSION_STRING "1.26.0"
227227
#endif
228228

229229
/* defines the epsilon to use on general floating point comparison */

0 commit comments

Comments
 (0)