Skip to content

Release v0.2.1

Compare
Choose a tag to compare
@benbovy benbovy released this 20 Oct 13:22
· 6 commits to main since this release

Bug fixes

  • Fixed pflood_sink_resolver that was "flooding too much" (#145, #146).
  • Fixed RuntimeWarning (invalid value in cast) issued when calling
    FlowGraph.basins() in Python (#147).
  • Python bindings: fixed Python interpreter crash (segfault) when accessing data
    members of the implementation of a graph snapshot via FlowGraph.impl()
    (#148).