Skip to content

Commit 4e296f1

Browse files
committed
update news.md
1 parent 4050534 commit 4e296f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS.md

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

3+
## v0.10.9 Changelog
4+
- [#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
5+
6+
## v0.10.8 Changelog
7+
- [#313](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/313) Fix FilteringProxy issues and improvements:
8+
- Fix bug with empty `getindex` operations on FilteringProxy
9+
- Add pattern highlighting in FilteringProxy display (matches shown in light red)
10+
- Fix method ambiguity issues in symbolic indexing
11+
- Improve callback error handling with early validation for wrong signatures
12+
- Allow name clash reconstruction when it was previously allowed
13+
314
## v0.10.7 Changelog (PR #312)
415
- [#312](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/312) Major rework of symbolic indexing system:
516
- New index types: Added `ParamIdx` and `StateIdx` for explicit parameter vs state numeric indexing

0 commit comments

Comments
 (0)