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
b7978429
Commit
b7978429
authored
1 year ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Increase version to v37r1 and update change log
parent
74f2f657
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1506
Bump version to v37r1
Pipeline
#6408915
passed
1 year ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+25
-0
25 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
30 additions
and
5 deletions
CHANGELOG.md
+
25
−
0
View file @
b7978429
...
@@ -5,6 +5,31 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
...
@@ -5,6 +5,31 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [v37r1](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v37r1) - 2023-10-30
This is a minor release meant mostly to address issues with compilation on gcc 13, clang 16 and C++20.
It features as well a number of other fixes and improvements and some clean up.
As of this release I added machine readable citation instructions (see https://citation-file-format.github.io/).
### Changed
-
Remove
`FindTBB.cmake`
to rely on the official
`TBBConfig.cmake`
(gaudi/Gaudi!1510)
-
`genconf`
: remove property type comment from Conf files (gaudi/Gaudi!1502)
### Added
-
Add citation instructions and helper to prepare new releases (gaudi/Gaudi!1494)
### Fixed
-
Work around issue with clang implicit instantiation in C++20 mode. (gaudi/Gaudi!1511)
-
`JobOptionSvc`
: use stringstream to read job options file (gaudi/Gaudi!1509)
-
Fixes for gcc 13, clang 16 and C++20 (gaudi/Gaudi!1501)
-
Remove name argument from GaudiConfig2 PropertySemantics (gaudi/Gaudi#275, gaudi/Gaudi!1492)
-
Drop a Python 2 compatibility hack and fix handling of bool properties in GaudiPython (gaudi/Gaudi#276, gaudi/Gaudi!1507)
-
Fixed unsafe floating point comparisons (gaudi/Gaudi!1490)
-
`GaudiConfig2`
: minor performance optimizations for Configurable (gaudi/Gaudi!1500)
-
Fixed JSON counter dumps validation to ignore changes in order of entries (gaudi/Gaudi!1496)
-
Support oneTBB (gaudi/Gaudi#270, gaudi/Gaudi!1495)
## [v37r0](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v37r0) - 2023-09-14
## [v37r0](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v37r0) - 2023-09-14
This is the first major release of Gaudi in a while. This was made necessary to be able to incorporate
This is the first major release of Gaudi in a while. This was made necessary to be able to incorporate
a number of backward incompatible changes that have been kept in the backburner until now.
a number of backward incompatible changes that have been kept in the backburner until now.
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
b7978429
...
@@ -24,5 +24,5 @@ keywords:
...
@@ -24,5 +24,5 @@ keywords:
- HEP
- HEP
- Software Framework
- Software Framework
license: Apache-2.0
license: Apache-2.0
version: v37r
0
version: v37r
1
date-released: '2023-
09-14
'
date-released: '2023-
10-30
'
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
b7978429
...
@@ -81,7 +81,7 @@ Maintainer's guide: `<https://twiki.cern.ch/twiki/bin/view/LHCb/MaintainGaudiCMa
...
@@ -81,7 +81,7 @@ Maintainer's guide: `<https://twiki.cern.ch/twiki/bin/view/LHCb/MaintainGaudiCMa
cmake_minimum_required
(
VERSION 3.15
)
cmake_minimum_required
(
VERSION 3.15
)
project
(
Gaudi VERSION 37.
0
project
(
Gaudi VERSION 37.
1
LANGUAGES CXX
LANGUAGES CXX
DESCRIPTION
"Gaudi Software Framework"
DESCRIPTION
"Gaudi Software Framework"
HOMEPAGE_URL
"https://cern.ch/gaudi"
)
HOMEPAGE_URL
"https://cern.ch/gaudi"
)
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
2
View file @
b7978429
...
@@ -22,9 +22,9 @@ copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaboration
...
@@ -22,9 +22,9 @@ copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaboration
author
=
"
The Gaudi Developers
"
author
=
"
The Gaudi Developers
"
# The short X.Y version
# The short X.Y version
version
=
"
37.
0
"
version
=
"
37.
1
"
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
"
v37r
0
"
release
=
"
v37r
1
"
# -- General configuration ---------------------------------------------------
# -- 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