Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv9567
Modified Files:
CHANGES.current setup.py
Log Message:
see CHANGES.current
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** CHANGES.current 28 Mar 2003 19:04:28 -0000 1.17
--- CHANGES.current 11 Apr 2003 18:06:33 -0000 1.18
***************
*** 2,5 ****
--- 2,16 ----
===========================
+ 2003-03-29: onsight
+ Added a DataManager class to combine access to multiple data
+ archives simultaneously and transparently.
+
+ *** ANY MSVC USERS: PLEASE UPDATE THE PROJECT FILE TO INCLUDE ***
+ *** DATAMANAGER.CPP ***
+
+ Added Quaternion as a base type. It now has Python bindings
+ and an XML interface that can specify either a 3x3 matrix
+ or the 4 quaternion parameters. The XML tag is <Quat>
+
2003-03-28: delta
updated .net project (release mode is maintained)
Index: setup.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/setup.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup.py 28 Mar 2003 19:04:57 -0000 1.13
--- setup.py 11 Apr 2003 18:06:33 -0000 1.14
***************
*** 268,298 ****
interfaces = [
! "cSimData.i",
! "BaseType.i",
! "Conversions.i",
! "DataArchive.i",
! "Date.i",
! "Enum.i",
! "Exception.i",
! "External.i",
! "filemap.i",
! "GeoPos.i",
! "HashUtility.i",
! "InterfaceRegistry.i",
! "Interpolate.i",
! "List.i",
! "Log.i",
! "Math.i",
! "Matrix3.i",
! "Noise.i",
! "Object.i",
! "Pack.i",
! "Path.i",
! "Random.i",
! "Real.i",
! "String.i",
! "Types.i",
! "vector.i",
! "Vector3.i",
]
--- 268,299 ----
interfaces = [
! "cSimData.i",
! "BaseType.i",
! "Conversions.i",
! "DataArchive.i",
! "Date.i",
! "Enum.i",
! "Exception.i",
! "External.i",
! "filemap.i",
! "GeoPos.i",
! "HashUtility.i",
! "InterfaceRegistry.i",
! "Interpolate.i",
! "List.i",
! "Log.i",
! "Math.i",
! "Matrix3.i",
! "Noise.i",
! "Object.i",
! "Pack.i",
! "Path.i",
! "Quaternion.i",
! "Random.i",
! "Real.i",
! "String.i",
! "Types.i",
! "vector.i",
! "Vector3.i",
]
|