Skip to content

Commit 3643ac0

Browse files
jzleibocopybara-github
authored andcommitted
Increment version number to 1.8.9
PiperOrigin-RevId: 700152342 Change-Id: Iace1fb1896bd4e6b5661fa1b16177723069b5fdf
1 parent 0c87938 commit 3643ac0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [1.8.9] - 2024-11-25
8+
9+
### Changed
10+
11+
- Update launch and eval scripts for the eval phase of the contest
12+
- Further improve alternative baseline agents
13+
- Improve a few baseline agents
14+
15+
### Added
16+
17+
- Add another time and place module for reality show
18+
- Add support for scene-wise computation of metrics
19+
- Add alternative versions of basic and rational agent factories
20+
21+
### Fixed
22+
23+
- Catch another type of together API exception
24+
- Fix time serialization in associative_memory
25+
26+
727
## [1.8.8] - 2024-11-13
828

929
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333

3434
setuptools.setup(
3535
name='gdm-concordia',
36-
version='1.8.8',
36+
version='1.8.9',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)