aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-20 14:37:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-20 14:47:09 -0800
commitedb095c19fe782a366b5953cb4d679a06562a3b4 (patch)
tree19436eb282f501be63a6746de9deeb720c4df317 /RELEASE.md
parentcb4acf5e47574deccf0c578d6d1d18d74f6117af (diff)
Replace all uses of tf.complex_abs with tf.abs and remove tf.complex_abs from the Python API.
Change: 142598006
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 6674e43755..a8bbc7064b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -57,6 +57,8 @@
* tf.image.decode_jpeg by default uses the faster DCT method, sacrificing
a little fidelity for improved speed. One can revert to the old
behavior by specifying the attribute dct_method='INTEGER_ACCURATE'.
+* `tf.complex_abs` has been removed from the Python interface. `tf.abs`
+ supports complex tensors and should be used instead.
# Release 0.12.0