Skip to content

Commit

Permalink
Increment version number to 1.8.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683662509
Change-Id: Iab6711cdfbe41495690bf2ed1a7ef76dc2e1a01e
  • Loading branch information
jzleibo authored and copybara-github committed Oct 8, 2024
1 parent c1a7d5c commit b50d13a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.3] - 2024-10-08

### Changed

- Jitter sleep times in together ai wrapper. This may improve speed.
- Change AllSimilarMemories component so that it no longer weights retrieval by recency or importance. This will make it function more like its name suggests it should. Note that many agents use this component so their behavior may change as a result of this change.
- make default observations summary time frame be 24h
- Add seed parameter to all simulations, propagating it into sample_parameters

### Fixed

- Fix together AI api


## [1.8.2] - 2024-10-01

### Changed
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.2',
version='1.8.3',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit b50d13a

Please sign in to comment.