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
Pol Munoz Pastor
Gaudi
Commits
0a924e98
Commit
0a924e98
authored
3 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Add v36r4 release notes
See merge request
gaudi/Gaudi!1305
parents
31ddf280
1dc2ab4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+26
-0
26 additions, 0 deletions
CHANGELOG.md
with
26 additions
and
0 deletions
CHANGELOG.md
+
26
−
0
View file @
0a924e98
...
...
@@ -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/
)
.
## [v36r4][] - 2022-01-20
This minor release features a few bugfixes, some usability improvements and some small backward incompatible changes
that could be as well classified as bugfixes.
## Changed
-
Remove unused
`LinkManager::removeLink`
(gaudi/Gaudi!1294)
-
{Merging,Splitting}Transformer: replace vector
<
string
>
property with vector
<
DataObjID
>
(gaudi/Gaudi!1297)
-
ToolBinder: prefer function pointer in constructor over pure virtual inheritance (gaudi/Gaudi!1292)
-
GaudiConfig2: apply OrderedSetSemantics to
`std::[unordered_]set`
(gaudi/Gaudi!1298)
-
Change GaudiConfig2 default semantics to use deepcopy of the default (gaudi/Gaudi#114 gaudi/Gaudi!1296)
## Added
-
Add example of consuming/producing
`std::shared_ptr`
with
`Gaudi::Functional`
(gaudi/Gaudi!1303)
-
Allow use of
`ConfigurableUser`
specializations in configuration functions (gaudi/Gaudi#213 gaudi/Gaudi!1302)
-
Record the source location of
`DECLARE_COMPONENT`
in Python configurables (gaudi/Gaudi#203 gaudi/Gaudi!1299)
-
Extend the
`gaudirun.py`
`GaudiConfig2`
file lookup to allow full path to modules (gaudi/Gaudi#192 gaudi/Gaudi!1301)
-
Add support for multiple input arguments to Merging{,Multi}Transformer (gaudi/Gaudi!1291)
## Fixed
-
Fix spurious options mismatch between old and new configurables (gaudi/Gaudi#191 gaudi/Gaudi!1300)
-
`IBinder::Box`
call destruct with the right pointer. (gaudi/Gaudi!1293)
-
Fixes for running tests with LHCb test class (gaudi/Gaudi!1289)
-
Correct conversion to Root histograms in RootHistogramSink (gaudi/Gaudi#212 gaudi/Gaudi!1290)
## [v36r3][] - 2021-12-09
This is a bugfix release with a couple of changes that technically are backward incompatible
because they fix issues that might have gone unnoticed:
...
...
@@ -822,6 +847,7 @@ Details about old versions of the project can be found in the
[
GaudiRelease/doc
](
GaudiRelease/doc
)
.
[
v36r4
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r4
[
v36r3
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r3
[
v36r2
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r2
[
v36r1
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r1
...
...
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