/[ascend]/trunk/models/johnpye/extpy
ViewVC logotype

Log of /trunk/models/johnpye/extpy

View Directory Listing Directory Listing


Sticky Revision:

Revision 2824 - Directory Listing
Modified Tue Feb 17 06:55:13 2015 UTC (8 years, 7 months ago) by jpye
replace some missing svn:ignore rules on various directories


Revision 2803 - Directory Listing
Modified Fri Jul 18 13:39:48 2014 UTC (9 years, 2 months ago) by jpye
reduced debug output

Revision 2777 - Directory Listing
Modified Thu Mar 27 23:15:36 2014 UTC (9 years, 6 months ago) by jpye
add test of mu,k to ASCEND wrapper for FPROPS. starting to work...
added 'uPa' to measures.
added note about pipe.a4c not yet calculating k,mu.

Revision 2649 - Directory Listing
Modified Wed Dec 12 12:39:25 2012 UTC (10 years, 9 months ago) by jpye
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)

Revision 2334 - Directory Listing
Modified Fri Dec 24 05:11:35 2010 UTC (12 years, 9 months ago) by jpye
Some work to support cleaning up of importhandler (more work to be done still, don't know how to unload the DLLs yet).
Fixed valgrind issues with ospath, switched to strtok_r for linux.

Revision 2323 - Directory Listing
Modified Wed Dec 15 06:35:43 2010 UTC (12 years, 9 months ago) by jpye
Refactor some more stuff from 'utilities' into 'general' with goal that 'general' never refers to 'utilities'.

Revision 2018 - Directory Listing
Modified Wed Apr 29 03:38:10 2009 UTC (14 years, 4 months ago) by jpye
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 1787 - Directory Listing
Modified Sat Jun 7 06:32:58 2008 UTC (15 years, 3 months ago) by jpye
Fixed against Tcl/Tk on Fedora 9.
Removed lots more env.Copy(), change to env.Clone() for newer SCons.

Revision 1597 - Directory Listing
Modified Fri Aug 17 05:26:05 2007 UTC (16 years, 1 month ago) by jpye
New external library naming scheme on Windows: 'name_ascend.dll' instead of 'name.dll'.
This applies to solvers as well as external methods, extpy, import handlers, etc.

Revision 1439 - Directory Listing
Modified Sat May 26 01:53:11 2007 UTC (16 years, 4 months ago) by jpye
Fixed launch-time dependency on matplotlib.

Revision 1332 - Directory Listing
Modified Thu Mar 8 06:39:30 2007 UTC (16 years, 6 months ago) by jpye
Removed some debug output

Revision 1063 - Directory Listing
Modified Sun Jan 7 07:54:06 2007 UTC (16 years, 8 months ago) by johnpye
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.

Revision 1059 - Directory Listing
Modified Sat Jan 6 23:27:57 2007 UTC (16 years, 8 months ago) by johnpye
Moved extpy warning to better place

Revision 1058 - Directory Listing
Modified Sat Jan 6 23:14:11 2007 UTC (16 years, 8 months ago) by johnpye
Marked extpy as EXPERIMENTAL via ASC_PROG_WARNING during load.
Commented out the IDADENSE.testkryx test case, as it's been causing a hang.

Revision 1055 - Directory Listing
Modified Sat Jan 6 14:47:13 2007 UTC (16 years, 8 months ago) by johnpye
simplified slv_check_bounds call.

Revision 1024 - Directory Listing
Modified Wed Jan 3 10:27:43 2007 UTC (16 years, 8 months ago) by johnpye
Added extfn and extpy to python test suites.

Revision 983 - Directory Listing
Modified Thu Dec 21 03:43:11 2006 UTC (16 years, 9 months ago) by johnpye
Fixing building for libpython *present*

Revision 982 - Directory Listing
Modified Thu Dec 21 03:18:54 2006 UTC (16 years, 9 months ago) by johnpye
Fixed for nonexistent libpython

Revision 937 - Directory Listing
Modified Fri Nov 24 03:58:49 2006 UTC (16 years, 10 months ago) by johnpye
Fixed ability to run 'solve' from an external script method, without the present of the PyGTY GUI.

Revision 935 - Directory Listing
Modified Fri Nov 24 00:37:11 2006 UTC (16 years, 10 months ago) by johnpye
Adopted suggestions wrt Py_None on Windows platform (extpy)
Fixed up default values of CUNIT_PREFIX (needs testing for case where missing)

Revision 932 - Directory Listing
Modified Thu Nov 23 13:23:33 2006 UTC (16 years, 10 months ago) by johnpye
Working on bugs in the 'error_reporter_tree' stuff.
Removed binary files from base/generic/utilities/test (these are built as needed by SCons now)

Revision 930 - Directory Listing
Modified Wed Nov 22 13:09:09 2006 UTC (16 years, 10 months ago) by johnpye
solve.py raises ImportError if 'browser' object is not available (right approach?)
Freeing some variables in dsgsat2.a4c.
Returing Py_None from extpy routine in 'browser' object not defined (eg during non-GUI unit testing)
Error reporting from extpy import handler (ongoing)
Timeout in versioncheck (when server unavailable)
A little more tinkering with IDA.

Revision 914 - Directory Listing
Modified Sat Oct 28 05:27:58 2006 UTC (16 years, 11 months ago) by johnpye
Fixed prototype for extpy_destroy
Dubious fix for the message about directory node in doc/SConscript (is $ expansion happening?)


Revision 912 - Directory Listing
Modified Fri Oct 27 07:18:21 2006 UTC (16 years, 11 months ago) by johnpye
Removed BBOXWHINE (replaced with some one-time-only warnings for the moment)
Added ExtMethodDestroyFn to allow 'user_data' associated with external methods to be destroyed.
Implemented the destroy fn through to 'extpy' module.
Added 'name' as an extra parameter in the user_data for extpy, to help with debug msgs.
Moved 'solvernotes' to a file of its own (was part of listnotes.py)
Added 'repaint' to GTK 'tools' menu (for debugging)
Added 'python.h' to top of library, type files (pygtk) to stop silly warnings.
Working on some diagnosing of problems as noted in Simulation::checkInstance.
Removed some old comments from namio.h and others.
Renamed 'blsys' to 'sys' in integrator.c.
Some work on fixing up the J*v function for IDA (not yet complete).
Added new 'destroyfn' parameter (as NULL) to all calls to 'CreateUserFunctionMethod'.

Revision 911 - Directory Listing
Modified Thu Oct 26 13:44:58 2006 UTC (16 years, 11 months ago) by johnpye
Removed a few more redundant debug msgs

Revision 880 - Directory Listing
Modified Sun Oct 8 23:38:31 2006 UTC (16 years, 11 months ago) by johnpye
bumping versions to 0.9.5.101

Revision 877 - Directory Listing
Modified Sat Oct 7 09:31:51 2006 UTC (16 years, 11 months ago) by johnpye
Added example of external scripting to the model 'fourbarplot.py'.
Allows plotting of the status of the four bar linkage.
TODO: test in the Tcl/Tk environment

Revision 876 - Directory Listing
Modified Sat Oct 7 06:55:11 2006 UTC (16 years, 11 months ago) by johnpye
Slightly simplified access to child instances from python

Revision 875 - Directory Listing
Modified Sat Oct 7 06:26:34 2006 UTC (16 years, 11 months ago) by johnpye
Can now access the ASCEND model from an external python script method. The API is not at all nice, but it's basically working now.

Revision 874 - Directory Listing
Modified Thu Oct 5 15:13:22 2006 UTC (16 years, 11 months ago) by johnpye
Can now access python methods from ASCEND. Still can't access the 'SELF' instance: that's the next thing to do.

Revision 873 - Directory Listing
Modified Thu Oct 5 14:51:49 2006 UTC (16 years, 11 months ago) by johnpye
Can now register python methods with ASCEND. Still can't execute the python code, but getting close.

Revision 872 - Directory Listing
Modified Thu Oct 5 12:52:43 2006 UTC (16 years, 11 months ago) by johnpye
Converted to Python fopen routine (on suggestion of Fredrik Lundh from comp.lang.python)

Revision 871 - Directory Listing
Modified Thu Oct 5 09:30:08 2006 UTC (16 years, 11 months ago) by johnpye
Changed the way that SWIG accesses the C++ 'Registry' class in the case of Python (trying to make it language neutral)

Revision 869 - Directory Listing
Modified Wed Oct 4 14:03:46 2006 UTC (16 years, 11 months ago) by johnpye
'hello world' works from external python module, correctly hooks into 'browser' object.

Revision 867 - Directory Listing
Modified Fri Sep 29 11:25:47 2006 UTC (16 years, 11 months ago) by johnpye
more diagnostic output, trying to find reason for crash on Windows

Revision 865 - Directory Listing
Modified Thu Sep 28 14:19:17 2006 UTC (17 years ago) by johnpye
First success at executing python code from inside ASCEND "IMPORT" statement :-)

Revision 864 - Directory Listing
Modified Thu Sep 28 13:39:16 2006 UTC (17 years ago) by johnpye
ImportHandler seems to be working, tested with datareader/testtmy.a4c and extfn/testextfn.a4c.

Revision 862 - Directory Listing
Added Tue Sep 26 13:47:27 2006 UTC (17 years ago) by johnpye
Some work on the IMPORT handler functionality. Mostly just placeholders at this stage.

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22