Skip to content

Releases: colomoto/colomoto-jupyter

v0.6

18 Mar 00:53
Compare
Choose a tag to compare

colomoto_jupyter:

  • tabulate function now uses pandas and sorting for pretty display

colomoto.minibn:

  • add sanitize_names() and rename() methods
  • load accepts remote files

colomoto-jupyter 0.5.11

23 Jan 15:04
Compare
Choose a tag to compare
  • fix compatibility with recent IPython versions

colomoto-jupyter 0.5.10

14 Jan 23:07
Compare
Choose a tag to compare

Added:

  • colomoto.helpers.layout_graph: returns layout of a networkx graph using GraphViz
  • rough influence_graph() for colomoto.minibn.MultiValuedNetwork

colomoto-jupyter 0.5.9

28 Nov 17:05
Compare
Choose a tag to compare

new methods for minibn.BooleanNetwork :

  • __call__(x): returns f(x)
  • constants(): returns a mapping between constant nodes and their constant value.