Skip to content

Commit 0c55235

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v1.1.7
PiperOrigin-RevId: 872801532 Change-Id: I07cd58fb48202c4c3c61db763859b0a72daa52c8
1 parent dea4326 commit 0c55235

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## [1.1.7]
4+
5+
* Support for NumPy 2.x.
6+
* Various bug fixes.
7+
38
## [1.1.6]
49

510
* New `AsyncConnection` class that allows users to make asynchronous requests
@@ -55,8 +60,8 @@ Users are advised to either revert to an older version, or re-build their
5560
environments to use the newer, multi-dimensional `TensorSpec.Value` fields.
5661

5762
* Removed scalar `TensorSpec.Value` fields, which were marked as deprecated in
58-
[v1.0.1](#101). These have been superseded by array variants, which can be
59-
used for scalar bounds by creating a single element array.
63+
v1.0.1. These have been superseded by array variants, which can be used for
64+
scalar bounds by creating a single element array.
6065
* Removed deprecated Property request/responses. These are now provided
6166
through the optional Property extension.
6267
* Refactored `Connection` to expose message packing utilities.

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.1.6' # https://www.python.org/dev/peps/pep-0440/
20+
__version__ = '1.1.7' # https://www.python.org/dev/peps/pep-0440/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _load_version():
120120
'immutabledict',
121121
'googleapis-common-protos',
122122
'grpcio',
123-
'numpy<2.0',
123+
'numpy',
124124
'protobuf>=3.8',
125125
],
126126
python_requires='>=3.8',

0 commit comments

Comments
 (0)