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: NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# NetworkDynamics Release Notes
2
2
3
+
## v0.10.10 Changelog
4
+
-[#317](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/317) Enhanced callback system with negative affect support and runtime callback injection:
5
+
- Add `affect_neg!` parameter to `ContinuousComponentCallback` and `VectorContinuousComponentCallback` for handling downcrossing events
6
+
- Add ability to inject additional callbacks at runtime via `get_callbacks(nw, additional_callbacks)` without storing them in component metadata
7
+
- Add `NetworkDynamics.pretty_f()` debugging utility for pretty-printing MTK-generated functions
8
+
- Improve MTK integration warnings for nested event systems
9
+
- Better initialization error messages with specific variable information when NaN values are detected
10
+
3
11
## v0.10.9 Changelog
4
12
-[#314](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/314) Consolidate deprecated functionality: all deprecated functionality moved to dedicated `src/deprecated.jl` file for easier maintenance
0 commit comments