python: export tgba_determinize

* python/spot/impl.i: Here.
* tests/python/automata.ipynb: Use it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-22 18:48:03 +02:00
parent 8641271cad
commit 33391798a3
3 changed files with 270 additions and 27 deletions

4
NEWS
View file

@ -24,6 +24,10 @@ New in spot 2.0a (not yet released)
* Add missing documentation for the option string passed to
spot::make_emptiness_check_instantiator().
Python:
* The tgba_determinize() function is now accessible in Python.
Bug fixes:
* Typo in documentation of the -H option in --help output.