Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.2'
Browse files Browse the repository at this point in the history
Fixed issue #4 in FirstReactionMethod
stocal.examples.type_rules now does what it claims to do
Fixed specification to explicitly include transitions that occurr at tmax
  • Loading branch information
harfel committed May 23, 2018
2 parents 67c0739 + 59c20b5 commit a4dc5fc
Show file tree
Hide file tree
Showing 10 changed files with 402 additions and 207 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [1.1.1]
## [1.1.2] - 2018-05-23

### Fixed
- Fixed issue #4 in FirstReactionMethod

### Changed
- stocal.examples.type_rules now does what it claims to do
- Events that occurr at tmax are now explicitly included in a trajectory


## [1.1.1] - 2018-03-21

### Fixed
- Fixed issue 3 in AndersonNRM
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- other kinetic laws, e.g. Hill function
- SSA profiling and algorithm variations
- C/C++/D implementation
= version 1.1+
= version 1.2+
- deprecate dict support in MassAction.reactions and ReactionRule.infer_transitions
- deprecate invalid-name arguments
= version 2
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ class VolumeDependentMassAction(MassAction):
return a / volume(time)**(order-1)
```

We can now use `VoulmeDependentMassAction` in any place where we
We can now use `VolumeDependentMassAction` in any place where we
have used default `MassAction` reactions before.
stocal/examples/temperature_cycle.py gives an example of how reactions
can be modified to take changing temperature instead of volumes instead.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():


setup(name = "stocal",
version = "1.1.1",
version = "1.1.2",
description = "simple rule-based stochastic simulation",
long_description = readme(),
classifiers=[
Expand Down
Loading

0 comments on commit a4dc5fc

Please sign in to comment.