Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaudi
Gaudi
Commits
77e7e51e
Commit
77e7e51e
authored
4 weeks ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Update version to v39r4
See merge request
!1717
parents
3597c9e1
d2d6fd23
No related branches found
No related tags found
1 merge request
!1717
Update version to v39r4
Pipeline
#11639088
passed
2 weeks ago
Stage: test
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+31
-0
31 additions, 0 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
docs/source/conf.py
+2
-2
2 additions, 2 deletions
docs/source/conf.py
with
36 additions
and
5 deletions
CHANGELOG.md
+
31
−
0
View file @
77e7e51e
...
...
@@ -6,6 +6,37 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [v39r4](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r4) - 2025-03-20
Another minor release to pick up some bug fixes and minor improvements in preparation
for 2025 data taking (for LHCb).
A special thanks to all the people that contributed to this release:
@fwinkl,
@graven,
@jcarcell,
@jonrob,
@sponce,
@staider.
### Changed
-
Replace SFINAE with concepts / requires clauses (gaudi/Gaudi!1714)
-
Remove checks for a version of the C++ standard lower than 20 (gaudi/Gaudi!1707)
-
Histograming/Sink/Utils.h: Truncate histogram name as required during printout (gaudi/Gaudi!1704)
-
Clean up a few headers, remove unused headers, add headers that are used (gaudi/Gaudi!1706)
-
DataObjID: on-demand lookup of className (gaudi/Gaudi!1700)
-
Remove the deprecated put with a raw pointer in DataObjectHandle.h (gaudi/Gaudi!1701)
### Fixed
-
Fixed unused argument warning in local_valgrind on ARM (gaudi/Gaudi!1716)
-
Allow concrete services to be used in ServiceHandle
<T>
(gaudi/Gaudi#344, gaudi/Gaudi!1715)
-
Define BOOST_ALLOW_DEPRECATED_HEADERS when including qi.hpp (gaudi/Gaudi!1705)
-
Fix CI warnings for builds without AIDA (gaudi/Gaudi#357, gaudi/Gaudi!1708)
-
Fix test name when gaudi_add_pytest is passed a test file (gaudi/Gaudi#354, gaudi/Gaudi!1713)
-
fix spelling of PREFETCH (gaudi/Gaudi!1711)
-
Fix Histogram Summaries Parsing to Remove Empty Lines (gaudi/Gaudi!1703)
-
GaudiTestSuite: fix missing definition of static member (gaudi/Gaudi!1699)
## [v39r3](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r3) - 2025-02-21
This is a minor release meant to pick up a few fixes and, in particular, small improvements on
the pytest helpers that are required by LHCb to start migrating from QMTest to pytest.
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
77e7e51e
...
...
@@ -24,5 +24,5 @@ keywords:
- HEP
- Software Framework
license: Apache-2.0
version: v39r
3
date-released: '2025-0
2
-2
1
'
version: v39r
4
date-released: '2025-0
3
-2
0
'
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
77e7e51e
...
...
@@ -91,7 +91,7 @@ else()
set
(
optionalCUDA
)
endif
()
project
(
Gaudi VERSION 39.
3
project
(
Gaudi VERSION 39.
4
LANGUAGES CXX
${
optionalCUDA
}
DESCRIPTION
"Gaudi Software Framework"
HOMEPAGE_URL
"https://cern.ch/gaudi"
)
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
2
View file @
77e7e51e
...
...
@@ -22,9 +22,9 @@ copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaboration
author
=
"
The Gaudi Developers
"
# The short X.Y version
version
=
"
39.
3
"
version
=
"
39.
4
"
# The full version, including alpha/beta/rc tags
release
=
"
v39r
3
"
release
=
"
v39r
4
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment