aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-09-23 13:51:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-23 15:03:25 -0700
commit914625aff6df8b6670e29504b92c0c5919a648c3 (patch)
tree26237604712fdedc9c9aceb48dcfc6c15187eeff /RELEASE.md
parent4fe09dee9984e35cbbc2b5c8e6e44010d4001059 (diff)
Make regexp.h internal, only visible to the new tfprof contrib lib.
RE2 is not as portable as we would like, so we want to try to discourage the use of it in core libraries. After having removed it from all core uses, the only remaining use is in tfprof, so we move its visibility to only be to tfprof, which is an external tool. tfprof appears to fundamentally rely on regexp as a user interface, so it cannot be easily removed. However, perhaps one day tfprof will move into its own repo and then we can drop RE2 from our builds entirely. Change: 134120532
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index c0ca06e675..734aab095f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -20,6 +20,9 @@
* dot.h / DotGraph was removed (it was an early analysis tool prior
to TensorBoard, no longer that useful). It remains in history
should someone find the code useful.
+* re2 / regexp.h was removed from being a public interface of TF.
+ Should users need regular expressions, they should depend on the RE2
+ library directly rather than via TensorFlow.
# Release 0.10.0