92 lines
3.1 KiB
Plaintext
92 lines
3.1 KiB
Plaintext
$Id: History,v 1.23 2006/12/01 02:38:18 kmura Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Geant4Py History file
|
|
---------------------
|
|
|
|
Geant4Py is a Geant4-Python bridge.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
01 Dec 2006 K.Murakami (1.2.0)
|
|
- pyG4Material.cc : fix namespace problem
|
|
- pyG4VisManager.cc : replace SetVerboisity with SetVerboseLevel for G4.8.2
|
|
- add messenger for ExN03geom
|
|
|
|
21 November 2006 K.Murakami (1.1.0)
|
|
- implement G4ExceptionHandler as translation to Python exceptions
|
|
- remove obsolete method; G4VPhysicalVolume::GetObjectRotation()
|
|
|
|
20 November 2006 K.Murakami
|
|
- modification for G4.8.2
|
|
- add G4Exception and G4ExceptionSeverity
|
|
- modify configure for supporting physics lists
|
|
- add physics list modules
|
|
|
|
15 November 2006 H. Yoshida
|
|
- add 00README_MACOSX
|
|
|
|
23 August 2006 K.Murakami
|
|
- add G4Version
|
|
- G4LossTableManager, modify for version evolution
|
|
|
|
06 August 2006 K.Murakami (1.0.2)
|
|
- modify config tools for building on MacOSX (some side-effects)
|
|
- add tools dir for support tools for building user environment
|
|
- add intercoms dir (move pyG4UImanager.cc from interfacr to intercoms)
|
|
- new exposed staffs;
|
|
G4UImanager, G4UIcommandTree, G4UIcommand, G4UIparameter
|
|
- __init__.py is updeted
|
|
(gUImanager as global, and some modifications)
|
|
|
|
12 July 2006 K.Murakami (1.0.1)
|
|
- add exposures of G4LossTableManager, G4ProductionCutsTable
|
|
- add site-modules/utls/MCScore
|
|
- add site-modules/physics_lists/EMLowEpl
|
|
|
|
29 June 2006 K.Murakami
|
|
- "site-modules/primaries/MedicalBeam/MedicalMeam.cc"
|
|
fix a bug in calculation of cos from a sin value
|
|
- remove duplicated DISCLAIMER (ExN03PhysicsList.cc/hh in site-modules)
|
|
|
|
27 June 2006 K.Murakami
|
|
- fix rpath of boost_python (config/sys/linux.gmk, linuxx8664gcc.gmk)
|
|
|
|
21 June 2006 K.Murakami
|
|
- sh version of configure script
|
|
- G4UserStackingAction: fixed for not being called
|
|
|
|
14 June 2006 K.Murakami
|
|
- update 00README
|
|
- update expose of G4Track
|
|
- change python calls pass-by-reference
|
|
(XXXUserAction::XXXAction())
|
|
- change install path of site-modules (lib/site-modules -> lib/)
|
|
- remove COPYING
|
|
- update examples/education/lesson2
|
|
|
|
07 June 2006 K.Murakami
|
|
- fix segmentation fault at termination
|
|
(XXUserAction-s, GraphicSystem-s)
|
|
|
|
05 June 2006 K.Murakami
|
|
- add disclaimer for .cc/.hh files
|
|
- some modifications for 08-00-ref-05
|
|
(G4FieldManager/G4EmCalculator/G4VPhysicalVolume/G4ParticleDefinition)
|
|
|
|
25 April 2006 K.Murakami
|
|
- update to a revised version (local tag: g4py-weekly-23-Apr-06)
|
|
- Directory structure is slightly modified.
|
|
- some classes are newly exposed.
|
|
- some new examples are added.
|
|
|
|
27 February 2006 K.Murakami
|
|
- commit the first version (local tag: g4py-27-feb-06)
|
|
|