Skip to content

Commit

Permalink
update version, log and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarrut committed Mar 25, 2020
1 parent f8138b0 commit 7c7a699
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2 deletions.
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#Contributors to the source code
Arbor Nicolas
Bala Mateusz
Baran Jakub
Benoit Didier
Bert Julien
Boersma David
Bolsa-Ferruz Marta
Cajgfinger Thomas
Cassol-Brunner Franca
Chamberland Marc
Expand All @@ -13,9 +15,12 @@ Cuplov Vesna
Dedes George
Deschler Thomas
Dubois Albertine
Edsall Christopher
Etxebeste Ane
Frisson Thibault
Fuchs Hermann
Garcia Marie-Paule
Garpebring Anders
Germano Russo
Gil Alex Vergara
Grevillot Loic
Expand All @@ -31,11 +36,16 @@ Letang Jean-Michel
Leung Edwin
Lönn Gustaf
Maigne Lydia
Manger Sam
Martinez Imma
Miklavec Mojca
Mouton Claire
Padilla Fatima
Patay Gergely
Perez Hector
Pommranz Christian
Price Emlyn
Presles Benoit
Rehfeld Niklas
Resch Andreas
Rey Martin
Expand All @@ -44,8 +54,10 @@ Romero Edward
Santin Giovanni
Sarrut David
Simon Luc
Size Gao
Smekens Francois
Staelens Steven
Stockhoff Mariele
Strul Daniel
Strydhorst Jared
Stute Simon
Expand Down
4 changes: 2 additions & 2 deletions Gate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void welcome()
{
GateMessage("Core", 0, G4endl);
GateMessage("Core", 0, "*************************************************" << G4endl);
GateMessage("Core", 0, " GATE version 9.0 (December 2019)" << G4endl);
GateMessage("Core", 0, " GATE version 9.0 (March 2020)" << G4endl);
GateMessage("Core", 0, " Copyright : OpenGATE Collaboration" << G4endl);
GateMessage("Core", 0, " Reference : Phys. Med. Biol. 49 (2004) 4543-4561" << G4endl);
GateMessage("Core", 0, " Reference : Phys. Med. Biol. 56 (2011) 881-901" << G4endl);
Expand Down Expand Up @@ -254,7 +254,7 @@ int main( int argc, char* argv[] )
break;
case 'v':
ss << G4VERSION_MAJOR << "." << G4VERSION_MINOR << "." << G4VERSION_PATCH;
std::cout << "Gate version is 8.2 ; Geant4 version is " << ss.str() << std::endl;
std::cout << "Gate version is 9.0 ; Geant4 version is " << ss.str() << std::endl;
exit(0);
break;
case 'a':
Expand Down
58 changes: 58 additions & 0 deletions release_notes/v9.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# *ooooOOOO0000OOOOoooo* #
# #
# GATE v9.0 #
# #
# 03/2020 #
# #
# *ooooOOOO0000OOOOoooo* #



------------
Main new features
------------

- MultiSystem and GateToTree (numpy output)
https://opengate.readthedocs.io/en/latest/data_output_management.html#new-unified-tree-output-root-numpy-and-more
https://github.com/OpenGATE/Gate/pull/289

- Compton Camera module
https://opengate.readthedocs.io/en/latest/compton_camera_imaging_simulations.html
https://github.com/OpenGATE/Gate/pull/273

- Extended source
https://github.com/OpenGATE/GateContrib/tree/master/imaging/ExtendedVSource
https://github.com/OpenGATE/Gate/pull/271

- PhaseSpaceActor with npy output
https://github.com/OpenGATE/Gate/pull/242

- Read number of primaries per run in a file
https://github.com/OpenGATE/Gate/pull/233

- pytorch (ARF-NN and GAN phase-space)
https://opengate.readthedocs.io/en/latest/compilation_instructions.html#libtorch-optional
https://github.com/OpenGATE/GateContrib/tree/master/imaging/garf
https://github.com/OpenGATE/GateContrib/tree/master/dosimetry/gaga-phsp


----------
Bugs fixed
----------

- See the github "issues" section https://github.com/OpenGATE/Gate/issues
- PET debug Noise and DeadTime
- GateEnergySpectrumActor bug and options
- PhaseSpaceActor
- Enable coincidence sorting with generic repeater
- no more unmaintained GPU stuff
- etc ...


-------------
Documentation
-------------

GATE home page: http://www.opengatecollaboration.org
GATE documentation: https://opengate.readthedocs.io
Gate examples: https://github.com/OpenGATE/GateContrib

0 comments on commit 7c7a699

Please sign in to comment.