File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
neural_structured_learning Expand file tree Collapse file tree 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+
120# Release 1.3.0
221
322## Major Features and Improvements
Original file line number Diff line number Diff line change 1616# We follow Semantic Versioning (https://semver.org/).
1717_MAJOR_VERSION = '1'
1818_MINOR_VERSION = '3'
19- _PATCH_VERSION = '0 '
19+ _PATCH_VERSION = '1 '
2020
2121_VERSION_SUFFIX = ''
2222
You can’t perform that action at this time.
0 commit comments