NetworkDynamics v0.9.1
Merged pull requests:
- new backend (#140) (@hexaeder)
- improved MTK interop (#142) (@hexaeder)
- remove OrdinaryDiffEq in favor of subpackages (#143) (@hexaeder)
- mv metadata into metadata object (#144) (@hexaeder)
- allow component-wise initialization (#145) (@hexaeder)
- fix small things in initialization (#146) (@hexaeder)
- fix reconstruction of p dependent observables (#151) (@hexaeder)
- improve caching (#153) (@hexaeder)
- minor improvmenets (#162) (@hexaeder)
- Gas Network Example (#163) (@hexaeder)
- metadata overhaul (#164) (@hexaeder)
- split interface into f and g functions (#166) (@hexaeder)
- add stress on truss example (#168) (@hexaeder)
- update docs (#177) (@hexaeder)
- fix show of sig digits (#178) (@hexaeder)
- add zenodo json (#180) (@hexaeder)
- rename function -> model (#181) (@hexaeder)
Closed issues:
- Tests for multithreading support (#25)
- GPU support (#40)
- redundant linear indexing (#52)
- Make doctests part of testing (#62)
- edges with :unspecified coupling are not identified as unique after reconstruction (#102)
- Rename things (#111)
- Make static variables avialable via
observable
mechanism (#112) - Change parameters to be row-major? (#116)
- Fix compat with SciMLBase 2.11 (#132)
- Create a zenodo.json (#136)
- allow symbolic indexing based on component name (#147)
- infering graph from metadata (#148)
- replace unbuffered execution (#152)
- test if all keywords of Network constructor appear in "remake" constructor (#156)
- save equations and observed in metadata (#159)
- Check for identical references in vertex/edge list (#160)
- support algebraic output maps (#161)
- explicitly document different FF types in mathematical model (#169)
- add docs on MTK constructors (#170)
- add docs on Execution/Aggregation schemes (#171)
- update readme (#172)
- add news.md an document the main changes from 0.8 (#173)
- minimize repo size (#174)
- fix pretty printing of default/guess values (#176)