Skip to content

Commit

Permalink
More tags for iLCSoft packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 24, 2024
1 parent bb0dc24 commit ce9799b
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 8 deletions.
72 changes: 71 additions & 1 deletion doc/release_notes_ilcsoft_v02-03-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Packages changed wrt. v02-03-03

### v01-07-03
### iLCUtil v01-07-03

* 2024-05-28 Andre Sailer ([PR#35](https://github.com/iLCSoft/iLCUtil/pull/35))
- RPATH: set rpath to `$ORIGIN/../${CMAKE_INSTALL_LIBDIR}`
Expand Down Expand Up @@ -33,6 +33,21 @@
* 2024-06-24 Wouter Deconinck ([PR#191](https://github.com/iLCSoft/LCIO/pull/191))
- fix: parentheses in SIOTrack.java

### LCIO v02-22-02

* 2024-09-05 tmadlener ([PR#193](https://github.com/iLCSoft/LCIO/pull/193))
- Add functionality to `CheckCollections` that makes it possible to add missing ParticleID algorithms to ReconstructedParticle collections
- This makes it possible to make very consistent event contents that are necessary for conversion to EDM4hep

* 2024-08-01 tmadlener ([PR#196](https://github.com/iLCSoft/LCIO/pull/196))
- Run Key4hep CI workflows on OSs that are still supported

* 2024-08-01 tmadlener ([PR#195](https://github.com/iLCSoft/LCIO/pull/195))
- Add a basic `.gitignore` file to avoid accidentally comitting configured / generated files

* 2024-08-01 Thomas Madlener ([PR#194](https://github.com/iLCSoft/LCIO/pull/194))
- Make sure to require a version of SIO that is consistent with what we would use to build an internal version.

### MarlinUtil v01-18

* 2024-06-20 tmadlener ([PR#46](https://github.com/iLCSoft/MarlinUtil/pull/46))
Expand All @@ -50,7 +65,24 @@
* 2024-04-29 Bohdan Dudar ([PR#43](https://github.com/iLCSoft/MarlinUtil/pull/43))
- Avoid the TColor warning when retrieving existing colours.

### MarlinUtil v01-18-01

* 2024-08-26 tmadlener ([PR#47](https://github.com/iLCSoft/MarlinUtil/pull/47))
- Fix a potential indexing issue in `WeightedPoints3D`
- Remove no longer supported CentOS7 from Key4hep workflows

### Marlin v01-19-03

* 2024-08-22 tmadlener ([PR#59](https://github.com/iLCSoft/Marlin/pull/59))
- Make sure the `LCIO::lcio` target is also defined in packages consuming Marlin (necessary after #56)

* 2024-08-22 tmadlener ([PR#58](https://github.com/iLCSoft/Marlin/pull/58))
- Make sure that all names that are used by `EventModifier` are forward declared
- Add missing include to make `EventModifier` usable without having to re-order includes
- Update the key4hep based github action workflows to use supported OSs

* 2024-08-22 jmcarcell ([PR#56](https://github.com/iLCSoft/Marlin/pull/56))
- Change LCIO_LIBRARIES to LCIO::lcio

### MarlinReco v01-36

Expand Down Expand Up @@ -85,6 +117,15 @@

* 2024-04-16 NAKAJIMA Jurina ([PR#131](https://github.com/iLCSoft/MarlinReco/pull/131))
- Fixed PDG code for kinks identifies as antiSigma+

### MarlinReco v01-36-01

* 2024-09-09 jmcarcell ([PR#139](https://github.com/iLCSoft/MarlinReco/pull/139))
- Add a missing `#include <algorithm>`

* 2024-09-03 Thomas Madlener ([PR#137](https://github.com/iLCSoft/MarlinReco/pull/137))
- Remove CentOS7 from the Key4hep CI workflows


### CEDViewer v01-20

Expand Down Expand Up @@ -114,3 +155,32 @@
- Fix warnings about not passing exceptions by reference
- Fix warnings about an implicit copy constructor defined
- Fix other warnings, about fallthroughs, a weird UTF-8 character (spanish accent in comments in spanish) and unused results

### MarlinTrkProcessors v02-12-06

* 2024-08-28 Victor Schwan ([PR#72](https://github.com/iLCSoft/MarlinTrkProcessors/pull/72))
- Remove the hardcoded (ILD) detector names from the FullLDC tracking to allow its usage with the `v11` model of ILD.
- Keep defaults compatible with the non-hybrid ILD models

* 2024-08-23 tmadlener ([PR#70](https://github.com/iLCSoft/MarlinTrkProcessors/pull/70))
- Add the `.clang-format` default file that is also used by other Key4hep repositories
- Add a basic `pre-commit` configuration to run formatting checks
- Run `clang-format` to fix all formatting issues

* 2024-08-22 tmadlener ([PR#71](https://github.com/iLCSoft/MarlinTrkProcessors/pull/71))
- Fix warnings to make Key4hep based CI workflows pass again
- Remove CentOS7 from Key4hep based workflows since it is no longer supported

### DDMarlinPandora v00-12-02

* 2024-08-28 tmadlener ([PR#30](https://github.com/iLCSoft/DDMarlinPandora/pull/30))
- Remove the no longer supported CentOS7 builds from the Key4hep based CI workflows

* 2024-08-28 tmadlener ([PR#28](https://github.com/iLCSoft/DDMarlinPandora/pull/28))
- Make it possible to register ECAL energy corrections with Pandora similar to what is possible for the HCAL

### KiTrack v01-10-01

* 2024-08-22 tmadlener ([PR#4](https://github.com/iLCSoft/KiTrack/pull/4))
- Move CI to github actions and remove travis-ci config
- Fix c++ warnings and enable `-Werror` for CI
14 changes: 7 additions & 7 deletions releases/v02-03/release-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

# -------------------------------------------

LCIO_version = "v02-21"
LCIO_version = "v02-22-02"

GEAR_version = "v01-09-02"

Expand All @@ -163,11 +163,11 @@

MarlinTrk_version = "v02-09-02"

MarlinTrkProcessors_version = "v02-12-05"
MarlinTrkProcessors_version = "v02-12-06"

Clupatra_version = "v01-03-01"

KiTrack_version = "v01-10"
KiTrack_version = "v01-10-01"

KiTrackMarlin_version = "v01-13-02"

Expand All @@ -183,15 +183,15 @@

RAIDA_version = "v01-11"

MarlinUtil_version = "v01-18"
MarlinUtil_version = "v01-18-01"

Marlin_version = "v01-19-02"
Marlin_version = "v01-19-03"

MarlinDD4hep_version = "v00-06-02"

DDMarlinPandora_version = "v00-12-01"
DDMarlinPandora_version = "v00-12-02"

MarlinReco_version = "v01-36"
MarlinReco_version = "v01-36-01"

FCalClusterer_version = "v01-00-06"

Expand Down

0 comments on commit ce9799b

Please sign in to comment.