Skip to content

Commit

Permalink
Update version to v1.0.2
Browse files Browse the repository at this point in the history
Add notable changes or additions to release notes.

PiperOrigin-RevId: 317646313
Change-Id: Ie42d1241d29f96da0def8f38d20bd67128a5a77a
  • Loading branch information
tomwardio committed Jun 22, 2020
1 parent 6758bed commit 937e38c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## [1.0.2]

* Explicitly support nested tensors by the use of a period character in the
`TensorSpec` name to indicate a level of nesting. Updated `dm_env` adaptor
to flatten/unflattten actions and observations.
* Increased minimum Python version to 3.6.
* Moved property request/responses to its own extension. This supercedes the
previous property requests, which have been marked as deprecated. **These
requests will be removed in a future version of dm_env_rpc**.
* Speed improvements for packing and un-packing byte arrays in Python.

## [1.0.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion dm_env_rpc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Kept in separate file so it can be used during installation.
"""

__version__ = '1.0.1' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.0.2' # https://www.python.org/dev/peps/pep-0440/

0 comments on commit 937e38c

Please sign in to comment.