Skip to content

v2.3

Compare
Choose a tag to compare
@stivalaa stivalaa released this 02 Sep 03:37
· 740 commits to master since this release

Version 2.3 includes support for two-mode (bipartite) graphs.
Now requires Python 3.9, as it uses the @functools.cache decorator to memoize a function. Note if you remove this decorator, it will still work with version 3.8 (required to use the := assignment operator in an expression).