Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [16.3.2] - unreleased
## [16.3.2] - 2025-12-04

### Fixed
- Parsing of output of `gambit-logit` in the graphical interface did not handle the
Expand Down
8 changes: 4 additions & 4 deletions contrib/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>16.3.1</string>
<string>16.3.2</string>
<key>CFBundleShortVersionString</key>
<string>16.3.1</string>
<string>16.3.2</string>
<key>CFBundleGetInfoString</key>
<string>Gambit version 16.3.1, (c) 1994-2025 The Gambit Project</string>
<string>Gambit version 16.3.2, (c) 1994-2025 The Gambit Project</string>
<key>CFBundleLongVersionString</key>
<string>16.3.1, (c) 1994-2025 The Gambit Project</string>
<string>16.3.2, (c) 1994-2025 The Gambit Project</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1994-2025 The Gambit Project</string>
<key>LSRequiresCarbon</key>
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = "16.3"
# The full version, including alpha/beta/rc tags.
release = "16.3.1"
release = "16.3.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ made.
If you are citing Gambit in a paper, we suggest a citation of the form:

Savani, Rahul and Turocy, Theodore L. (2025)
Gambit: The package for computation in game theory, Version 16.3.1.
Gambit: The package for computation in game theory, Version 16.3.2.
https://www.gambit-project.org.

Replace the version number and year as appropriate if you use a
Expand Down
4 changes: 2 additions & 2 deletions doc/tools.convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Example invocation for HTML output::

$ gambit-convert -O html 2x2.nfg
Convert games among various file formats
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

<center><h1>Two person 2 x 2 game with unique mixed equilibrium</h1></center>
Expand All @@ -55,7 +55,7 @@ Example invocation for LaTeX output::

$ gambit-convert -O sgame 2x2.nfg
Convert games among various file formats
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

\begin{game}{2}{2}[Player 1][Player 2]
Expand Down
4 changes: 2 additions & 2 deletions doc/tools.enummixed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +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.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,1,0
Expand All @@ -82,7 +82,7 @@ information using the `-c` switch::

$ gambit-enummixed -c e02.nfg
Compute Nash equilibria by enumerating extreme points
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,1,0
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.enumpoly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Computing equilibria of the strategic game :download:`e01.nfg

$ gambit-enumpoly e01.nfg
Compute Nash equilibria by solving polynomial systems
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1.000000,0.000000,1.000000,0.000000,0.000000,1.000000
Expand Down
6 changes: 3 additions & 3 deletions doc/tools.enumpure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Computing the pure-strategy equilibria of extensive game :download:`e02.efg

$ gambit-enumpure e02.efg
Search for Nash equilibria in pure strategies
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,0,1,0
Expand All @@ -77,7 +77,7 @@ strategies::

$ gambit-enumpure -S e02.efg
Search for Nash equilibria in pure strategies
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,1,0
Expand All @@ -88,7 +88,7 @@ only one information set; therefore the set of solutions is larger::

$ gambit-enumpure -A e02.efg
Search for Nash equilibria in pure strategies
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,1,0,1,0
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.gnm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ the reduced strategic form of the example in Figure 2 of Selten
$ gambit-gnm e02.nfg
Compute Nash equilibria using a global Newton method
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,2.99905e-12,0.5,0.5
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.ipa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the reduced strategic form of the example in Figure 2 of Selten
$ gambit-ipa e02.nfg
Compute Nash equilibria using iterated polymatrix approximation
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1.000000,0.000000,0.000000,1.000000,0.000000
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.lcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Computing an equilibrium of extensive game :download:`e02.efg

$ gambit-lcp e02.efg
Compute Nash equilibria by solving a linear complementarity program
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,1/2,1/2,1/2,1/2
2 changes: 1 addition & 1 deletion doc/tools.liap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg

$ gambit-liap e02.nfg
Compute Nash equilibria by minimizing the Lyapunov function
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,0.998701,0.000229,0.001070,0.618833,0.381167
2 changes: 1 addition & 1 deletion doc/tools.logit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ in Figure 2 of Selten (International Journal of Game Theory,

$ gambit-logit e02.nfg
Compute a branch of the logit equilibrium correspondence
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

0.000000,0.333333,0.333333,0.333333,0.5,0.5
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.lp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ strategies each, with a unique equilibrium in mixed strategies::

$ gambit-lp 2x2const.nfg
Compute Nash equilibria by solving a linear program
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1/3,2/3,1/3,2/3
2 changes: 1 addition & 1 deletion doc/tools.simpdiv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg

$ gambit-simpdiv e02.nfg
Compute Nash equilibria using simplicial subdivision
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
Gambit version 16.3.2, Copyright (C) 1994-2025, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,1,0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def readme():

setuptools.setup(
name="pygambit",
version="16.3.1",
version="16.3.2",
description="The package for computation in game theory",
long_description=readme(),
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion src/pygambit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
supports, # noqa: F401
)

__version__ = "16.3.1"
__version__ = "16.3.2"
Loading