Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/environments/History is written in an unsupported language. File is not indexed.

0001 # Category envs History
0002 
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006 
0007 ## 2022-11-15 Ben Morgan (envs-V11-00-01)
0008 - Remove g4py and zmq environments from toolkit. The source and support for these
0009   envs has moved to GitHub under:
0010   - [Geant4Py](https://github.com/koichi-murakami/g4python)
0011   - [ZMQ](https://github.com/koichi-murakami/zmq-geant4)
0012 
0013 
0014 ## 2021-12-10 Ben Morgan (envs-V11-00-00)
0015 - Change to new Markdown History format
0016 
0017 ---
0018 
0019 # History entries prior to 11.0
0020 
0021 envs-V10-07-00/ Sep. 25, 2020 B.Morgan
0022 - Remove MOMO
0023 
0024 envs-V10-05-00/ Dec. 1, 2019 K.Murakami
0025  - g4py, updated for 10.6 release
0026  - g4pym boost_python library name can be specified in cmake (BZ-2059)
0027 
0028 envs-V10-04-01 / Nov. 30, 2018 K.Murakami
0029  - g4py, updated for 10.5 release
0030  - g4py, fix CMAKE_INSTALL_PREFIX does not work (id 1924)
0031 
0032 envs-V10-03-01 / Nov. 24, 2017 K.Murakami
0033  - g4py, updated for 10.4 release
0034  - zmq, new ZeroMQ interface (experimental)
0035 
0036 envs-V10-02-02 / 7 Dec. 2016 K.Murakami
0037  - remove G4VisAttributes::Invisible as deprecated
0038 
0039 envs-V10-02-01 / 21 Nov. 2016 K.Murakami
0040  - fixed version strings in __init_.py
0041 
0042 envs-V10-02-00 / 18 Nov. 2016 K.Murakami
0043  - update for 10.3 release
0044  - CMake modified for unit/integration tests with CTest
0045 
0046 envs-V10-01-01 / 20 Nov. 2015 K. Murakami
0047  - update CMakeLists.txt, change minimum version requirement to 3.3
0048  - add exported methods requested by enhansment-id 1613
0049 
0050 envs-V10-01-00 / 13 Nov. 2015 K. Murakami
0051  - update CMakeLists.txt for C++11 migration
0052  - update for 10.2 release, following changes of class interface.
0053 
0054 envs-V10-00-03 / 15 Nov. 2014 K. Murakami
0055 - complete migration to cmake for building library. (GNUmakefiles removed)
0056 - update for 10.1 release, following changes of class interface.
0057 - linker problem of OSX was fixed. (OSX Yosemite tested)
0058 
0059 envs-V10-00-02 / May 25 2014 Koichi Murakami
0060  - pyG4EllipticalCone.cc, add missing return in CreateEllipticalCone() method.
0061 
0062 envs-V10-00-01 / May 25 2014 Koichi Murakami
0063  - configure script, physics list is changed to be always turned on.
0064 
0065 envs-V10-00-00 / May 25 2014 Koichi Murakami
0066  - fix compile error on pyG4Polycone
0067 
0068 envs-V09-06-00 / 15 November 2013 Koichi Murakami
0069 [g4py]
0070  - add support for CMake build (experimental)
0071  - updated for 10.0 release
0072  - suppress warnings
0073 [MOMO]
0074   - MOMO.jar updated (GPE disactivated, EnvPanel update)
0075   - momo-src.jar updated
0076   - On-line Help document updated
0077 
0078 envs-V09-05-03 / 8 November 2012 Koichi Murakami
0079 [g4py]
0080  - configure script is updated for CMake build
0081  - updated Geant4 interface for the latest
0082  - G4SystemOfUnits.hh and G4PhysicalConstants.hh are explictly added.
0083  - Documentations are updated in Markdown format.
0084  - some minor updates for examples
0085 
0086 envs-V09-05-02 / 23 July 2012 Koichi Murakami
0087 [g4py]
0088  - configure script: fixed logics for specifying python include path (bug.1316)
0089  - pyG4VisManager: (bug.1318))
0090    added static statement for GetVerbosity.
0091    fixed GetConcreteInstance returns an insufficient class pointer.
0092 
0093 envs-V09-05-01 / 21 July 2012 Koichi Murakami
0094 [g4py]
0095  - scripts updated for internal clhep use
0096  - updated for 9.5.p01 (bug.1317)
0097 
0098 envs-V09-04-01 / 10 November 2011 Koichi Murakami
0099 [g4py]
0100  - include fixes on OSX Lion
0101 
0102 envs-V09-04-00 / 8 November 2011 Koichi Murakami
0103 [g4py]
0104  - update for 9.5 release
0105  - eliminate obsolete G4Exception.
0106 
0107 envs-V09-03-02 / 2 December 2010 Koichi Murakami
0108  [g4py]
0109  - updates for 9.4 release
0110  - add a new example using GTK (examples/emplot/emcalc_gui.py)
0111  - experimental support for Python3
0112  [momo]
0113  - Uses QGSP_BERT physics list instead of GPE
0114  - JAVA source codes are included. (momo-src.jar)
0115 
0116 envs-V09-03-01 / 21 June 2010 Koichi Murakami
0117  [g4py]
0118  - updates for 9.4-beta-cand-02 tag (G4RunManager, physics list)
0119 
0120 envs-V09-03-00 / 4 June 010 Koichi Murakami
0121  [g4py]
0122  - update for the 9.4 beta release
0123  - revise usage of MultipleScattering classes
0124  - bug fix in wrapping of G4GDMLParser
0125  [momo]
0126  - revise archaic trajectory drawing
0127 
0128 envs-V09-02-02 27 Nov. 2009 Koichi Murakami
0129  [g4py]
0130  - linker option is updated.
0131 
0132 envs-V09-02-01 20 Nov. 2009 Koichi Murakami
0133  [g4py]
0134  - configuration script is updated for 9.3
0135  - physics list is updated.
0136  [momo]
0137  - documentation is updated.
0138 
0139 envs-V09-02-00 15 May 2009 Koichi Murakami
0140  [g4py]
0141  - configuration script is updated.
0142    * some fixes
0143    * modify search paths for inc/lib
0144 
0145 envs-V09-01-03  5 Dec. 2008 Koichi Murakami
0146  [g4py]
0147  - clean up codes
0148  - g4py module name is introduced
0149  - rmove legacy GDML interface
0150 
0151 envs-V09-01-02  25 Jun. 2008 Koichi Murakami
0152  [g4py]
0153  - update compiler options for gcc 4.3
0154 
0155 envs-V09-01-01  14 Jun. 2008 Koichi Murakami
0156  [g4py]
0157  - update configure scripts
0158  - fix some minor bugs
0159 
0160 envs-V09-01-00  13 Mar. 2008 Koichi Murakami
0161  [g4py]
0162  - fix compilation problems
0163  - direct usage of G4Version.hh instead of pyG4Version.hh
0164 
0165 envs-V09-00-04  26 Nov. 2007 Koichi Murakami
0166  [g4py]
0167  - add G4 GDML module support
0168  - update PL stuffs for 9.1
0169 
0170 envs-V09-00-03  16 Nov. 2007 Koichi Murakami
0171  - sorry, forget commiting this history file.
0172 
0173 envs-V09-00-02  13 Nov. 2007 Koichi Murakami
0174  [g4py]
0175   - modified for 9.1 release
0176   - add GDML support / GDML file I/O examples
0177 
0178 envs-V09-00-01  07 Aug. 2007 Koichi Murakami
0179  [g4py]
0180   - add geometry stuffs(boolean solids) and testing stuffs
0181 
0182 envs-V09-00-00  14 July 2007 Koichi Murakami
0183  [g4py]
0184   - bug fix
0185   - update/add geometry stuffs
0186   - new example of TestEm0
0187 
0188 envs-V08-03-01  7 June Koichi Murakami
0189  [g4py]
0190   - modified for 9.0 (checked for cand-05)
0191 
0192 envs-V08-03-00  27 May Koichi Murakami
0193  [g4py]
0194   - implement software abort by Ctrl-C.
0195   - modified for 8.3/9.0
0196 
0197 envs-V08-01-02 01 December 2006 Koichi Murakami
0198  - pyG4Material.cc : fix namespace problem
0199  - pyG4VisManager.cc : replace SetVerboisity with SetVerboseLevel for G4.8.2
0200  - add messenger for ExN03geom
0201 
0202 envs-V08-01-01 21 November 2006 Koichi Murakami
0203  - implement G4ExceptionHandler as translation to Python exceptions
0204  - remove obsolete method; G4VPhysicalVolume::GetObjectRotation()
0205 
0206 envs-V08-01-00 20 November 2006 Koichi Murakami
0207   [g4py]
0208   - add MacOSX support
0209   - more exposed stuffs
0210   - add physics list module
0211   - add GUI examples using wxPython
0212 
0213 envs-V08-00-09 29 June 2006 Koichi Murakami
0214   [g4py]
0215   - fix rpath of boost_python (config/sys/linux.gmk, linuxx8664gcc.gmk)
0216   - "site-modules/primaries/MedicalBeam/MedicalMeam.cc"
0217     fix a bug in calculation of cos from a sin value
0218   - remove duplicated DISCLAIMER (ExN03PhysicsList.cc/hh in site-modules)
0219 
0220 envs-V08-00-08 23 June 2006 Hajime Yoshida
0221    - MOMO.jar is now without Gain
0222    - MomoHome/vis.mac revbised for new vis (taken from N03)
0223    [g4py]
0224    - sh version of configure script
0225    - G4UserStackingAction: fixed for not being called
0226 
0227 envs-V08-00-07 14 June 2006  Koichi Murakami
0228   [g4py]
0229    - change install path of site-modules (lib/site-modules -> lib/)
0230    - remove COPYING
0231    - update examples/education/lesson2
0232 
0233 envs-V08-00-06 13 June 2006  Koichi Murakami
0234   [g4py]
0235    -  update expose of G4Track
0236    -  change python calls pass-by-reference
0237       (XXXUserAction::XXXAction())
0238 
0239 envs-V08-00-05 07 June 2006  Koichi Murakami
0240   - [g4py] fix segmentation fault at termination
0241 
0242 envs-V08-00-04 05 June 2006  Koichi Murakami
0243   - [g4py] additional moddifications of g4py for G4 8.1 (08-00-ref-05)
0244 
0245 envs-V08-00-03 05 June 2006  Koichi Murakami
0246   - History file is updated.
0247   - same as the previous
0248 
0249 envs-V08-00-02 05 June 2006  Koichi Murakami
0250   [g4py]
0251    - modifications for new version (8.1) (08-00-ref-04)
0252    - disclamer is added
0253 
0254 envs-V08-00-01 03 June 2006  Hajime Yoshida
0255   - addition of new Geant4Py educational examples
0256         -- g4py/examples/education/lesson1  => measurement of the mass attenuation coefficient
0257         -- g4py/examples/education/lesson2 => Pythonized novice/N03
0258 
0259 envs-V08-00-00 28 February 2006 Hajime Yoshida
0260  -addition of new Python environments
0261     -- g4py/source : Python wrappers of geant4/sources
0262     -- g4py/site-modules : some application modules using the wrappers
0263     -- g4py/ associated files to configure
0264 
0265 envs-V06-02-00 27 November 2004 Hajime Yoshida
0266  -old depricated files
0267  -new tag number
0268 
0269 envs-V06-01-02 26 Nov 2004 Hajime Yoshida
0270  - MOMO.jar finally tuned
0271  - added new example in MomoHome
0272  - removed obsolete files
0273 
0274 envs-V06-01-01 25 Nov 2004 Hajime Yoshida
0275  - new version of MOMO integrating GAG and Gain
0276 
0277 envs-V05-02-03 09 December 2003  Gabriele Cosmo
0278 - New version of MOMO with XML import/export abilities.
0279 
0280 envs-V05-02-02 04 November 2003  Gabriele Cosmo
0281 - Added module MOMO with Java archives for UI tools from Naruto.
0282 
0283 envs-V05-02-01 17 October 2003  Guy Barrand
0284 - OPACS being deprecated, remove related OPACS things in Geant4.
0285 
0286 envs-V04-01-00  06 December 2002 Gabriele Cosmo
0287 - Synchronized HEAD (disclaimer of liability).
0288 - Updates for new G4ApplicationState.
0289 
0290 envs-V01-01-01  09 June 2000 John Allison
0291 - Only OPACS and History tagged.
0292 
0293 09 June 2000 Guy Barrand
0294 - Some correction to be able to compile
0295   with 01-01-ref-04
0296 
0297 envs-V01-01-00  7th June 2000  Guy Barrand
0298 
0299 envs-V00-01-00  10th November 1999  John Allison
0300 - Only OPACS and History tagged.
0301 
0302 envs-01-00-02  20th May 1999  John Allison
0303 - Only OPACS and History tagged.
0304 - Archived Momo (cvs remove) which puts it in the Attic.  Can be retrieved
0305   with cvs update -D 990519 environmants/Momo.
0306 - OPACS development (Guy).
0307 - XVT not currently under development.
0308 
0309 envs-00-04-01   7th January 1999 hajime Yoshida
0310 - New Momo with make capabilities along with library selection
0311 - GGEmake updated for the latest g++ (egcs-1.1)
0312 envs-00-04-01  11th December 1998  Hajime Yoshida Masayasu Nagamatu
0313 - The latest version of GGE, the whole *.java, *.class and example files committed
0314 
0315 10th December Hajime Yoshida
0316 - Tcl/Tk GAG warns to the binaries compiled with G4UIterminal session
0317         and stops it.
0318 
0319 envs-00-03-04  12th November 1998  John Allison
0320 - Tagged (what was envs-00-30-03?).
0321 
0322 12th Nov. 1998 Hajime Yoshida
0323 -many new features added to Momo/java/Momo/GGE
0324 -minor modification to Momo/GGEmake
0325 -addition of Momo/java/Momo/Momo
0326 
0327 envs-00-03-02  14th Sep 1998 Hajime Yoshida
0328         - minor updates in GGE
0329 envs-00-03-01  13th Sep 1998 Hajime Yoshida
0330         -Momo/GGEmake added README and a macro file
0331         -Momo/java/Momo/GGE updated.
0332                 BREPs, sample persistent files etc.
0333 envs-00-02-01  3rd Sep 1998 Hajime Yoshida
0334         Momo/GGEmake
0335         Momo/java/Momo/GGE
0336         GGE committed
0337 envs-00-01-03  17th Aug 1998 Hajime Yoshida
0338 - touched many files in Momo Tcl/Tk and Java
0339 
0340 envs-00-01-02  15th July 1998  John Allison
0341 - Removed some files in OPACS for beta01 - see OPACS/History.
0342 
0343 envs-00-01-01  8th July 1998  John Allison
0344 - Added XVT (moved from interfaces/xvt_standalone_test).
0345 - Forced revision 2.0 on Momo.
0346 
0347 6th July 1998  Satoshi Tanaka
0348 - Added Momo (moved from interfaces/standalone_test).
0349 
0350 ^^^^^^^^^^^^^^^^^^^^ geant4beta  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0351 =========================================================================
0352 vvvvvvvvvvvvvvvvvvvv geant4alpha vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
0353 
0354 envs-00-05-01  23rd April 1998  Gabriele Cosmo
0355 - Added OPACS directory tagged as OPACS-00-05-01.
0356 
0357 envs-00-05-00  19th March 1998  John Allison
0358 - First creation of this super-category.