Skip to content

Releases: sybila/boolean-network-sketches

0.3.0

20 Apr 11:52
Compare
Choose a tag to compare

This is the final release of the boolean-network-sketches library. It involves refactoring and updating all the dependencies to the latest versions. To ensure long-term stability, all main dependencies are now frozen, preserving the current functionality.

The functionality of this library - and much more - is now available in our new multiplatform desktop tool Sketchbook. You can find Sketchbook in this Github repository. All future development related to Boolean Network Sketches will continue there.

0.2.0

13 Nov 19:53
Compare
Choose a tag to compare

This release finally introduces a more general inference framework compared to 0.1.0. In particular:

  • A new binary sketches-inference is added, allowing for inference through BN sketches with general HCTL properties
  • The input format is updated, and HCTL properties are finally part of the aeon model format (through model annotations)
  • The option to generate witness networks (of the resulting ensemble) is added
  • The option to summarize the updated function of variables throughout resulting networks is added

Further, the repository is reorganised, and a new module, data_processing, regarding automatic data loading and encoding is added. This is a preparation step for the future releases, where the option to include dataset inputs will be added to the inference.

0.1.0

08 Sep 17:39
Compare
Choose a tag to compare

The initial release corresponding to the artefact of the original paper. Apart from the code regarding the implementation and case studies, it contains all of the benchmark models, helper scripts, and instructions. The dependencies of the code are frozen to preserve functionality.