Skip to content

Releases: bad-ants-fleet/crnsimulator

moved plotting libraries and functions into a separate file

13 Nov 17:48
9f74ec8
Compare
Choose a tag to compare
  • removed networkx dependency
  • moved plotting libraries and functions into a separate file to avoid automatic import.
  • fixed a bug for flint('1.0')

logging, new commandline arguments, constant concentration support

25 Mar 00:24
37588e2
Compare
Choose a tag to compare
  • status alpha -> beta
  • now using logging
  • python >= 3.7 only
  • improved header documentation
  • using entry_points for crnsimulator script
  • set default rate = 1 (new post-processing standard, no warning)
  • new command line arguments: labels, labels-strict
  • support the constant concentration flag

update get_integrator function & documentation

14 Feb 00:06
Compare
Choose a tag to compare
v0.7.1

update get_integrator function & documentation

requires python>=3.7

14 Feb 00:05
Compare
Choose a tag to compare

update to networkx 2.4 support

Python 2.7 / 3.x warning removed

31 Jul 00:08
Compare
Choose a tag to compare
v0.6

Python 2.7 / 3.x compatible

default concentration parser

11 May 00:42
Compare
Choose a tag to compare
Pre-release

STDIN to the crnsimulator executable may now specify default initial concentrations

Toward Python 3 support

29 Apr 00:17
Compare
Choose a tag to compare
Pre-release

Except for troubles with unicode_literals, the crnparser should work fine with Python 3 now..

A bug with scientific float format in the CRN parser has been fixed.

Fixed problems with species names.

11 Jul 03:56
Compare
Choose a tag to compare
Pre-release

This version fixes a bug that was caused by certain species names that clash with sympy imports. From now on, all sorts of weird species names, e.g. sin, cos, should work fine.

initial release

02 May 23:06
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

Simulate arbitrary CRNs with scipy.odeint