From edb095c19fe782a366b5953cb4d679a06562a3b4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 20 Dec 2016 14:37:03 -0800 Subject: Replace all uses of tf.complex_abs with tf.abs and remove tf.complex_abs from the Python API. Change: 142598006 --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE.md') 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 -- cgit v1.2.3