Skip to content

Releases: winni2k/cortexpy

Patch release

09 Feb 09:00
Compare
Choose a tag to compare

Changes:

  • Push the networkx dependency from 2.1 to 2.3 (2.1, 2.2, and 2.3 looked ok)
  • Remove the local copy of _all_simple_paths_graph() that has now made it into networkx from 2.2 onward
  • Update docs

This release should not change behavior or performance, but the _all_simple_paths_graph() function is a key component of cortexpy graph traversal, so please report any changes in performance.