python: add missing bindings for randomize()

* python/spot/impl.i: Here.
* NEWS: Mention it.
* tests/python/highlighting.ipynb: Add test case.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-19 02:55:07 +02:00
parent 69b687ab66
commit 29a1e3a299
3 changed files with 330 additions and 56 deletions

2
NEWS
View file

@ -112,6 +112,8 @@ New in spot 2.0.3a (not yet released)
* Bindings for language_containment_checker were added.
* Bindings for randomize() were added.
* Under IPython the spot.ltsmin modules now offers a
%%pml magic to define promela models, compile them
with spins, and dynamically load them. This is