Geant4 Cross Reference |
1 # Example Par04 History 1 # Example Par04 History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological << 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 It must **not** be used as a substitute for wr << 5 be used as a substitute for writing good git commit messages! 6 6 7 ---------------------------------------------- << 7 ## 2023-07-12 Ben Morgan (expar04-V11-00-06) 8 << 9 ## 2024-10-22 Ben Morgan (expar04-V11-02-03) << 10 - Bump tensorflow version from [GitHub Dependa << 11 << 12 ## 2024-06-18 Gabriele Cosmo (expar04-V11-02-0 << 13 - Bump scikit-learn version from [GitHub Depen << 14 << 15 ## 2024-06-13 Gabriele Cosmo (expar04-V11-02-0 << 16 - Bump pymysql version from [GitHub Dependabot << 17 << 18 ## 2024-03-11 Ben Morgan (expar04-V11-02-00) << 19 - Bump scipy version from [GitHub Dependabot P << 20 << 21 ## 2023-10-25 Dalila Salamani (expar04-V11-01- << 22 - Add CUDA execution provider to run the infer << 23 << 24 ## 2023-09-29 Anna Zaborowska (expar04-V11-01- << 25 - Introduce physical readout structure in para << 26 - Set run manager type from command line << 27 - ONNX version upgrade after Thomas Madlener f << 28 << 29 ## 2023-07-12 Ben Morgan (expar04-V11-01-00) << 30 - Bump tensorflow to 2.9.3 8 - Bump tensorflow to 2.9.3 31 - Fixes [GitHub PR 55](https://github.com/Ge 9 - Fixes [GitHub PR 55](https://github.com/Geant4/geant4/pull/55) 32 - Fixes [GitHub PR 60](https://github.com/Ge 10 - Fixes [GitHub PR 60](https://github.com/Geant4/geant4/pull/60) 33 11 34 ## 2022-11-08 D. Salamani (expar04-V11-00-05) 12 ## 2022-11-08 D. Salamani (expar04-V11-00-05) 35 - Add updated version of the training code (PE 13 - Add updated version of the training code (PEP 8 style guide, formatting with YAPF, 36 annotation with types, code upgrade to TF2.9, 14 annotation with types, code upgrade to TF2.9, logic for GPU usage management) 37 15 38 ## 2022-11-08 A. Zaborowska (expar04-V11-00-04 16 ## 2022-11-08 A. Zaborowska (expar04-V11-00-04) 39 - Add support of LibTorch for inference 17 - Add support of LibTorch for inference 40 18 41 ## 2022-10-25 I. Hrivnacova (expar04-V11-00-03 19 ## 2022-10-25 I. Hrivnacova (expar04-V11-00-03) 42 - Fixes in Doxygen documentation (links, forma 20 - Fixes in Doxygen documentation (links, formatting) 43 21 44 ## 2022-02-28 Dalila Salamani (expar04-V11-00- 22 ## 2022-02-28 Dalila Salamani (expar04-V11-00-02) 45 - Add python training scripts 23 - Add python training scripts 46 - Add model conversion to ONNX and LWTNN to th 24 - Add model conversion to ONNX and LWTNN to the train script and update README 47 - Change visualization scripts for fast simula 25 - Change visualization scripts for fast simulation 48 - Add new control histograms 26 - Add new control histograms 49 - Change extension of macros from .in to .mac 27 - Change extension of macros from .in to .mac 50 28 51 ## 2021-12-20 Anna Zaborowska (expar04-V11-00- 29 ## 2021-12-20 Anna Zaborowska (expar04-V11-00-01) 52 - Fix warnings and lwtnn macro 30 - Fix warnings and lwtnn macro 53 31 54 ## 2021-12-10 Ben Morgan (expar04-V11-00-00) 32 ## 2021-12-10 Ben Morgan (expar04-V11-00-00) 55 - Change to new Markdown History format 33 - Change to new Markdown History format 56 34 57 --- 35 --- 58 36 59 # History entries prior to 11.0 37 # History entries prior to 11.0 60 38 61 08-Nov-21 D. Salamani, A. Zaborowska (expar04 39 08-Nov-21 D. Salamani, A. Zaborowska (expar04-V10-07-00) 62 - Create Par04 example 40 - Create Par04 example