Skip to content

Commit 251875e

Browse files
authored
Update HISTORY.md
1 parent 718e2b7 commit 251875e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
with versions of dependencies for which Catalyst CI and doc build tests pass
77
(at the time the release is made). If you need a dependency version increased,
88
please open an issue and we can update it and make a new Catalyst release once
9-
testing against the newer dependency version is complete.
9+
testing against the newer dependency version is complete.
10+
- It is now longer recommended to install and use the full OrdinaryDiffEq library to access specific ODE solvers.
11+
Instead, only install the specific OrdinaryDiffEq sub-libraries that contain the desired
12+
solver. This significantly reduces installation and package loading times. I.e. to use the default
13+
solver that auto-switches between explicit and implicit methods, install `OrdinaryDiffEqDefault`. To
14+
use `Tsit5` install `OrdinaryDiffEqTsit5`, etc. The possible sub-libraries, each containing different solvers,
15+
can be viewed [here](https://github.com/SciML/OrdinaryDiffEq.jl/tree/master/lib).
1016
- New formula for inferring variables from equations (declared using the `@equations` options) in the DSL. The order of inference of species/variables/parameters is now:
1117
(1) Every symbol explicitly declared using `@species`, `@variables`, and `@parameters` are assigned to the correct category.
1218
(2) Every symbol used as a reaction reactant is inferred as a species.

0 commit comments

Comments
 (0)