File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
17
## [ 1.0.6]
4
18
5
19
* ` tensor_spec.bounds() ` no longer broadcasts scalar bounds.
Original file line number Diff line number Diff line change 17
17
Kept in separate file so it can be used during installation.
18
18
"""
19
19
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/
You can’t perform that action at this time.
0 commit comments