Skip to content

Commit

Permalink
Update version to 16.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Jan 10, 2024
1 parent 2b5dc4c commit a7f0754
Show file tree
Hide file tree
Showing 300 changed files with 323 additions and 323 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,6 +1,6 @@
# Changelog

## [16.1.1] - unreleased
## [16.1.1] - 2024-01-10

### Fixed
- In gambit-logit, if there are chance actions with zero probability, information sets may be reached
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -20,7 +20,7 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl

AC_INIT([gambit],[16.1.0])
AC_INIT([gambit],[16.1.1])
AC_CONFIG_SRCDIR([src/gambit.h])
AM_INIT_AUTOMAKE([subdir-objects foreign])
dnl AC_CONFIG_MACRO_DIR([m4])
Expand Down
10 changes: 5 additions & 5 deletions contrib/mac/Info.plist
Expand Up @@ -19,15 +19,15 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>16.1.0</string>
<string>16.1.1</string>
<key>CFBundleShortVersionString</key>
<string>16.1.0</string>
<string>16.1.1</string>
<key>CFBundleGetInfoString</key>
<string>Gambit version 16.1.0, (c) 1994-2023 The Gambit Project</string>
<string>Gambit version 16.1.1, (c) 1994-2024 The Gambit Project</string>
<key>CFBundleLongVersionString</key>
<string>16.1.0, (c) 1994-2023 The Gambit Project</string>
<string>16.1.1, (c) 1994-2024 The Gambit Project</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1994-2023 The Gambit Project</string>
<string>Copyright 1994-2024 The Gambit Project</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '16.1'
# The full version, including alpha/beta/rc tags.
release = '16.1.0'
release = '16.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Expand Up @@ -32,8 +32,8 @@ made.

If you are citing Gambit in a paper, we suggest a citation of the form:

Savani, Rahul and Turocy, Theodore L. (2023)
Gambit: The package for computation in game theory, Version 16.1.0.
Savani, Rahul and Turocy, Theodore L. (2024)
Gambit: The package for computation in game theory, Version 16.1.1.
http://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
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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project
Enumeration code based on lrslib 4.2b,
Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca)
This is free software, distributed under the GNU GPL
Expand All @@ -84,7 +84,7 @@ information using the `-c` switch::

