This release adds methods for computing mixed Nash equilibria and mixed subgame perfect equilibria (for an arbitrary number of players) using the pygambit library.
Backwards compatibility Notes:
Note that this breaks backwards compatibility by removing the `get_all_pure_ne`, `get_all_pure_ne_in_sg`, and `get_all_pure_spe` class methods from the MACID class. This is because pure variants of NE and SPE can be found by simply selecting the "enumpure" solver as an argument in the new `get_ne`, `get_ne_in_sg`, and `get_spe` MACID class methods.