Releases: JuliaDynamics/NetworkDynamics.jl
v0.10.6
NetworkDynamics v0.10.6
Merged pull requests:
Closed issues:
- Workflow for deactivating edges. (#245)
- OpPoDyn: stateless powerflow (#256)
- wrong indexing in NWParameter throws weird error (#297)
- define show functions for compact printing for arrays of Edge/VertexModels (#300)
- allow batch indexing into nw (#307)
- unhelpful init failure for non-autonomous system with t=NaN (#308)
- nw[VPIndex()] error -- alow indexing with parameter indices? (#310)
v0.10.5
NetworkDynamics v0.10.5
Merged pull requests:
Closed issues:
- add auto sparsity detection option (#240)
v0.10.4
v0.10.3
NetworkDynamics v0.10.3
Merged pull requests:
v0.10.2
v0.10.1
v0.10.0
NetworkDynamics v0.10.0
-
BREAKING: the interface initialization of components has changed: it is now split up in two versions, mutating and non mutating version. Also it errors now if the tolerance bounds are violated. See docs on initialization for more details.
-
new
get_graph(::Network)
method to extract graph object from nw -
improved Initialization System: Added comprehensive initialization formulas and constraints system:
- added
@initformula
to add explicit algebraic init equations for specific variables - added
@initconstraint
to add additional constraints for the component initialization
- added
-
allow access edges via Pairs, i.e.
EIndex(1=>2,:a)
references variable:a
in edge from vertex 1 to 2. Works also with unique names of vertices likeEIndex(:a=>:b)
#281.
Merged pull requests:
- Hw/fixinspector (#247) (@hexaeder)
- few typos in the docs (#249) (@kafu16)
- fix docstring (#261) (@hexaeder)
- fix ci and bump versions (#262) (@hexaeder)
- fix aligned multiline show (#263) (@hexaeder)
- improve initialization (#266) (@hexaeder)
- Fixed typo in getting_started_with_nethwork_dynamics.jl (#272) (@ThePurox)
- allow indexing of edges via pairs (#281) (@hexaeder)
Closed issues:
- add EIndex(src => dst) as valid identifiers (#239)
- Easy way to access graph? (#244)
- insym_flat for nothing fails (#248)
- Inspector: drag graph around with mouse (#250)
- Inspector: Component selection ends at index 50 (#251)
- "stateless" component initialization (#254)
- additional constraints for component initialization (#255)
- Unhelpfull error if symbolic index does not exist (#278)
v0.9.18
v0.9.17
NetworkDynamics v0.9.17
Merged pull requests:
Closed issues:
v0.9.16
NetworkDynamics v0.9.16
Merged pull requests:
Closed issues:
- Make use of
Let
in MTK function generation (#230)