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
b608885e
Commit
b608885e
authored
1 year ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Update version to 37.0 and update change log
See merge request
!1483
parents
2dd6efd7
711dcee9
No related branches found
Branches containing commit
Tags
v37r0
Tags containing commit
1 merge request
!1483
Update version to 37.0 and update change log
Pipeline
#6328326
passed
1 year ago
Stage: test
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+64
-0
64 additions, 0 deletions
CHANGELOG.md
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
67 additions
and
3 deletions
CHANGELOG.md
+
64
−
0
View file @
b608885e
...
...
@@ -5,6 +5,70 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [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
a number of backward incompatible changes that have been kept in the backburner until now.
The main (backward incompatible) changes are:
-
clean up and improvements to the new monitoring infrastructure
-
custom sinks have to be adapted
-
drop of
`LIKELY`
and
`UNLIKELY`
preprocessor macros
-
they have been deprecated for long, but waiting for a major release to effectively
remove the implementation
-
make the subdirectory
`GaudiAlg`
optional
-
still enabled by default, it's not really backward incompatible, but the refactoring
implies that some minor adaptations might be needed in downstream code
Since this a major release we took the occasion to update the versions of the hooks in
`pre-commit-config.yaml`
and that caused some minor changes in the formatting.
In addition we have the usual batch of fixes and some new features.
### Changed
-
Update versions in
`pre-commit`
hooks (gaudi/Gaudi!1415)
-
Remove old warning message referring to
`CMT`
(gaudi/Gaudi!1486)
-
Cleanup, fixes and new features around monitoring sinks (gaudi/Gaudi!1439)
-
Reorganize files and refactor code to make GaudiAlg optional (gaudi/Gaudi!1444)
-
Dropped (UN)LIKELY macro (gaudi/Gaudi!1227)
-
Update and simplify gitlab-ci (gaudi/Gaudi!1476)
### Added
-
Added support for the HepPDT vesion 3 (gaudi/Gaudi!1488)
-
Implement helper class for arrays of counters (gaudi/Gaudi!1484)
-
Fire ContextIncident
`CONNECTED_NTUPLE_OUTPUT`
when opening a ntuple file in RFileCnv (gaudi/Gaudi!1478)
-
Check errors in histograms unit tests on top of bin content (gaudi/Gaudi!1480)
-
Add
`GAUDI_PGO`
CMake options to enable builds with Profile Guided Optimizations (gaudi/Gaudi!1472)
### Fixed
-
Fix missing Property name in error messages (gaudi/Gaudi#265 gaudi/Gaudi!1468)
-
Fix TTree output reading in tests (gaudi/Gaudi#273 gaudi/Gaudi!1489)
-
Use
`inspect.signature`
(if possible) instead of the deprecated
`getargspec`
(gaudi/Gaudi!1485)
-
Never rely on default Gitlab Docker image in gitlab-ci (gaudi/Gaudi!1491)
-
Fix performance of Counter destructor by using appropriate containers in Sink (gaudi/Gaudi!1477)
-
Hide
`RdtscClock.h`
to non x86_64 builds, needed for aarch64 (gaudi/Gaudi!1479)
-
Minor fix in a CMake error message (gaudi/Gaudi!1481)
-
GaudiMP: few minor fixes for Python3 (gaudi/Gaudi!1473)
-
Fixed clang12 warnings (gaudi/Gaudi!1471)
-
Fix finally helper with C++20 (gaudi/Gaudi!1475)
-
Fix build with GAUDI_USE_AIDA=OFF (gaudi/Gaudi!1474)
## [v36r16](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r16) - 2023-07-28
Release requested by LHCb to backport gaudi/Gaudi!1478
### Added
-
Fire ContextIncident
`CONNECTED_NTUPLE_OUTPUT`
when opening a ntuple file in
RFileCnv (gaudi/Gaudi!1482)
## [v36r15](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r15) - 2023-07-24
This release is needed so that LHCb can pick up a backward compatible version
of gaudi/Gaudi!1477.
### Fixed
-
Fix performance of Counter destructor by using appropriate containers in Sink
(adaptation of gaudi/Gaudi!1477)
## [v36r14](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r14) - 2023-06-19
This release features a number of minor fixes to help downstream projects
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
b608885e
...
...
@@ -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 3
6.14
project
(
Gaudi VERSION 3
7.0
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 @
b608885e
...
...
@@ -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
=
"
3
6.14
"
version
=
"
3
7.0
"
# The full version, including alpha/beta/rc tags
release
=
"
v3
6r14
"
release
=
"
v3
7r0
"
# -- 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