Skip to content

Commit

Permalink
Increment version to 1.0.4.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469510852
Change-Id: Ie04e235d6f17b90e7eba685235c72d0f602926c0
  • Loading branch information
jagapiou authored and tkiela1 committed Aug 23, 2022
1 parent 3515a62 commit d16cb58
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.4] - 2022-08-22

### Changed

- Drop support for Python 3.7 and 3.8.
- Store saved models on Google Cloud Platform rather than in the Git repo.
- x2 speed improvement to some substrates
- Improved `install.sh` script and installation documentation.
- Various improvements to `examples` and their documentation.

### Fixed

- Puppets were sharing state in Scenarios.
[#70](https://github.com/deepmind/meltingpot/issues/70)
- Various issues with RLlib examples.

### Added

- `.devcontainer` for the project.
- `pettingzoo` example.
- TF1-compatible version of `SavedModelPolicy`.

## [1.0.3] - 2022-03-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name='dm-meltingpot',
version='1.0.3',
version='1.0.4',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/deepmind/meltingpot',
Expand Down

0 comments on commit d16cb58

Please sign in to comment.