Skip to content

Commit

Permalink
Bump version number to v2.2.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551014853
Change-Id: I5328942ff822e47593d5f0ebd15902f208e793cb
  • Loading branch information
jagapiou authored and tkiela1 committed Jul 25, 2023
1 parent 0dd2d29 commit 8292cd8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0] - 2023-07-25

### Changed

- Make meltingpot `pip` installable.
- Support `import meltingpot` as an alias of `import meltingpot.python`.
- Raise minimum Python version to Python 3.10.
- Install assets as part of `pip install .`
- Update Dockerfile and dev tooling (pytest, pyink, pytype, pylint, isort).
- Update examples to work with v2.
- Update README.md with new installation details.
- Migrate from rx to reactivex.

### Fixed

- Remove type annotation for dtype.
- Use correct roles in play_hidden_agenda.
- Fix noop that was causing a typing error.
- Add missing `__init__.py` files.
- Set the default orientation to NORTH for objects that have no orientation
defined.

### Added

- Evaluation utilities.


## [2.1.1] - 2023-02-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import setuptools
from setuptools.command import build_py

VERSION = '2.1.1'
VERSION = '2.2.0'
ASSETS_VERSION = '2.1.0'

ASSETS_URL = f'http://storage.googleapis.com/dm-meltingpot/meltingpot-assets-{ASSETS_VERSION}.tar.gz'
Expand Down

0 comments on commit 8292cd8

Please sign in to comment.