Import Geant4 11.2.2 source tree
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
# 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!
|
||||
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!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2024-06-18 Gabriele Cosmo (expar04-V11-01-04)
|
||||
- Bump scikit-learn version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/73)
|
||||
|
||||
## 2024-06-13 Gabriele Cosmo (expar04-V11-01-03)
|
||||
- Bump pymysql version from [GitHub Dependabot PR](https://github.com/Geant4/geant4/pull/72)
|
||||
|
||||
## 2024-03-11 Ben Morgan
|
||||
- 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.
|
||||
|
||||
@@ -11,7 +11,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-11-02-patch-01 (16-February-2024)
|
||||
Geant4 version Name: geant4-11-02-patch-02 (21-June-2024)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
|
||||
@@ -4,9 +4,9 @@ h5py==3.7.0
|
||||
matplotlib==3.5.2
|
||||
optuna==2.10.1
|
||||
mysqlclient==2.1.1
|
||||
pymysql==1.0.2
|
||||
scikit-learn==1.1.1
|
||||
scipy==1.8.1
|
||||
pymysql==1.1.1
|
||||
scikit-learn==1.5.0
|
||||
scipy==1.11.1
|
||||
wandb==0.13.1
|
||||
tf2onnx==1.12.0
|
||||
onnxruntime==1.12.1
|
||||
|
||||
Reference in New Issue
Block a user