Skip to content

Commit 9ef1fd7

Browse files
committed
add changelog
1 parent 1e697f7 commit 9ef1fd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# NetworkDynamics Release Notes
22

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+
311
## v0.10.9 Changelog
412
- [#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
513

0 commit comments

Comments
 (0)