Skip to content

Commit

Permalink
Add LCIO release notes from latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 21, 2022
1 parent 1a7ae3b commit 5cca463
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions doc/release_notes_ilcsoft_v02-03-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# iLCSoft v02-03-01

Patch release for the v02-03 development series (see the [v02-03 release notes](https://github.com/iLCSoft/iLCInstall/blob/master/doc/release_notes_ilcsoft_v02-03.md) for more details about this series).

## External software versions upgrade
None

## New packages

None

## Packages changed wrt. v02-02-01

### LCIO v02-18

* 2022-11-08 Thomas Madlener ([PR#155](https://github.com/iLCSoft/LCIO/pull/155))
- Add a previously missed function declaration to the .aid file to fix the java bindings. Fixes #154

* 2022-10-19 Thomas Madlener ([PR#153](https://github.com/iLCSoft/LCIO/pull/153))
- Make c++17 the default and minimum c++ version for building LCIO. All "major builds" of LCIO have been using c++17 for at least a few years now, so this should not be a big issue.

* 2022-10-19 Thomas Madlener ([PR#152](https://github.com/iLCSoft/LCIO/pull/152))
- Remove macOS workflow since github hosted runners no longer support all necessary features. See also: https://github.com/AIDASoft/run-lcg-view/pull/3
- Update used github actions to latest available version for better caching behavior and cleaner log outputs
- Switch to newer LCG releases for the build environments to target more recent compilers and python versions.
- Keep one build environment that is close to the one used for the iLCSoft v02-02 to avoid accidental breaks.

* 2022-10-19 Bohdan Dudar ([PR#150](https://github.com/iLCSoft/LCIO/pull/150))
- Added a utility function to calculate Track momentum based on its track parameters and magnetic field
- Added methods to the LCRelationNavigator that extract the highest weight with an option to indicate weight encoding type ("track"/"cluster").
- Added a utility function to get an index of a provided object inside a given LCCollection
- Added a utility function to return a leading track from ReconstructedParticle in case it has multiple tracks attached.


2 changes: 1 addition & 1 deletion releases/v02-03/release-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

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

LCIO_version = "v02-17-01"
LCIO_version = "v02-18"

GEAR_version = "v01-09-01"

Expand Down

0 comments on commit 5cca463

Please sign in to comment.