# Example Par04 History

See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!

-------------------------------------------------------------------------------

## 2025-12-02 Gabriele Cosmo (expar04-V11-03-05)
- Bump scikit-learn from 1.1.1 to 1.5.0
  - Addresses security vulnerabilities tagged by GitHub's dependabot.

## 2025-11-10 Gabriele Cosmo (expar04-V11-03-04)
- Fixed coding conventions for tabs in Par04Hit source.

## 2025-10-29 Ben Morgan (expar04-V11-03-03)
- Apply [GitHub PR 93](https://github.com/Geant4/geant4/pull/93)
  - Bump Keras from 2.9.0 to 3.12.0
  - Addresses security vulnerabilities tagged by GitHub's dependabot.

## 2025-07-24 I. Hrivnacova (expar04-V11-03-02)
- Migration of existing README.md to Doxygen:
  - Replaced .README.txt with README.md and added existing README.md files
    as subpages
  - Removed .README.txt and README files.

## 2025-06-26 Ben Morgan (expar04-V11-03-01)
- Apply following GitHub PRs from dependabot to update requirements:
  - Bump idna from 2.10 to 3.7 [GitHub PR 89](https://github.com/Geant4/geant4/pull/89)
  - Bump keras from 2.9.0 to 3.9.0 [GitHub PR 90](https://github.com/Geant4/geant4/pull/90)
  - Bump protobuf from 3.19 to 4.25.8 [GitHub PR 91](https://github.com/Geant4/geant4/pull/91)

## 2025-05-27 Anna Zaborowska, Piyush Raikwar (expar04-V11-03-00)
- Update of VAE training with the new translation script and condor scripts
- Introduction of the CaloDiT pre-trained model which offers far greater accuracy

## 2024-10-22 Ben Morgan (expar04-V11-02-03)
- Bump tensorflow version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/75)

## 2024-06-18 Gabriele Cosmo (expar04-V11-02-02)
- Bump scikit-learn version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/73)

## 2024-06-13 Gabriele Cosmo (expar04-V11-02-01)
- Bump pymysql version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/72)

## 2024-03-11 Ben Morgan (expar04-V11-02-00)
- Bump scipy version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/66)

## 2023-10-25 Dalila Salamani (expar04-V11-01-02)
- Add CUDA execution provider to run the inference on GPU with ONNXruntime.

## 2023-09-29 Anna Zaborowska (expar04-V11-01-01)
- Introduce physical readout structure in parallel world
- Set run manager type from command line
- ONNX version upgrade after Thomas Madlener fix, verified on 1.14

## 2023-07-12 Ben Morgan (expar04-V11-01-00)
- Bump tensorflow to 2.9.3
  - Fixes [GitHub PR 55](https://github.com/Geant4/geant4/pull/55)
  - Fixes [GitHub PR 60](https://github.com/Geant4/geant4/pull/60)

## 2022-11-08 D. Salamani (expar04-V11-00-05)
- Add updated version of the training code (PEP 8 style guide, formatting with YAPF, 
annotation with types, code upgrade to TF2.9, logic for GPU usage management)

## 2022-11-08 A. Zaborowska (expar04-V11-00-04)
- Add support of LibTorch for inference

## 2022-10-25 I. Hrivnacova (expar04-V11-00-03)
- Fixes in Doxygen documentation (links, formatting)

## 2022-02-28 Dalila Salamani (expar04-V11-00-02)
- Add python training scripts
- Add model conversion to ONNX and LWTNN to the train script and update README
- Change visualization scripts for fast simulation
- Add new control histograms
- Change extension of macros from .in to .mac

## 2021-12-20 Anna Zaborowska (expar04-V11-00-01)
- Fix warnings and lwtnn macro

## 2021-12-10 Ben Morgan (expar04-V11-00-00)
- Change to new Markdown History format

---

# History entries prior to 11.0

08-Nov-21  D. Salamani, A. Zaborowska (expar04-V10-07-00)
- Create Par04 example
