Skip to content

Commit

Permalink
Creates the Neural Structured Learning (NSL) 1.3.1 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 327130367
  • Loading branch information
Neural-Link Team authored and tensorflow-copybara committed Aug 18, 2020
1 parent 2a96bc7 commit c21dad4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release 1.3.1

## Major Features and Improvements

None.

## Bug Fixes and Other Changes

* Fixed the NSL graph builder to ignore `lsh_rounds` when `lsh_splits` < 1. By
default, the prior version of the graph builder would repeat the work twice
by default. In addition, the default value for `lsh_rounds` has been changed
from 2 to 1.
* Updated the NSL IMDB tutorial to use the new LSH support when building the
graph, thereby speeding up the graph building time by ~5x.

## Thanks to our Contributors

This release contains contributions from many people at Google.

# Release 1.3.0

## Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion neural_structured_learning/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# We follow Semantic Versioning (https://semver.org/).
_MAJOR_VERSION = '1'
_MINOR_VERSION = '3'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

_VERSION_SUFFIX = ''

Expand Down

0 comments on commit c21dad4

Please sign in to comment.