Skip to content

Commit c626de8

Browse files
authored
Update HISTORY.md
1 parent 6729c0d commit c626de8

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
@@ -1,7 +1,13 @@
11
# Breaking updates and feature summaries across releases
22

33
## Catalyst unreleased (master branch)
4-
- Due to changes in upstream packages, the structural identifiability extension is currently broken.
4+
- Array symbolics support is more consistent with ModelingToolkit v9. Parameter arrays are no longer scalarized by Catalyst, while species and variables arrays still are (as in ModelingToolkit). As such, parameter arrays should now be specified as arrays in value mappings, i.e.
5+
```julia
6+
@parameters k[1:4]
7+
pmap = [k => rand(4)]
8+
```
9+
While one can still manually scalarize a parameter array, it is recommended *not* to do this as it has signifcant performance costs with ModelingToolkit v9.
10+
- The structural identifiability extension is currently disabled due to issues StructuralIdentifiability has with Julia 1.10.5 and 1.11.
511

612
## Catalyst 14.4.1
713
- Support for user-defined functions on the RHS when providing coupled equations

0 commit comments

Comments
 (0)