From 1f3f61de76a933ca36c80aa989466296cd70af74 Mon Sep 17 00:00:00 2001 From: Theodore Turocy Date: Fri, 10 Jul 2026 12:00:08 +0100 Subject: [PATCH] Bump version and prepare ChangeLog --- ChangeLog | 5 ++++- build_support/GAMBIT_VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db414c5a8..19965ca19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -## [16.7.0] - unreleased +## [16.7.0] - 2026-07-11 ### Added - Added `Player.sequences` as the collection of sequences available to a player. @@ -42,6 +42,9 @@ - In `pygambit`, indexing game object collections by integer position has been removed. (#942) - Validity of game object labels is enforced (printable ASCII and spaces only, no leading/trailing or double spaces); invalid labels raise `ValueError` in `pygambit`. (#944) +- Nonempty labels are now required for all players, outcomes, actions, and strategies. + Labels must be unique within the game for players and outcomes, within the player for + strategies, and within the information set for actions. - Refined and clarified the graphical interface's handling (and persisting) of "workspaces", and improved warning messages on closing windows for games or workspaces with unsaved changes. - In `pygambit`, the `.outcome`, `.player`, and `.infoset` attributes are now treated as predicates diff --git a/build_support/GAMBIT_VERSION b/build_support/GAMBIT_VERSION index bd015b903..2e4239c31 100644 --- a/build_support/GAMBIT_VERSION +++ b/build_support/GAMBIT_VERSION @@ -1 +1 @@ -16.6.0 +16.7.0