File tree 2 files changed +20
-1
lines changed
neural_structured_learning
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Release 1.3.1
2
+
3
+ ## Major Features and Improvements
4
+
5
+ None.
6
+
7
+ ## Bug Fixes and Other Changes
8
+
9
+ * Fixed the NSL graph builder to ignore ` lsh_rounds ` when ` lsh_splits ` < 1. By
10
+ default, the prior version of the graph builder would repeat the work twice
11
+ by default. In addition, the default value for ` lsh_rounds ` has been changed
12
+ from 2 to 1.
13
+ * Updated the NSL IMDB tutorial to use the new LSH support when building the
14
+ graph, thereby speeding up the graph building time by ~ 5x.
15
+
16
+ ## Thanks to our Contributors
17
+
18
+ This release contains contributions from many people at Google.
19
+
1
20
# Release 1.3.0
2
21
3
22
## Major Features and Improvements
Original file line number Diff line number Diff line change 16
16
# We follow Semantic Versioning (https://semver.org/).
17
17
_MAJOR_VERSION = '1'
18
18
_MINOR_VERSION = '3'
19
- _PATCH_VERSION = '0 '
19
+ _PATCH_VERSION = '1 '
20
20
21
21
_VERSION_SUFFIX = ''
22
22
You can’t perform that action at this time.
0 commit comments