Skip to content

Releases: eliotwrobson/CyNetDiff

v0.1.18

15 Jun 22:08
116c8a5

Choose a tag to compare

New build system and wheels

v0.1.17

05 Feb 20:37
2ed19a5

Choose a tag to compare

Change compilation configuration to throw fewer errors

v0.1.16

30 Dec 20:00

Choose a tag to compare

New examples and other changes from PyOS review.

v0.1.15

05 Nov 05:51
57ffa22

Choose a tag to compare

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

29 Oct 02:36
9a716bf

Choose a tag to compare

Added new functions that allow for more efficient computation of marginal gain. Initial changes from package review comments.

v0.1.13

01 May 02:08
a1abfcc

Choose a tag to compare

Expanded examples in documentation and more utility functions.

v0.1.12

29 Apr 06:50

Choose a tag to compare

Fix weird bug with docs

v0.1.11

29 Apr 06:34
c1651d2

Choose a tag to compare

Significantly expanded examples in documentation and made changes to make the API more intuitive.

v0.1.10

14 Apr 19:45

Choose a tag to compare

New release with some minor API changes and a few nicer error messages.

v0.1.9

25 Mar 05:39

Choose a tag to compare

Added get_activated_nodes methods to model classes. This gets all activated nodes (not just the ones that were just activated).