Parent Directory
|
Revision Log
Sticky Revision: |
some test about lists added.
Older versions of numarray dont have the "all" function. The test has been modified to run for these order versions. too.
fixes on ESySXML to get runmodel going. * object ids are now local for read and write of XML * ParameterSets are now written with class name * ParameterSets linked by other ParameterSets (previously only Models) are written now * list are now lists of str (rather than bools), lists with bool, int or float are mapped to numarray * numarray are writen with generic types Bool, Int, Float (portability!)
DataSources added to modelframe/EsysXML, and tests to run_xml.py. Currently does not actually handle data sources, just references. Functionality is in progress. EsysXML format (URI can be a local file reference, or a remote reference such as an ftp site, fileformat is currently any string descriptor, such as finleyMesh or gmtdata): <Parameter type="DataSource"> <Name> uritest </Name> <Value> <DataSource> <URI> somelocalfile.txt </URI> <FileFormat> text </FileFormat> </DataSource> </Value> </Parameter>
Changed numarray xml structure slightly, to fit better with the rest of the XML. Added lists of booleans as a data type in modelframe. Fixed bug with bools in modelframe.
Numarray support added to modelframe and tests for numarray added to run_xml. Numarrays will look like this in ESysXML: A 2 x 3 numarray will look like this: <Parameter type="NumArray"> <Name> numtest </Name> <Value> <ArrayType> Float64 </ArrayType> <Shape> 2 3 </Shape> <Data> 1.0 2.0 3.0 3.0 4.0 5.0 </Data> </Value> </Parameter> A numarray vector will look like this: <Parameter type="NumArray"> <Name> numtest </Name> <Value> <ArrayType> Float64 </ArrayType> <Shape> 3 </Shape> <Data> 3.0 4.0 5.0 </Data> </Value> </Parameter>
latex build documentation is working now
A few changes in the build mechanism and the file structure so scons can build release tar files: * paso/src/Solver has been moved to paso/src * all test_.py are now run_.py files and are assumed to be passing python tests. they can run by scons py_tests and are part of the release test set * escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory (rather then the PYTHONPATH). * all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i by not run automatically. * CppUnitTest is now treated as a escript module (against previous decisions). * scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files) the python tests don't pass yet due to path problems.
Copyright information added.
move all directories from trunk/esys2 into trunk and remove esys2
Merge of development branch dev-02 back to main trunk on 2005-09-15
Merge of development branch dev-02 back to main trunk on 2005-09-01
erge of development branch dev-02 back to main trunk on 2005-08-12
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |