Merge branch 'master' into next

This commit is contained in:
Alexandre Duret-Lutz 2019-11-06 09:56:53 +01:00
commit 3d4e400cda
3 changed files with 16 additions and 7 deletions

11
NEWS
View file

@ -1,4 +1,4 @@
New in spot 2.8.2.dev (not yet released)
New in spot 2.8.3.dev (not yet released)
Library:
@ -40,12 +40,21 @@ New in spot 2.8.2.dev (not yet released)
parity_min_odd(n) = parity_min(true, n)
parity_min_even(n) = parity_min(false, n)
New in spot 2.8.3 (2019-11-06)
Build:
- Minor portabilities improvements with C++17 deprecations.
Python:
- Doing "import spot.foo" will now load any spot-extra/foo.py on
Python's search path. This can be used to install third-party
packages that want to behave as plugins for Spot.
- Work around GraphViz bug #1605 in Jupyter notebooks.
https://gitlab.com/graphviz/graphviz/issues/1605
New in spot 2.8.2 (2019-09-27)
Command-line tools: