Releases: eliotwrobson/CyNetDiff
v0.1.18
v0.1.17
Change compilation configuration to throw fewer errors
v0.1.16
New examples and other changes from PyOS review.
v0.1.15
Function for computing marginal gains now takes in a list of nodes instead of just a single node, and uses simpler data structures. Should be faster.
v0.1.14
Added new functions that allow for more efficient computation of marginal gain. Initial changes from package review comments.
v0.1.13
Expanded examples in documentation and more utility functions.
v0.1.12
Fix weird bug with docs
v0.1.11
Significantly expanded examples in documentation and made changes to make the API more intuitive.
v0.1.10
New release with some minor API changes and a few nicer error messages.
v0.1.9
Added get_activated_nodes methods to model classes. This gets all activated nodes (not just the ones that were just activated).