Skip to content

Commit ac6c5a6

Browse files
committed
release bump 1.25.0 #563
1 parent a2f6a4c commit ac6c5a6

9 files changed

Lines changed: 20 additions & 17 deletions

File tree

CITATION.cff

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ authors:
3232
- name: "David Rusu"
3333
- name: "Dominik Buse"
3434
- name: "Dominik Salles"
35+
- name: "Edson Pereira"
3536
- name: "Eric Melde"
3637
- name: "Eric Nicolay"
3738
- name: "Erik Newton"
@@ -60,6 +61,7 @@ authors:
6061
- name: "Jim Div"
6162
- name: "Joerg Schweizer"
6263
- name: "Johannes Rummel"
64+
- name: "João Pedro Egidio da Silva"
6365
- name: "Julia Ringel"
6466
- name: "Karl Schrab"
6567
- name: "Karol Stosiek"
@@ -146,19 +148,19 @@ keywords:
146148
- simulation
147149
- microscopic
148150
- traffic
149-
date-released: "2025-07-22"
150-
version: 1.24.0
151-
doi: 10.5281/zenodo.16268320
151+
date-released: "2025-11-13"
152+
version: 1.25.0
153+
doi: 10.5281/zenodo.17594250
152154
repository-code: "https://github.com/eclipse-sumo/sumo"
153155
type: software
154156
url: "https://www.eclipse.dev/sumo/"
155157
identifiers:
156158
- description: "The GitHub tag"
157159
type: url
158-
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_24_0"
160+
value: "https://github.com/eclipse-sumo/sumo/releases/tag/v1_25_0"
159161
- description: "The download folder"
160162
type: url
161-
value: "https://sumo.dlr.de/releases/1.24.0/"
163+
value: "https://sumo.dlr.de/releases/1.25.0/"
162164
license:
163165
- "EPL-2.0"
164166
- "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.25.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")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Eclipse SUMO - Simulation of Urban MObility
44
===========================================
5-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16268320.svg )](https://doi.org/10.5281/zenodo.16268320)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17594250.svg )](https://doi.org/10.5281/zenodo.17594250)
66
[![Windows](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml)
77
[![Linux](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml)
88
[![macOS](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml/badge.svg)](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
</screenshots>
4141
<content_rating type="oars-1.1"/>
4242
<releases>
43+
<release version="v1_25_0" date="2025-11-13"/>
4344
<release version="v1_24_0" date="2025-07-22"/>
4445
<release version="v1_23_1" date="2025-05-08"/>
4546
<release version="v1_23_0" date="2025-05-06"/>

docs/web/docs/ChangeLog.md

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

5-
## Git Main
5+
## Version 1.25.0 (13.11.2025)
66

77
### Bugfixes
88

@@ -141,7 +141,7 @@ title: ChangeLog
141141
- Added options **--device.rerouting.threshold.factor** and **--device.rerouting.threshold.constant** to avoid routing if the [improvement in travel time is too low](Demand/Automatic_Routing.md#improvement_thresholds) #4635
142142
- The junction model parameter `jmDriveRedSpeed` now takes effect when emergency vehicles with the bluelight device pass an intersection on red #17120
143143
- Vehicles with the bluelight device can now pass a junction from the wrong turn lane without first reducing their speed to 0 #17123
144-
- Vehicles that are driving outside their edge now permit increased lateral acceleration and lateral speed to return to the road #17131
144+
- Vehicles that are driving outside their edge now permit increased lateral acceleration and lateral speed to return to the road #17131
145145
- Added option **--person-fcd-output** to separate the outputs of vehicles and persons. This also leads to cleanar tabular outputs (csv, parqet) #16814
146146
- Actuated tls with custom conditions now supports expression `p:TLINDEX` to retrieve the number of pedestrions on approach to a crossing #17229
147147
- All insertion warnings/errors now report the failure time #17259
@@ -187,7 +187,7 @@ title: ChangeLog
187187
- Element `<split>` now supports attribute `offset` to customize the lateral offset of newly created lanes #17103
188188
- Node attribute `roundabout="0"` can now be used to declare that a junction shall not be classified as a roundabout #10677
189189
- Invalid lane neighbor information with respect to connected junctions is now fixed automatically (with a warning) #17280
190-
190+
191191
- TraCI
192192
- `vehicle.setSpeedMode` now takes effect for vehicles with the bluelight device #17122
193193

@@ -197,7 +197,7 @@ title: ChangeLog
197197
- generateDetectors.py: Added option **--edge-probability** to allow randomization per edge #17044
198198
- instantOutToEdgeData.py: new tool to convert induction loop output to edgeData #17048
199199
- createOvertakingReroutes.py: new tool for building railway rerouters #16448
200-
- tazRel2POI.py: [new tool for visualizing taz relations](Tools/District.md#tazrel2poipy) #17157
200+
- tazRel2POI.py: [new tool for visualizing taz relations](Tools/District.md#tazrel2poipy) #17157
201201
- randomTrips.py: options **--flows** and **--route-file** now writes flows and runs much faster #17200, #17204
202202

203203

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.24.0
103-
ReleaseDate: 22.07.2025
102+
Version: 1.25.0
103+
ReleaseDate: 13.11.2025
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.24.0"
226+
#define VERSION_STRING "1.25.0"
227227
#endif
228228

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

tools/build_config/ubuntu_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dch -d
2424
dch -r $RELEASE
2525
dpkg-buildpackage -S
2626
HEADER=$(head -1 debian/changelog)
27-
for ubuntu_version in xenial bionic focal jammy oracular plucky; do
27+
for ubuntu_version in xenial bionic focal jammy plucky questing; do
2828
NEW_HEADER=$(echo $HEADER | sed "s/. $RELEASE/~$ubuntu_version\) $ubuntu_version/")
2929
sed -i "1 s/.*/$NEW_HEADER/" debian/changelog
3030
dpkg-buildpackage -S

tools/build_config/updateReleaseInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
else:
112112
print(line, end='')
113113

114-
with fileinput.FileInput(os.path.join(SUMO_HOME, "build_config", "package", "sumo.metainfo.xml"),
114+
with fileinput.FileInput(os.path.join(SUMO_HOME, "build_config", "package", "org.eclipse.sumo.metainfo.xml"),
115115
inplace=True) as metainfo:
116116
have_next = False
117117
for line in metainfo:

0 commit comments

Comments
 (0)