File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## [ 2.0.0] - 2025-7-4
8+
9+ ### Changed
10+
11+ - Game masters are now entities.
12+ - Entities and components no longer require clocks.
13+ - Simplified the way components interact with memory.
14+
15+ ### Added
16+
17+ - The concept of a "prefab", this replaces the now-deprecated "factory" concept.
18+ - The concept of an "engine" to structure the interaction between agent and game
19+ master.
20+ - Two specific engines: "sequential", and "simultaneous" for turn-based games
21+ and simultaneous-move games respectively.
22+
723## [ 1.8.10] - 2024-12-19
824
925### Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333
3434setuptools .setup (
3535 name = 'gdm-concordia' ,
36- version = '1.8.10 ' ,
36+ version = '2.0.0 ' ,
3737 license = 'Apache 2.0' ,
3838 license_files = ['LICENSE' ],
3939 url = 'https://github.com/google-deepmind/concordia' ,
You can’t perform that action at this time.
0 commit comments