Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation notice to tf.contrib.libsvm #27224

Merged
merged 1 commit into from May 3, 2019

Conversation

yongtang
Copy link
Member

Since tf.contrib has been deprecated and will be removed
in TF 2.0, it makes sense to add deprecation notice
so that users could be pointed to tensorflow-io

Signed-off-by: Yong Tang yong.tang.github@outlook.com

@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Mar 28, 2019
@gbaned gbaned added comp:ops OPs related issues size:XS CL Change Size: Extra Small labels Mar 28, 2019
@gbaned gbaned requested a review from josh11b March 29, 2019 03:34
@gbaned
Copy link
Contributor

gbaned commented Apr 25, 2019

@josh11b Could you PTAL and approve.

@gbaned gbaned added the awaiting review Pull request awaiting review label Apr 25, 2019


_libsvm_ops_so = loader.load_op_library(
resource_loader.get_path_to_datafile("_libsvm_ops.so"))


@deprecated(
'2019-03-27',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't use the date argument.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date argument changes the warning generated, I would omit it, it's generally not accurate.

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Apr 25, 2019
yupbank
yupbank previously approved these changes Apr 25, 2019
@tensorflow-bot tensorflow-bot bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Apr 25, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 25, 2019
PR Queue automation moved this from Approved by Reviewer to Reviewer Requested Changes Apr 25, 2019
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

Copy link
Contributor

@alextp alextp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tensorflow-bot tensorflow-bot bot added the kokoro:force-run Tests on submitted change label Apr 25, 2019
PR Queue automation moved this from Reviewer Requested Changes to Approved by Reviewer Apr 25, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 25, 2019
@alextp alextp removed the awaiting review Pull request awaiting review label Apr 25, 2019
@tensorflow-bot tensorflow-bot bot added the kokoro:force-run Tests on submitted change label Apr 25, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 25, 2019
@tensorflow-bot tensorflow-bot bot added the kokoro:force-run Tests on submitted change label Apr 25, 2019
Copy link
Contributor

@annarev annarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding deprecation message!

@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 25, 2019
@yongtang yongtang added the kokoro:force-run Tests on submitted change label Apr 30, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 30, 2019
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels May 2, 2019
pull bot pushed a commit to testkevinbonz/tensorflow that referenced this pull request May 3, 2019
@tensorflow-copybara tensorflow-copybara merged commit 662e756 into tensorflow:master May 3, 2019
PR Queue automation moved this from Approved by Reviewer to Merged May 3, 2019
@yongtang yongtang deleted the libsvm branch May 3, 2019 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:ops OPs related issues ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet