-
Fixed an error where
autograph({expr})
would error when exporting undef active binding symbols. -
for
in an eagerautograph()
context gains the ability to process arbitrary python iterables, includingtf.distribute.DistributedDataset
. -
for
now automatically infers the variables of nestedfor
loops as loop vars. -
Improved error message when a
break
ornext
is signaled as a graph node but the intended loop is being evaluated eagerly.
- Added back compatibility with R-3.3 and R-3.4
- Fixed issue that prevented the package from being loaded by
devtools::load_all()
- Improved handling of
shape_invariants
supplied toag_while_opts
. A named list of user variable shapes can be passed directly now, without requiring users to manually specify shapes of internal loop tracking tensors. - Deprecated
back_prop
arg inag_while_opts()
- Move 'tensorflow' package from 'Imports' to 'Suggests' to avoid circular dependency.
- Added a
NEWS.md
file to track changes to the package.