Skip to content

Commit 95c2cbc

Browse files
committed
Merge remote-tracking branch 'origin/remake_test_n_warn_update' into remake_test_n_warn_update
2 parents 0fcb51d + f2a8883 commit 95c2cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use `Tsit5` install `OrdinaryDiffEqTsit5`, etc. The possible sub-libraries, each containing different solvers,
1515
can be viewed [here](https://github.com/SciML/OrdinaryDiffEq.jl/tree/master/lib).
1616
- It should now be safe to use `remake` on problems which have had conservation laws removed.
17-
The warning regarding this when eliminating conservation laws have been removed (in conjecture
17+
The warning regarding this when eliminating conservation laws have been removed (in conjunction
1818
with the `remove_conserved_warn` argument for disabling this warning).
1919
- 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:
2020
(1) Every symbol explicitly declared using `@species`, `@variables`, and `@parameters` are assigned to the correct category.

0 commit comments

Comments
 (0)