Skip to content

Commit c21dad4

Browse files
Neural-Link Teamtensorflow-copybara
Neural-Link Team
authored andcommitted
Creates the Neural Structured Learning (NSL) 1.3.1 release.
PiperOrigin-RevId: 327130367
1 parent 2a96bc7 commit c21dad4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

neural_structured_learning/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)