added reversibility for reactions, changes to n...
Added test for sundials compilation with tempor...
reworked rba as with ipopt solver, used linopt ...
added deFBA algorithm, warning rba is broken. S...
working version of RBA
added basic RBA method implemented in gurobi
corrected error in sorting stoich, species, and...
added catalytic constants for biomass productio...
added function to construct HC matrix
added calculation of biomass vector via fasta data
added molecular weight search and fixed some co...
added ribosomes to model; added energy cost to ...
added a function to create the configuration fi...
added config file parser to the code for user, ...
added functions to sort the species to [x_ext, ...
added function to add protein producing reactio...
added function to add new reactions from OR ter...
added interfaces to KEGG, BRENDA, YeastGenome t...
Added outer parenthesis around SBML function su...
Partially fixed a bug with parentheses in SBML ...
Fixed an error with output computation from sim...
Changed output code format for jacobian string ...
Importing C's M_PI as Python's pi in .pyx files...
Generalized return value handling in Brn.simulate.
Made SBML import test run in standalone.
Improved SBML import with boundary species.
Revised import of boundary species.
cleared code and deleted unnecessary variables/...
added documentation
added additional methods for ode_rhs and rate e...
Removed the nojacobian unittest for casadi.
Fixed return arguments for CasadiSimulator.inte...
Revised interface for consistency with base cla...
Revised CasadiSimulator's constructor.
Added unittests for casadi simulation.
working casadi integrator with variables support
trying to include brn.variables as DAE to the c...
added CasadiSimulator class
Merged latest develop changes into casadi.
Removed Jacobian computation fron SundialsSimul...
Moved BrnNumerics and Simulator to __init__ mod...
Added scipy simulators to numerics __init__ file.
Added SundialsSimulatorStop to numerics subpack...
Added the ode_rhs method to SundialsSimulator.
Started implementing separate numerics subpackage.
Added first implementation of SundialsSimulator.
Fixed smaller interface and documentation issues.
Added sympy import error message.
Merging new numerics package.
Added new Simulator abstract class based on Brn...
Fixed bug in Simulator.compute_outputs.
Added new VodeSimulator class.
Added the VodeSimulatorStop class to the numeri...
added method to set rates as mass-action law ra...
added import function from Brn to BrnCas
added import function from Brn to BrnCas
added simulator method to brncas class and suit...
corrected copy & paste error
initial part for casadi class
Fixed future warning due to None comparison in ...
Merged simulation of time-variant networks with...
Updated documenation for simulation of time-var...
adjusted unittest (3 instead of 4 places)
Added passing of time-argument to ratefun
Fix: time argument as optional parameter
OC switch simulation with implemented cell comm...
OC switch simulation with implemented cell comm...
Added unit test for simulation of time variant ...
Added 'approximation' option in mathutils.rank ...
Startwerte für Zeitpunkte und Trajektorie der Z...
Now removing cells repeatedly until list length...
Now actually removing removed cells from popula...
Fixed bug when using params in sym2fun.
Improved brn.mathutils.sym2fun method.
Added the mathutils.sym2fun method.
Simulating ocs population without Jacobian.
Discover SBML files with 'time' variable, issue...
Added option to simulate without Jacobian.
Fixed Jacobian usage in brn.simulation.VodeSimu...
Fixed a problem in VodeSimulator when sympy not...
Fixed a problem with Cell.evaluate for cells wh...
Added previous sundials simulation example as o...
Changed simulator in ocswitch population example.
Added example for population simulation.
Updated change history to include new populatio...
Pulled new version number in CHANGES.txt from m...
Added files from project with Timm Strecker and...
Started testing framework for cellpopsim.
Passing time_points as optional kwarg in Popula...
Added check of internal division state to simul...
Division now generates two daughter cells inste...
Added CellSimulator class and adjusted Cell con...
Fixed selection of time points in trajectory st...
Removed unneeded old code.
Added methods to evaluate population size.
Changed default growth mechanism to network sim...
Fixed errors in population simulation.
Added trajectory time points to population simu...
Added test with network-based growth.
Removed unneeded scipy import.