aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/deprecation_test.py
Commit message (Expand)AuthorAge
* Handle deprecated fields in api_def.proto.Gravatar Anna R2018-07-16
* Make sure correct docs are generated when using @deprecated_aliasGravatar Anna R2018-07-10
* Adds a deprecated_alias utility function with which to deprecate unmodified a...Gravatar Martin Wicke2018-01-26
* Add the ability to warn only once if deprecated functionality is used, and ma...Gravatar Martin Wicke2017-09-13
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Make a silencing context manager for deprecations and use it.Gravatar Martin Wicke2017-05-23
* Allow date=None for deprecation warnings, which will render as "in a future v...Gravatar Martin Wicke2017-04-18
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Fix decorator_utils.add_notice_to_docstring's way of dealing with indented do...Gravatar A. Unique TensorFlower2016-12-02
* Rename more argument names to be consistent with NumPy.Gravatar Andrew Selle2016-11-30
* Modifies deprecated_args to not warn if value == ok_value.Gravatar A. Unique TensorFlower2016-11-28
* Move deprecation module into core framework from contrib/frameworkGravatar Illia Polosukhin2016-11-01