1.15.0: TF 2.3.0 compatibility; 'SCALEFIG' env flag
·
8 commits
to master
since this release
FEATURES:
- Compatibility with TensorFlow 2.3.0 (see "TESTS")
os.environ['SCALEFIG']
(default'1'
) will scale all drawn figures; specify as tuple(w, h)
to scale width & height separately.
BREAKING:
- TF 2.3.0 won't work with
keras
; this isn'tsee_rnn
, this is breaking changes to some basic TF ops. - Changed default
os.environ['TF_KERAS']
to'1'
TESTS:
- Discontinued support for
keras
TF2.3.0+;keras
TF2.2.0 Graph is still tested, but may discontinue entirely in the future, or reinstate depending on how Keras proceeds tf.keras
now only tested with TF 2.3.0+ (and still with 1.14.0)