File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Algorithms(Enum):
2020
2121def compute_maximum_bisimulation (
2222 graph : nx .DiGraph ,
23- initial_partition ,
23+ initial_partition = None ,
2424 algorithm = Algorithms .PaigeTarjan ,
2525):
2626 """Compute the maximum bisimulation of the given graph, possibly using
Original file line number Diff line number Diff line change 2323author = "Francesco Andreuzzi"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.2.1 "
26+ release = "0.2.2 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2424
2525setuptools .setup (
2626 name = "BisPy" ,
27- version = "0.2.1 " ,
27+ version = "0.2.2 " ,
2828 author = "Francesco Andreuzzi" ,
2929 author_email = "andreuzzi.francesco@gmail.com" ,
3030 description = "A bisimulation library for Python" ,
You can’t perform that action at this time.
0 commit comments