Skip to content

Releases: alanderos91/BioSimulator.jl

v0.9.3-beta

19 Feb 07:18
Compare
Choose a tag to compare
Remove changes not meant for today

v0.9.3

19 Feb 17:23
Compare
Choose a tag to compare
Clean up

v0.9.2-beta: Merge pull request #29 from alanderos91/develop

27 Jan 18:26
0dcc836
Compare
Choose a tag to compare

Add lattice-based simulations

30 Nov 08:05
Compare
Choose a tag to compare
Pre-release

There are several breaking changes here so it is advised that you avoid updating until most issues are resolved.

Major Changes

  • Add lattice-based simulations. See the documentation.
  • Simulating a Network directly builds several dependency graphs. To help with multiple runs, use state, model = parse_model(network) to build the graphs outside a simulation then run simulate(state, model).
  • Temporarily emoved the trials keyword. For now, use [simulate(state, model, ...) _ for 1:100].
  • Simulation algorithm internals have changed drastically. The OptimizedDirect() and tau-leaping methods have been affected. Will restore functionality and expose interface for tau-leaping in future update.
  • Petri nets are temporarily removed.
  • Simulation data handling has been improved. Use save_points to specify when to save system state.
  • Added SortingDirect() method.
  • Simulation data is stored using RecursiveArrayTools.jl to provide SamplePath and Ensemble types. Types implement IterableTables.jl, which should provide good functionality with I/O and DataFrames.jl.

Fix deprecation warnings

20 Feb 19:58
f8436ec
Compare
Choose a tag to compare
Merge pull request #16 from alanderos91/develop

Develop

Update to Julia v0.7

20 Jan 21:42
d73cad7
Compare
Choose a tag to compare
Merge pull request #14 from alanderos91/develop

Update to Julia v0.7

Benchmarks

13 Nov 06:33
08f1181
Compare
Choose a tag to compare
Merge pull request #11 from alanderos91/benchmarks

Add benchmarks

Output revisions

17 Jul 02:24
Compare
Choose a tag to compare
v0.3

Get rid of GR messages and handle Petri nets manually

v0.2

21 Mar 17:23
Compare
Choose a tag to compare
Track algorithm statistics