$ gambit-enummixed -c e02.nfg
Compute Nash equilibria by enumerating extreme points
Gambit version 16.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project
Enumeration code based on lrslib 4.2b,
Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca)
This is free software, distributed under the GNU GPL
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.enumpoly.rst
Expand Up @@ -75,7 +75,7 @@ Computing equilibria of the extensive game :download:`e01.efg

$ gambit-enumpoly e01.efg
Compute Nash equilibria by solving polynomial systems
Gambit version 16.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project
Heuristic search implementation Copyright (C) 2006, Litao Wei
This is free software, distributed under the GNU GPL

Expand Down
6 changes: 3 additions & 3 deletions doc/tools.enumpure.rst
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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
Expand Up @@ -47,7 +47,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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
Expand Up @@ -33,7 +33,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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
Expand Up @@ -73,7 +73,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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,1/2,1/2,1/2,1/2
4 changes: 2 additions & 2 deletions doc/tools.liap.rst
Expand Up @@ -28,7 +28,7 @@ not guaranteed to find all, or even any, Nash equilibria.

.. cmdoption:: -i

.. versionadded:: 16.1.0
.. versionadded:: 16.1.1

Specify the maximum number of iterations in function minimization (default is 100).

Expand Down Expand Up @@ -67,7 +67,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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
Expand Up @@ -99,7 +99,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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, 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
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.1.0, Copyright (C) 1994-2023, The Gambit Project
Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1/3,2/3,1/3,2/3
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.simpdiv.rst
Expand Up @@ -74,7 +74,7 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg

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

NE,1,0,0,1,0
2 changes: 1 addition & 1 deletion gambit.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="8EE11AE3-2B91-4870-895B-44C46D648BD6" Name="Gambit 16" Language="1033" Version="16.1.0" Manufacturer="The Gambit Project" UpgradeCode="135FFB28-DA7C-427C-A3DA-783B805BCC22">
<Product Id="8EE11AE3-2B91-4870-895B-44C46D648BD6" Name="Gambit 16" Language="1033" Version="16.1.1" Manufacturer="The Gambit Project" UpgradeCode="135FFB28-DA7C-427C-A3DA-783B805BCC22">
<Package Description="Gambit" Comments="Software Tools for Game Theory" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="gambit.cab" EmbedCab="yes" />

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def readme():

setuptools.setup(
name="pygambit",
version="16.1.0",
version="16.1.1",
description="The package for computation in game theory",
long_description=readme(),
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion src/core/array.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/array.h
// A basic bounds-checked array type
Expand Down
2 changes: 1 addition & 1 deletion src/core/dvector.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/dvector.cc
// Instantiation of doubly partitioned vector types
Expand Down
2 changes: 1 addition & 1 deletion src/core/dvector.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/dvector.h
// Doubly-partitioned vector class
Expand Down
2 changes: 1 addition & 1 deletion src/core/dvector.imp
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/dvector.imp
// Implementation of doubly-partitioned vector class
Expand Down
2 changes: 1 addition & 1 deletion src/core/function.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/function.cc
// Implementation of function and function minimization routines
Expand Down
2 changes: 1 addition & 1 deletion src/core/function.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/function.h
// Interface to function and function minimization routines
Expand Down
2 changes: 1 addition & 1 deletion src/core/integer.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/integer.cc
// Implementation of an arbitrary-length integer class
Expand Down
2 changes: 1 addition & 1 deletion src/core/integer.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/integer.h
// Interface to an arbitrary-length integer class
Expand Down
2 changes: 1 addition & 1 deletion src/core/list.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/list.h
// A generic (doubly) linked-list container class
Expand Down
2 changes: 1 addition & 1 deletion src/core/matrix.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/matrix.cc
// Instantiation of common matrix types
Expand Down
2 changes: 1 addition & 1 deletion src/core/matrix.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/matrix.h
// Interface to a matrix class
Expand Down
2 changes: 1 addition & 1 deletion src/core/matrix.imp
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/matrix.imp
// Implementation of matrix method functions
Expand Down
2 changes: 1 addition & 1 deletion src/core/pvector.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/pvector.cc
// Instantiation of partitioned vector types
Expand Down
2 changes: 1 addition & 1 deletion src/core/pvector.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/pvector.h
// Partitioned vector class
Expand Down
2 changes: 1 addition & 1 deletion src/core/pvector.imp
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/pvector.imp
// Implementation of partitioned vector members
Expand Down
2 changes: 1 addition & 1 deletion src/core/rational.cc
@@ -1,5 +1,5 @@
//
// This file is part of Gambit Copyright (c) 1994-2023, The Gambit
// This file is part of Gambit Copyright (c) 1994-2024, The Gambit
// Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/rational.cc
Expand Down
2 changes: 1 addition & 1 deletion src/core/rational.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/rational.h
// Interface to a rational number class
Expand Down
2 changes: 1 addition & 1 deletion src/core/recarray.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/recarray.h
// Rectangular array base class
Expand Down
2 changes: 1 addition & 1 deletion src/core/sqmatrix.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/sqmatrix.cc
// Instantiation of common square matrix types
Expand Down
2 changes: 1 addition & 1 deletion src/core/sqmatrix.h
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/sqmatrix.h
// Implementation of square matrices
Expand Down
2 changes: 1 addition & 1 deletion src/core/sqmatrix.imp
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/sqmatrix.imp
// Implementation of square matrices
Expand Down
2 changes: 1 addition & 1 deletion src/core/vector.cc
@@ -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-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/vector.cc
// Instantiation of vector types
Expand Down

0 comments on commit a7f0754

Please sign in to comment.