Skip to content

Commit

Permalink
Increment version number to 1.8.9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700152342
Change-Id: Iace1fb1896bd4e6b5661fa1b16177723069b5fdf
  • Loading branch information
jzleibo authored and copybara-github committed Nov 26, 2024
1 parent 0c87938 commit 3643ac0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.8.9] - 2024-11-25

### Changed

- Update launch and eval scripts for the eval phase of the contest
- Further improve alternative baseline agents
- Improve a few baseline agents

### Added

- Add another time and place module for reality show
- Add support for scene-wise computation of metrics
- Add alternative versions of basic and rational agent factories

### Fixed

- Catch another type of together API exception
- Fix time serialization in associative_memory


## [1.8.8] - 2024-11-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:

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

0 comments on commit 3643ac0

Please sign in to comment.