Menu

Model Builder: Graphical ODE Simulator / News: Recent posts

Version 0.4.0 is out!!

Dear users,

Version 0.4.0 is out with the highly requested feature of named variable and parameters.

from now on, although old syntax is still functional, one can write equation with an equal sign and the state variable on the LHS. This means they can also be referred to, in the other equation by the same name. The same goes for the parameters:

for example:

dy/dt = a*x
dx/dt = b*y

can be written like this:
y=a*x
x=b*y... read more

Posted by Flávio Codeço Coelho 2007-03-27

Version 0.3.2 is out

Version 0.3.2 includes many bug fixes such as the installation bug.
New features are related with the state-space diagram which now includes isoclines and nullclines.

Posted by Flávio Codeço Coelho 2006-11-13

Added New Linux Installer

The linnux installer file bundles all binary dependencies into one fat binery package and installer.

If you have had problems running Model-builder in the past, try this!

Flávio

Posted by Flávio Codeço Coelho 2006-10-27

windows version

The windows version of Model Builder has been compiled and tested with Enthon (Python Enthought Edition).

So if you are having trouble running MB on windows, please install Python Enthought edition and try again

good luck,

Flávio

Posted by Flávio Codeço Coelho 2006-10-18

Release 0.3.1 with some new features

New Features:

Added help book. Still being written;
Added buttons to plot spectrogram, power spectrum and wavelet transform to the spreadsheet window;
Precompile equations and parameter expressions;
Doubled the performance of Integration routines;
Fixed many bugs.

enjoy!

Flávio

Posted by Flávio Codeço Coelho 2006-10-18

hints for windows users

you have to install latest version of scipy and numpy (SVN version) and matplotlib.

If you get some erro messages try comentting the line that says:
import uncertaintyMiniFrame
on wxframe1.py

I'll have a bug fix release out soon. I am also considering releasing a fat Binary Version without dependencies.

good luck,

Flavio

Posted by Flávio Codeço Coelho 2006-10-16

Examples package

Hi,

For some reason the example models were no included in the windows eggs and were not updated in the linux eggs.

So I have uploaded an Examples.zip file with some example models for you to try out.

have fun!

Flávio

Posted by Flávio Codeço Coelho 2006-10-15

Model Builder 0.3.0 is out!

Great enhancements in stability and features! Now Uncertainty Analysis is fully functional. (Sensitivity is comming soon).
The main toolbar got two new buttons.
Many bugs fixed!

Much more to come!!

enjoy,

Flávio

Posted by Flávio Codeço Coelho 2006-10-15

Bugs fixed in subversion

There were some bugs in the last release introduced by the gui designer. They are fixed in subversion.

I'll have a new release with these fixes and new features soon.

Enjoy,

Flávio

Posted by Flávio Codeço Coelho 2006-07-05