Parent Directory | Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Workaround for bug 494. Very close to the changes that Grivan suggested in changeset 3482. ASCEND now working in Fedora 16 with SWIG 2.0.4.
Merged changes from Grivan's GSOC2010 project, branches/grivan, r2824:3253. This brings the new canvas code into trunk.
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'. Adding support for IPOPT 3.9.1, the current latest version. Support in dtar for parallel builds (possibly needs some testing still).
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.
Add setIntValue to Python wrapper for Instance class. Added getModule method for Type, planned for use with canvas-based modeller.
Updated cavity to current CLFR design Stage 2. Added 'singletube' model to tubebank. Improved functionality of the Module view in PyGTK GUI (corrected highlighting of instantiable types, enabled doubleclick expansion of module type list). Added reporting of inline notes via console output (TODO: incorporate this into the GUI). Added Type::isModel and corrected Type::hasParameters (C++).
Added operator< to SymChar class (C++). Added toString method to Dimensions class (C++). Fixed close-button behaviour in Solver Reporter dialog (Python). Added Library::getUnits to get list of all units of measurement in use (C++). Added Library::getRealAtomTypes to get list of all real atomic types (C++). Removed duplicated class definition for Dimensions in ascpy.i (C++). Added __str__ to Python wrapping of Dimensions type. Started working on populating data fields in UnitsDialog (Python). Default constructor for Dimensions object now creates 'wildcard' dimension. Cleared contents of library.i (should delete it actually). Added Type::isFundamental (C++). Tidied find.h formatting, #includes.
Cleaned some #includes. Added test case to instantiate a simple model.
Several changes to get BinToken compilation active again from PyGTK interface. Still not working but the problems now are in the C layer. Tidied doc for slvDOF.h Changed BinTokenSetOptions to saner use of strings -- no more 'taking ownership' of char arrays passed. Added Compiler.use_binary_compilation option in PyGTK GUI. Moved all the bintoken stuff out of class Type and into Compiler, where it should be (C++).
Added simplified ASC_PANIC call that uses var-args, added throughout relation_util.c. Fixed var_filter_t stuff in djex and fvex. More assertions in integrator.c Added output of initial state from lsode.c (hoping that's a good idea?) Fixed output code from relman_diff2. Added asc_panic_nofunc for non var-arg CPPs. Disabled -O3 flag in building C++ API Added __getitem__ and __getattr__ methods in Simuluation for simplified python syntax (eg M.x instead M.sim.x) Integrator::analyse throws exceptions on error now.
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)
The 'sim' object is correctly accessible from script methods now, even if run during on_load. Added 'getSimulation' to registry.cpp, added 'runDefaultMethod' to Simulation, added 'getMethod' to Type. Running of 'on_load' is instigated at the Python level now, so that relevent python variables are set at simulations are built, etc. This appears to have cause some changes to the way the solver behaves, possibly. Added SearchProcList to exports in libascend.
Added 'user_data' to the external method structure, changed some corresponding functions. Tried adding to C++ API the means to declare a Python method, still ongoing.
Added the ability to run methods on sub-models within a simulation. Use the right-click context menu.
Merged changes from DAE branch (revisions 702 to 819) back into trunk. This adds the Integration API to the ASCEND solver (in base/generic). Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver. Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc') Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level) Made corresponding changes to SCons* and spec files.
Removing extra subdir level in pygtk path
Adding ASC_DLLSPEC to all functions that are being used by Python interface. Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments. Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made this active again (for ASC_BUILDING_INTERFACE) use. Trying to catch error in ascpy.Library call with try/except, doesn't work though.
Added SConscript for PyGTK interface. It's not finding the lib files, something wrong with the -L options?
In PyGTK 'modules' list, you can now see non-parameterised types in bold.
Adding the PyGTK interface to CMU repository. Whaddyareckon?
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.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |