Skip to content

Commit 8a2b564

Browse files
committed
bump version
1 parent 550c218 commit 8a2b564

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# NetworkDynamics Release Notes
22

3-
## v0.10.10 Changelog
3+
## v0.10.9 Changelog
44
- [#317](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/317) Enhanced callback system with negative affect support and runtime callback injection:
55
- Add `affect_neg!` parameter to `ContinuousComponentCallback` and `VectorContinuousComponentCallback` for handling downcrossing events
66
- Add ability to inject additional callbacks at runtime via `get_callbacks(nw, additional_callbacks)` without storing them in component metadata
77
- Add `NetworkDynamics.pretty_f()` debugging utility for pretty-printing MTK-generated functions
88
- Improve MTK integration warnings for nested event systems
99
- Better initialization error messages with specific variable information when NaN values are detected
10-
11-
## v0.10.9 Changelog
1210
- [#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
1311

1412
## v0.10.8 Changelog

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NetworkDynamics"
22
uuid = "22e9dc34-2a0d-11e9-0de0-8588d035468b"
33
authors = ["Frank Hellmann <[email protected]>, Michael Lindner <[email protected]>, Hans Würfel <[email protected]"]
4-
version = "0.10.8"
4+
version = "0.10.9"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"

0 commit comments

Comments
 (0)