Skip to content

Update dev#3

Merged
TimVWese merged 2 commits into
devfrom
main
Jun 19, 2023
Merged

Update dev#3
TimVWese merged 2 commits into
devfrom
main

Conversation

@TimVWese
Copy link
Copy Markdown
Owner

No description provided.

TimVWese added 2 commits June 5, 2023 10:55
# v0.2

## Enhancement

Allow support for heterogeneous definitions of reactions on vertices and edges.
With the changes introduced it is now possible to define different reaction sets for different vertices/edges.
The `vartojumps` and `jumptovars` dependency graph functions have been extended as well to deal with these cases.
For an example see the `reaction_diffusion.jl` file.

## Minor changes and bug fixes

Fixed license
Changed affect! function signature to better reflect on the mutability of the input
Allowed multidimensional vector states
Included the bidirectional interactions in the `vtj` and `jtv` graphs

## Full commit history 

* LICENSE fix

* Change of affect! function signature

* Allow for the construction of a jumpset with multiple states per vertex

* First version of heterogeneous reaction definitions on a network.

* Fix vtj and write more tests for vtj and jtv

* * Documentation update
* jtv and vtj now also support heterogeneity in the number of vertex and edge reactions
* jtv now always is sorted from low to high

* Fixed bug where edge reactions are only counted once in var to jumps

* * Fix vtj such that the edge reactions in two directions are included
* Allow for a heterogeneous number of reactions defined on the edges and vertices in the vtj and jtv maps
* Appended reaction_diffusion example with the use of vtj and jtv dependency graphs
@TimVWese TimVWese merged commit 0e29153 into dev Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants