aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-28 11:24:37 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-28 14:01:36 -0700
commitf93e1b07282216d77e9d7d704f6722a893e9ef73 (patch)
treeab9a921b3fb28d401537d2b57728b1d80eda8571 /RELEASE.md
parent89499cbd22b5a9d0b444bdc3098566f62fb93e77 (diff)
Potential fix for how pip installs headers used for custom ops.
These headers were recently moved from site-packages/external into site-packages/tensorflow/include/external. Need to update setup.py to reflect that.
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 52cd9ef72b..21207a7efa 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -24,6 +24,7 @@
## Breaking Changes
* If you're opening empty variable scopes; replace `variable_scope('', ...)` by
`variable_scope(tf.get_variable_scope(), ...)`.
+ * Headers used for building custom ops have been moved from site-packages/external into site-packages/tensorflow/include/external.
## Bug Fixes and Other Changes