Major changes: * `colomoto.io.ensure_localfile` caches the model file by default. The previous behaviour can be enforced by setting `colomoto_jupyter.conf.auto_persistent = False`
0.7.3
* new `colomoto.minibn.BooleanNetwork.to_pyboolnet` method
0.7.2
* `cellcollective`: adjust to new API * `cellcollective.load`: help making it persistent * fix `tabluate` with multi-index
0.7.1
Do not depend on pygraphviz
0.7.0
New features: * `tabulate` supports displaying data with 2-level indexes * `count` and `simplify` methods for generic types `Hypercube` and `HypercubeCollection` * `pandas.DataFrame` conversion of generic types `Hypercube` and `HypercubeCollection`
0.6.5
* skip JS injection with COLOMOTO_SKIP_JUPYTER_JS=1 (ease batch execution of notebooks)