Skip to content

Commit d7aab7b

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v1.1.0
PiperOrigin-RevId: 389173612 Change-Id: I61e5bfe907d06ef06a2de4c2906fdcf74344078a
1 parent 212629f commit d7aab7b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

3+
## [1.1.0]
4+
5+
WARNING: This release removes support for some previously deprecated fields.
6+
This may mean that scalar bounds for older environments are no longer readable.
7+
Users are advised to either revert to an older version, or re-build their
8+
environments to use the newer, multi-dimensional `TensorSpec.Value` fields.
9+
10+
* Removed scalar `TensorSpec.Value` fields, which were marked as deprecated in
11+
[v1.0.1](#101). These have been superseded by array variants, which can be
12+
used for scalar bounds by creating a single element array.
13+
* Removed deprecated Property request/responses. These are now provided
14+
through the optional Property extension.
15+
* Refactored `Connection` to expose message packing utilities.
16+
317
## [1.0.6]
418

519
* `tensor_spec.bounds()` no longer broadcasts scalar bounds.

dm_env_rpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
Kept in separate file so it can be used during installation.
1818
"""
1919

20-
__version__ = '1.0.6' # https://www.python.org/dev/peps/pep-0440/
20+
__version__ = '1.1.0' # https://www.python.org/dev/peps/pep-0440/

0 commit comments

Comments
 (0)