Skip to content

Commit

Permalink
Increase the release number to 1.0.1. This new release exports 'make_…
Browse files Browse the repository at this point in the history
…graph_reg_config'.

PiperOrigin-RevId: 269848985
  • Loading branch information
DualityGap authored and tensorflow-copybara committed Sep 18, 2019
1 parent 52d7077 commit 7fca378
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ for tracking requests and bugs. For questions, please direct them to [Stack Over
["nsl"](https://stackoverflow.com/questions/tagged/nsl)
tag.

## Release Notes

Please see the [release notes](RELEASE.md) for detailed version updates.

## References

[[1] T. Bui, S. Ravi and V. Ramavajjala. "Neural Graph Learning: Training Neural Networks Using Graphs." WSDM 2018](https://ai.google/research/pubs/pub46568.pdf)
Expand Down
22 changes: 21 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release 1.0.1

## Major Features and Improvements

* Adds 'make_graph_reg_config', a new API to help construct a `nsl.configs.GraphRegConfig` object

* Updates the package description on PyPI

## Bug Fixes and Other Changes

* Fixes metric computation with `Metric` objects in `AdversarialRegularization`

* Fixes typos in documentation and notebooks

## Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

@joaogui1, @aspratyush.

# Release 1.0.0

Initial release of Neural Structured Learning in TensorFlow.
* Initial release of Neural Structured Learning in TensorFlow
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setuptools.setup(
name="neural-structured-learning",
version="1.0.0",
version="1.0.1",
author="Google LLC",
description="Neural Structured Learning is an open-source TensorFlow "
"framework to train neural networks with structured signals",
Expand Down

0 comments on commit 7fca378

Please sign in to comment.