Skip to content

Releases: broadinstitute/pyfrost

First beta release

26 Oct 21:29
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release

A first beta release for pyfrost.

Changes since alpha:

  • Huge refactor of underlying C++ code, instead of emulating a complete NetworkX DiGraph class, we now emulate three internal dicts. The BifrostDiGraph is now a proper subclass of networkx.DiGraph, and many more functions and algorithms of NetworkX work out of the box.
  • A big benefit of above refactor is support for NetworkX's subgraph views
  • Iterating over a Bifrost graph's nodes now includes both the forward and reverse strand.

v0.1.2-alpha

24 Jul 18:40
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release
Add pybind11 dependency

Alpha release

24 Jul 14:58
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

This is a pre-release, still in heavy development and bugs. Created a release tarball to make it installable with pip.

v0.1.0a3

24 Jul 18:49
Compare
Choose a tag to compare
v0.1.0a3 Pre-release
Pre-release
Fix setup.py pybind11 dependency