Skip to content

Commit bad93f9

Browse files
jzleibocopybara-github
authored andcommitted
Increment version number to 1.8.4
PiperOrigin-RevId: 687685421 Change-Id: Ieb9cbe95b6705a6edbf985ff00823ff9e158221a
1 parent a8749ea commit bad93f9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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.3] - 2024-10-19
8+
9+
### Changed
10+
11+
- Allow conversation game master to be configured with memory and additional components
12+
- Prevent daily_activities component from adding irrelevant info to memory and improve some of the time_and_place setting prompts.
13+
- Add deprecation warning to the Sequential component
14+
- together and mistral language model wrappers to no longer delete after last ".".
15+
- Improve together.ai language model wrapper.
16+
- disable pytype on a kwargs unpack
17+
- Forward device and api_key only when explicitly specified.
18+
19+
### Added
20+
21+
- Add support for custom cloud models (google cloud custom models)
22+
- added instructions in the comment for finding relevant endpoint info. Defaulting location to "us-central1".
23+
- Add agreement tracker contrib component.
24+
- Add state_formation environment
25+
- Add basic_agent_without_plan and use it in a scenario for state_formation.
26+
27+
### Fixed
28+
29+
- Fixes a bug in inventory and schelling payoffs components, which previously crashed if player_action_attempt had ': ' in its text.
30+
31+
732
## [1.8.3] - 2024-10-08
833

934
### Changed

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.3',
36+
version='1.8.4',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)