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
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Run clang-format style check for C/C++
uses: jidicula/clang-format-action@v4.16.0
with:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install dependencies
run: |
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
Expand All @@ -37,14 +37,14 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: chartboost/ruff-action@v1

flake8:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.14"
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osxbinary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-14
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install dependencies
run: |
brew install automake autoconf
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: ['3.10', '3.14']

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: ['3.14']

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand All @@ -67,7 +67,7 @@ jobs:
python-version: ['3.14']

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand All @@ -92,7 +92,7 @@ jobs:
python-version: ['3.14']

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install dependencies
run: |
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: macos-14
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install dependencies
run: brew install automake autoconf wxwidgets
- run: aclocal
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: macos-15
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install dependencies
run: brew install automake autoconf wxwidgets
- run: aclocal
Expand All @@ -77,7 +77,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-toolchain make automake autoconf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(and as a result from the `enumpure`, `lp`, and `lcp` command-line tools); this will be replaced
with new and more customisable approaches. (#639)

## [16.4.1] - unreleased
## [16.4.1] - 2025-12-17

### Fixed
- Fixed a regression in which null outcomes in strategic game tables were not handled correctly
Expand All @@ -45,7 +45,7 @@
mixed behavior profiles (#616)


## [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
1 change: 0 additions & 1 deletion doc/tools.gnm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ the reduced strategic form of the example in Figure 2 of Selten
(International Journal of Game Theory, 1975)

$ 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 |release|, Copyright (C) 1994-2025, The Gambit Project
Expand Down
1 change: 0 additions & 1 deletion doc/tools.ipa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ the reduced strategic form of the example in Figure 2 of Selten
(International Journal of Game Theory, 1975)

$ 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 |release|, Copyright (C) 1994-2025, The Gambit Project
Expand Down
2 changes: 1 addition & 1 deletion doc/tools.lcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ computes Nash equilibria by finding solutions to a linear
complementarity problem. For extensive games, the program uses the
sequence form representation of the extensive game, as defined by
Koller, Megiddo, and von Stengel [KolMegSte94]_, and applies the
algorithm developed by Lemke. For strategic games, the program using
algorithm developed by Lemke. For strategic games, the program uses
the method of Lemke and Howson [LemHow64]_. There exist strategic
games for which some equilibria cannot be located by this method; see
Shapley [Sha74]_.
Expand Down
2 changes: 1 addition & 1 deletion src/pygambit/game.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ class Game:
except KeyError:
raise KeyError(f"{funcname}(): no information set with label '{infoset}'")
raise TypeError(
f"{funcname}(): {argname} must be Infoset or str, not {node.__class__.__name__}"
f"{funcname}(): {argname} must be Infoset or str, not {infoset.__class__.__name__}"
)

def _resolve_action(self,
Expand Down