From 80a4541872a741c1c19dc1c2719eb75c14475e27 Mon Sep 17 00:00:00 2001 From: Ted Turocy Date: Mon, 6 Nov 2023 14:49:09 +0000 Subject: [PATCH] Update version number to 16.1.0b1. --- ChangeLog | 2 +- README.md | 2 +- configure.ac | 2 +- contrib/mac/Info.plist | 8 ++++---- doc/conf.py | 2 +- doc/tools.convert.rst | 4 ++-- doc/tools.enummixed.rst | 4 ++-- doc/tools.enumpoly.rst | 2 +- doc/tools.enumpure.rst | 6 +++--- doc/tools.gnm.rst | 2 +- doc/tools.ipa.rst | 2 +- doc/tools.lcp.rst | 2 +- doc/tools.liap.rst | 2 +- doc/tools.logit.rst | 2 +- doc/tools.lp.rst | 2 +- doc/tools.simpdiv.rst | 2 +- setup.py | 2 +- src/pygambit/__init__.py | 2 +- 18 files changed, 25 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24a0a738b..bbfcb5af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ # Changelog -## [unreleased] - unreleased +## [16.1.0b1] - 2023-11-06 ### Added - Implement MixedBehaviorProfile.realiz_prob to return probability node is reached under the profile. diff --git a/README.md b/README.md index 2b6af683b..e44244c73 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
![Latest stable version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=!*a*&label=Latest%20stable%20version) -![Latest development version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=*a*&label=Latest%20development%20version) +![Latest development version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=*b*&label=Latest%20development%20version) ![PyPI - Version](https://img.shields.io/pypi/v/pygambit?label=PyPI%20version) ![PyPI - Downloads](https://img.shields.io/pypi/dm/pygambit?label=PyPI%20downloads) ![PyPI - License](https://img.shields.io/pypi/l/pygambit) diff --git a/configure.ac b/configure.ac index 7b45ff809..485a74a37 100644 --- a/configure.ac +++ b/configure.ac @@ -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.0a4]) +AC_INIT([gambit],[16.1.0b1]) AC_CONFIG_SRCDIR([src/gambit.h]) AM_INIT_AUTOMAKE([subdir-objects foreign]) dnl AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/mac/Info.plist b/contrib/mac/Info.plist index cc7875dc1..461f40ffb 100644 --- a/contrib/mac/Info.plist +++ b/contrib/mac/Info.plist @@ -19,13 +19,13 @@ CFBundleSignature ???? CFBundleVersion - 16.1.0a4 + 16.1.0b1 CFBundleShortVersionString - 16.1.0a4 + 16.1.0b1 CFBundleGetInfoString - Gambit version 16.1.0a4, (c) 1994-2023 The Gambit Project + Gambit version 16.1.0b1, (c) 1994-2023 The Gambit Project CFBundleLongVersionString - 16.1.0a4, (c) 1994-2023 The Gambit Project + 16.1.0b1, (c) 1994-2023 The Gambit Project NSHumanReadableCopyright Copyright 1994-2023 The Gambit Project LSRequiresCarbon diff --git a/doc/conf.py b/doc/conf.py index 200f62221..d9939fcdf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '16.1' # The full version, including alpha/beta/rc tags. -release = '16.1.0a4' +release = '16.1.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/tools.convert.rst b/doc/tools.convert.rst index 0fbe907fb..352ae1894 100644 --- a/doc/tools.convert.rst +++ b/doc/tools.convert.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL

Two person 2 x 2 game with unique mixed equilibrium

@@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL \begin{game}{2}{2}[Player 1][Player 2] diff --git a/doc/tools.enummixed.rst b/doc/tools.enummixed.rst index a1bb1936f..57389eacd 100644 --- a/doc/tools.enummixed.rst +++ b/doc/tools.enummixed.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.enumpoly.rst b/doc/tools.enumpoly.rst index f408c7002..5b31dd075 100644 --- a/doc/tools.enumpoly.rst +++ b/doc/tools.enumpoly.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project Heuristic search implementation Copyright (C) 2006, Litao Wei This is free software, distributed under the GNU GPL diff --git a/doc/tools.enumpure.rst b/doc/tools.enumpure.rst index 0c758543b..694f63d30 100644 --- a/doc/tools.enumpure.rst +++ b/doc/tools.enumpure.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,0,1,0 @@ -77,7 +77,7 @@ strategies:: $ gambit-enumpure -S e02.efg Search for Nash equilibria in pure strategies - Gambit version 16.1.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,1,0 @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,1,0,1,0 diff --git a/doc/tools.gnm.rst b/doc/tools.gnm.rst index 9fdaa01b9..97ae0c091 100644 --- a/doc/tools.gnm.rst +++ b/doc/tools.gnm.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.ipa.rst b/doc/tools.ipa.rst index 2830da1e4..1e80cc0c3 100644 --- a/doc/tools.ipa.rst +++ b/doc/tools.ipa.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.lcp.rst b/doc/tools.lcp.rst index 367f3062d..3b7ffc0c3 100644 --- a/doc/tools.lcp.rst +++ b/doc/tools.lcp.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.liap.rst b/doc/tools.liap.rst index e541298ed..358e64589 100644 --- a/doc/tools.liap.rst +++ b/doc/tools.liap.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.logit.rst b/doc/tools.logit.rst index 74be09e81..9e5337517 100644 --- a/doc/tools.logit.rst +++ b/doc/tools.logit.rst @@ -94,7 +94,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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.lp.rst b/doc/tools.lp.rst index 464736a3b..3f01d376b 100644 --- a/doc/tools.lp.rst +++ b/doc/tools.lp.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, 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 diff --git a/doc/tools.simpdiv.rst b/doc/tools.simpdiv.rst index 929f3861b..47a6ad3b9 100644 --- a/doc/tools.simpdiv.rst +++ b/doc/tools.simpdiv.rst @@ -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.0a4, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.1.0b1, Copyright (C) 1994-2023, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,1,0 diff --git a/setup.py b/setup.py index 4628f1ff0..9f8d68486 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def readme(): setuptools.setup( name="pygambit", - version="16.1.0a4", + version="16.1.0b1", description="The package for doing computation in game theory", long_description=readme(), classifiers=[ diff --git a/src/pygambit/__init__.py b/src/pygambit/__init__.py index 9cbb7f54d..1e00faffe 100644 --- a/src/pygambit/__init__.py +++ b/src/pygambit/__init__.py @@ -27,4 +27,4 @@ from . import gte # noqa: F401 from . import qre # noqa: F401 -__version__ = "16.1.0a4" +__version__ = "16.1.0b1"