Skip to content

Commit 9efe708

Browse files
committed
Release Notes for v01-01-01
1 parent 692b979 commit 9efe708

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

doc/ReleaseNotes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v01-01-01
2+
3+
* 2024-10-28 jmcarcell ([PR#250](https://github.com/key4hep/k4FWCore/pull/250))
4+
- Use `std::unique_ptr<podio::CollectionBase>` for the collections in the store instead of `std::shared_ptr<podio::CollectionBase>`.
5+
- Fix leak in the `Writer` that otherwise would have been difficult to fix (without the change above)
6+
- Clean up `FunctionalUtils.h`: remove some unused overloads and change some names.
7+
8+
* 2024-10-17 jmcarcell ([PR#251](https://github.com/key4hep/k4FWCore/pull/251))
9+
- Use size_t in the arguments for getting the input and output locations to remove warnings, and fix some comments
10+
11+
* 2024-10-15 jmcarcell ([PR#247](https://github.com/key4hep/k4FWCore/pull/247))
12+
- Overhaul the `UniqueIDGenSvc`:
13+
- Use bit manipulation with the `UniqueIDGenSvc` which is about 1000 times faster than the string manipulation that was being done
14+
- Add a check for the case where an ID is repeated - trying to catch the case where the event number and run number is always the same, then the same random number sequence will be generated.
15+
16+
* 2024-10-09 jmcarcell ([PR#244](https://github.com/key4hep/k4FWCore/pull/244))
17+
- Update README: remove note about GaudiAlg being outdated since it's not there anymore and Use Key4hep instead of Key4HEP
18+
119
# v01-01-00
220

321
* 2024-10-03 jmcarcell ([PR#243](https://github.com/key4hep/k4FWCore/pull/243))

0 commit comments

Comments
 (0)