-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
34 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## [16.3.0] - unreleased | ||
## [16.3.0] - 2025-01-13 | ||
|
||
### General | ||
- Dropped support for Python 3.8. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,9 +70,7 @@ in Figure 2 of Selten (International Journal of Game Theory, | |
|
||
$ gambit-enummixed e02.nfg | ||
Compute Nash equilibria by enumerating extreme points | ||
Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project | ||
Enumeration code based on lrslib 4.2b, | ||
Copyright (C) 1995-2005 by David Avis ([email protected]) | ||
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,0,1,0 | ||
|
@@ -84,9 +82,7 @@ information using the `-c` switch:: | |
|
||
$ gambit-enummixed -c e02.nfg | ||
Compute Nash equilibria by enumerating extreme points | ||
Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project | ||
Enumeration code based on lrslib 4.2b, | ||
Copyright (C) 1995-2005 by David Avis ([email protected]) | ||
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,0,1,0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# This file is part of Gambit | ||
# Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) | ||
# Copyright (c) 1994-2025, The Gambit Project (https://www.gambit-project.org) | ||
# | ||
# FILE: src/python/setup.py | ||
# Setuptools configuration file for Gambit Python extension | ||
|
@@ -125,7 +125,7 @@ def readme(): | |
license="GPL2+", | ||
author="Theodore Turocy", | ||
author_email="[email protected]", | ||
url="http://www.gambit-project.org", | ||
url="https://www.gambit-project.org", | ||
project_urls={ | ||
"Documentation": "https://gambitproject.readthedocs.io/", | ||
"Source": "https://github.com/gambitproject/gambit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
supports, # noqa: F401 | ||
) | ||
|
||
__version__ = "16.2.1" | ||
__version__ = "16.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters