We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb30bb1 commit a32f122Copy full SHA for a32f122
RELEASE.md
@@ -10,6 +10,21 @@
10
11
### Deprecations
12
13
+## Release 0.21.1
14
+
15
+### Major Features and Improvements
16
17
+* Bumped Tensorflow version for statically linked libraries from 1.5 to 2.1.
18
19
+### Bug Fixes and Other Changes
20
21
+* Added tests for statically linked libraries.
22
+* Statically linked libraries build now.
23
24
+### Breaking Changes
25
26
+### Deprecations
27
28
## Release 0.21.0
29
30
### Major Features and Improvements
struct2tensor/version.py
@@ -15,4 +15,4 @@
"""Contains the version string of struct2tensor."""
# Note that setup.py uses this version.
-__version__ = '0.22.0dev'
+__version__ = '0.21.1'
0 commit comments