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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# NetworkDynamics Release Notes
2
2
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
+
3
14
## v0.10.7 Changelog (PR #312)
4
15
-[#312](https://github.com/JuliaDynamics/NetworkDynamics.jl/pull/312) Major rework of symbolic indexing system:
5
16
- New index types: Added `ParamIdx` and `StateIdx` for explicit parameter vs state numeric indexing
0 commit comments