Skip to content

Commit

Permalink
Increment version number to 1.4.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634304156
Change-Id: I027c95144a76c7b648f76aef1916f1995a4cf4ac
  • Loading branch information
jzleibo authored and copybara-github committed May 16, 2024
1 parent 6d0f552 commit 9a368ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0] - 2024-05-15

### Changed

- Remove python 3.11-specific typing
- Improve the gpt_model wrapper
- Improve scene-related functionality

### Added

- Add aistudio model, remove deprecated cloud model, and rename vertex model.
- Add a debug language model that always returns empty strings and choice 0.
- Add a component that gets agents to think about justifications for their actions.
- Metrics initialize the measurements channel at construction time. This convention enables us to know which channels exist after initialization of players and GM.
- Add Schelling diagram payoffs computation for game master

### Fixed

- Make sure events only pop after current step and add player-specific view toggle.
- fix typo


## [1.3.0] - 2024-05-4

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='gdm-concordia',
version='1.3.0',
version='1.4.0',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit 9a368ea

Please sign in to comment.