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 fcbb950c0f
commit 1d739d766f
3 changed files with 270 additions and 27 deletions

4
NEWS
View file

@ -5,6 +5,10 @@ New in spot 2.0.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.