Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Adam Morris
Gaudi
Commits
f6e0b68e
Commit
f6e0b68e
authored
1 year ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Bump version to 37.2 and update change log
See merge request
gaudi/Gaudi!1525
parents
35d4b626
7a542489
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+16
-0
16 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
21 additions
and
5 deletions
CHANGELOG.md
+
16
−
0
View file @
f6e0b68e
...
...
@@ -5,6 +5,22 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [v37r2](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v37r2) - 2023-11-28
Minor fixes in preparation for the next major release.
### Changed
-
Deprecate no longer required
`concat_alternatives`
(gaudi/Gaudi!1513)
-
Migrate tests to pytest and various fixes (gaudi/Gaudi!1517 gaudi/Gaudi!1519)
### Fixed
-
`GaudiConfig2`
: strict type checking for list properties (gaudi/Gaudi!1518)
-
Fix booking of n-tuple columns with and without ranges (gaudi/Gaudi#282 gaudi/Gaudi!1522)
-
Prefer
`std::abs`
over
`abs`
(gaudi/Gaudi!1516, gaudi/Gaudi!1524)
-
Fix include for catch2 3.1 and above (gaudi/Gaudi!1515)
-
Cleanup of
`SmartRef`
(gaudi/Gaudi!1512)
-
Work around libstdc++ bug (gaudi/Gaudi!1514)
## [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.
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
f6e0b68e
...
...
@@ -24,5 +24,5 @@ keywords:
- HEP
- Software Framework
license: Apache-2.0
version: v37r
1
date-released: '2023-1
0-30
'
version: v37r
2
date-released: '2023-1
1-28
'
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
f6e0b68e
...
...
@@ -81,7 +81,7 @@ Maintainer's guide: `<https://twiki.cern.ch/twiki/bin/view/LHCb/MaintainGaudiCMa
cmake_minimum_required
(
VERSION 3.15
)
project
(
Gaudi VERSION 37.
1
project
(
Gaudi VERSION 37.
2
LANGUAGES CXX
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 @
f6e0b68e
...
...
@@ -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
=
"
37.
1
"
version
=
"
37.
2
"
# The full version, including alpha/beta/rc tags
release
=
"
v37r
1
"
release
=
"
v37r
2
"
# -- 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