You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ rn = @reaction_network begin
24
24
end
25
25
getnoisescaling(rn)
26
26
```
27
+
-`SDEProblem` no longer takes the `noise_scaling` argument (she above for new approach to handle noise scaling).
27
28
- Changed fields of internal `Reaction` structure. `ReactionSystems`s saved using `serialize` on previous Catalyst versions cannot be loaded using this (or later) versions.
28
29
- Simulation of spatial ODEs now supported. For full details, please see https://github.com/SciML/Catalyst.jl/pull/644 and upcoming documentation. Note that these methods are currently considered alpha, with the interface and approach changing even in non-breaking Catalyst releases.
29
30
- LatticeReactionSystem structure represents a spatial reaction network:
noise_scaling =nothing, # To be removed (used for deprication message only).
1499
1489
kwargs...)
1500
-
isnothing(noise_scaling) ||error("Supplying a noise_scaling agument to SDESystems have been depricated. Please see the \"Scaling the noise magnitude in the chemical Langevin equations\" section of the \"Advanced Simulation Options\" page of the documentation for the new approach.")
noise_scaling =nothing, # To be removed (used for deprication message only).
1550
1539
kwargs...)
1551
-
isnothing(noise_scaling) ||error("Supplying a noise_scaling agument to SDESystems have been depricated. Please see the \"Scaling the noise magnitude in the chemical Langevin equations\" section of the \"Advanced Simulation Options\" page of the documentation for the new approach.")
0 commit comments