v00-99-03
v00-99-03 (last pre-release before v01-00)
This is the last planned pre-release version before v01-00. We plan no more changes to existing datatypes and we plan to tag v01-00 in about a month unless there are major issues still found with this release.
-
2025-10-24 Thomas Madlener (PR#456)
- Bump the minimum version of podio to v01-06
-
2025-10-24 Juan Miguel Carceller (PR#453)
- Fix the warnings related to
isValidbeing deprecated (AIDASoft/podio#860) after the version of podio is bumped
- Fix the warnings related to
-
2025-10-23 Juan Miguel Carceller (PR#457)
- Remove unused variable in tools/CMakeLists.txt
-
2025-10-23 Juan Miguel Carceller (PR#454)
- Use
std::hypotwhen possible, preferstd::sqrtorstd::hypotto sqrt
- Use
-
2025-10-21 Thomas Madlener (PR#446)
- Remove the
GeneratorPdfInfodatatype again, as the information it contains is only relevant for LO calculations and modern generators already take care of all of this using event weighting. - Rework the
GeneratorEventParametersslightly to contain relevant information only. Information that is not applicable beyond LO is removed as again this is handled by the generator via event weighting. - These are breaking changes! Currently even files that have been written with an old version of the
GeneratorEventParametersdatatype will not be readable.
- Remove the
-
2025-10-14 Thomas Madlener (PR#452)
- Do not build a separate
edm4hepOldSchemaslibrary (and dictionaries), but rather merge everything into the core EDM4hep library (and dictionaries).
- Do not build a separate
-
2025-10-13 Juan Miguel Carceller (PR#443)
- Use edm4hep.h in edm4hep2json to avoid hardcoding the types
- Remove the test
test_all_collectionsthat reads the .cxx file to check if all the collections are there (but a comment could trigger a false positive, for example). There is still a test that runsedm4hep2json. - Bump the minimum required podio version to v01-05.
-
2025-09-23 Juan Miguel Carceller (PR#451)
- Set ROOT_LIBRARY_PATH for tests to prevent it from being picked up from the environment
-
2025-09-23 Mateusz Jakub Fila (PR#450)
- Add missing article data in the citation file so the BibTeX entry generated from it references the article correctly
-
2025-09-23 Mateusz Jakub Fila (PR#448)
- Update comments referring to removed un-namespaced labels
-
2025-09-23 Thomas Madlener (PR#447)
- Add some documentation about the subtle differences between LCIO and EDM4hep that are going to stay
-
2025-09-22 Juan Miguel Carceller (PR#445)
- Remove support for CPack and the unused
EDM4HEP.pc.in
- Remove support for CPack and the unused
-
2025-09-16 Mateusz Jakub Fila (PR#449)
- Fixed another bunch of minor typos in docstrings and code comments
-
2025-09-02 Thomas Madlener (PR#404)
- Replace the
spinbyhelicityinMCParticleas the former is not usable without the full spin-density matrix whereas the latter is always well defined (or unset).- Defaults to
9which is used to signify an unset value. UsehasHelicityto check whether thehelicityis set
- Defaults to
- Replace the
-
2025-08-26 Mateusz Jakub Fila (PR#444)
- Include
podio::UserDataCollectionin file created bycreatEDM4hepFile.py
- Include
-
2025-08-22 Mateusz Jakub Fila (PR#442)
- Fix
edm4hep2jsonnot recognizing generator metadata types
- Fix
-
2025-08-19 Juraj Smiesko (PR#441)
- edm4hep2json: Adding
isSubsetCollandcollSchemaVersionto the JSON
- edm4hep2json: Adding
-
2025-08-18 Thomas Madlener (PR#440)
- Remove the deprecated labels that were originally defined outside the
labelsnamespace.
- Remove the deprecated labels that were originally defined outside the
-
2025-08-12 jmcarcell (PR#439)
- Update the schema version after the changes in 32af1cb to avoid a warning every time that a file with CaloHitCollections is read
-
2025-08-12 jmcarcell (PR#438)
- Add timeouts and fixtures to the tests that create and read files to make jobs that fail due to timeouts fail faster
-
2025-08-12 jmcarcell (PR#437)
- Do not use the namespace HepMC3, removes a warning in unity builds
-
2025-08-12 jmcarcell (PR#436)
- Remove the deprecated constructor, getters and setters
-
2025-08-12 jmcarcell (PR#435)
- Add const to the argument of operator= in covariance matrices
-
2025-07-08 Mateusz Jakub Fila (PR#434)
- Fixed blank documentation page with new doxygen version
-
2025-06-24 Thomas Madlener (PR#433)
- Add a
stepLengthmember to theCaloHitContribution - Clarify the docstring for the
particlerelation of theCaloHitContribution
- Add a