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
53815850
Commit
53815850
authored
3 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Bump version and update change log
parent
cf76d76a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1257
Bump version and update change log
Pipeline
#3035396
passed
3 years ago
Stage: pre-build-checks
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+32
-1
32 additions, 1 deletion
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
33 additions
and
2 deletions
CHANGELOG.md
+
32
−
1
View file @
53815850
# Changelog
All notable changes to this project will be documented in this file.
Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
, Stefan Roiser @roiser
Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [v36r1][] - 2021-09-20
This is a minor release with a bunch of bugfixes and improvements.
### Changed
-
Dropped
*Updater*
mode for
`DataHandles`
(gaudi/Gaudi!1239)
-
Truncate stall output on alg error (gaudi/Gaudi!1245)
-
Replaced last instances of
`boost::string_ref`
and
`boost::optional`
with
`std`
counterparts (gaudi/Gaudi#4, gaudi/Gaudi!1244)
### Added
-
Add optional bin labels to Histogram accumulators axes (gaudi/Gaudi!1235)
-
Define some additional matrix types (gaudi/Gaudi!1232)
-
Added TH3 support to histo to/from string conversion (gaudi/Gaudi!1226)
### Fixed
-
Fix: private tool used by public tool thinks it is public (gaudi/Gaudi!1251)
-
Type fixes related to
`-Wconversion`
(gaudi/Gaudi!1246)
-
Fixes number of entries in ROOT histograms created by RootSink (gaudi/Gaudi!1240)
-
Move computation of bin id from HistoInputType to Axis (gaudi/Gaudi!1236)
-
Fix
`scan_dict_deps.py`
to not use directories (gaudi/Gaudi!1241)
-
Fix clang11 warnings (gaudi/Gaudi!1247)
-
Fix memory leak in
`IncidentSvc`
and more (gaudi/Gaudi!1238)
-
Correctly group histograms in ROOT files (gaudi/Gaudi!1234)
-
Extend
`GaudiConfig2`
configurable to match Configurables API (gaudi/Gaudi!1230)
-
Optimize
`TupleObj`
(gaudi/Gaudi!1228)
-
Use
`CTest`
fixtures and
`--repeat`
(gaudi/Gaudi!1192)
-
Fixed out of date documentation of the new Histograms (gaudi/Gaudi!1229)
-
Misc fixes and improvement (gaudi/Gaudi!1252, gaudi/Gaudi!1233, gaudi/Gaudi!1231)
## [v36r0][] - 2021-06-21
This is a major release of Gaudi that introduces some backward incompatible changes (mostly clean up).
...
...
@@ -728,6 +758,7 @@ Details about old versions of the project can be found in the
[
GaudiRelease/doc
](
GaudiRelease/doc
)
.
[
v36r1
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r1
[
v36r0
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r0
[
v35r4
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v35r4
[
v35r3
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v35r3
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
53815850
...
...
@@ -80,7 +80,7 @@ Maintainer's guide: `<https://twiki.cern.ch/twiki/bin/view/LHCb/MaintainGaudiCMa
cmake_minimum_required
(
VERSION 3.15
)
project
(
Gaudi VERSION 36.
0
project
(
Gaudi VERSION 36.
1
LANGUAGES CXX
DESCRIPTION
"Gaudi Software Framework"
HOMEPAGE_URL
"https://cern.ch/gaudi"
)
...
...
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