Skip to content

Commit 253bd3f

Browse files
TorkelEisaacsas
andauthored
Update docs/src/v14_migration_guide.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent e83139e commit 253bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/v14_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ While this should lead to long-term improvements, unfortunately, as part of the
103103
The maintainers of ModelingTOolkit have been notified of this issue. We are unsure when this will be fixed, however, we do not think it will be a permanent change.
104104

105105
## Removed support for system-mutating functions
106-
According to ModelingToolkit policy, created systems should not be modified. In accordance with this, the following functions have been deprecated: `addparam!`, `addreaction!`, `addspecies!`, `@add_reactions`, and `merge!`. Please use `ModelingToolkit.extend` and `ModelingToolkit.compose` to generate new merged and/or composed `ReactionSystems` from multiple component systems.
106+
According to the ModelingToolkit system API, systems should not be mutable. In accordance with this, the following functions have been deprecated: `addparam!`, `addreaction!`, `addspecies!`, `@add_reactions`, and `merge!`. Please use `ModelingToolkit.extend` and `ModelingToolkit.compose` to generate new merged and/or composed `ReactionSystems` from multiple component systems.
107107

108108
It is still possible to add default values to a created `ReactionSystem`, i.e. the `setdefaults!` function is still supported.
109109

0 commit comments

Comments
 (0)