python: add binding for spot::twa::prop_set

Fix #453.

* python/spot/impl.i: Here.
* NEWS: Mention them.
* tests/python/twagraph.py: Test them.
This commit is contained in:
Alexandre Duret-Lutz 2021-04-16 15:56:45 +02:00
parent b4b4730ecb
commit 093de290c1
3 changed files with 18 additions and 2 deletions

3
NEWS
View file

@ -196,6 +196,9 @@ New in spot 2.9.6.dev (not yet released)
- Bindings for functions related to games.
See https://spot.lrde.epita.fr/ipynb/games.html for examples.
- spot::twa::prop_set was previously abstent from the Python
binding. It is now available as spot.twa_prop_set (issue #453).
Bugs fixed:
- tgba_determinize() could create parity automata using more colors