From 187cd09cab8557ef0bc207d00f5dceb928e7d21d Mon Sep 17 00:00:00 2001 From: Sasha Vezhnevets Date: Wed, 6 Nov 2024 09:17:56 -0800 Subject: [PATCH] Increment version number to 1.8.7 PiperOrigin-RevId: 693752111 Change-Id: If572c646de3f4a0188021f2e23f4efa578bc9304 --- CHANGELOG.md | 13 +++++++++++-- setup.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8146144a..87bf7b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,22 @@ 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.7] - 2024-11-5 + +### Added + +- add parochial universalization agent to the main factories +- add Jinja2 to the requirements to improve the prompting experience +- Add get_raw_memories and get_raw_memories_as_text functions on the memory component. + + ## [1.8.6] - 2024-10-29 ### Added - Add ability to save and load rational and basic agents to/from json. -- Add a version of agent development colab that uses GCP hosted model - +- Add a version of agent development colab that uses GCP hosted model. ## [1.8.5] - 2024-10-21 diff --git a/setup.py b/setup.py index 31bd6d4c..3ea17c1d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str: setuptools.setup( name='gdm-concordia', - version='1.8.6', + version='1.8.7', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia',