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

Remove deprecated alias numpy.bool8 #6117

Merged
merged 1 commit into from Dec 28, 2022
Merged

Conversation

yatbear
Copy link
Member

@yatbear yatbear commented Dec 27, 2022

numpy.bool8 is just a deprecated alias of numpy.bool_. Removed here to get rid of the deprecation warnings (#6110).

Googlers, see cl/498031924 for internal tests.

#oncall

Copy link
Contributor

@groszewn groszewn left a comment

Choose a reason for hiding this comment

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

Thanks!

@groszewn groszewn merged commit 2bfdca4 into tensorflow:master Dec 28, 2022
@yatbear yatbear deleted the compat branch December 28, 2022 14:42
arcra pushed a commit to arcra/tensorboard that referenced this pull request Jan 12, 2023
`numpy.bool8` is just a deprecated alias of
[`numpy.bool_`](https://numpy.org/doc/stable/reference/arrays.scalars.html#numpy.bool_).
Removed here to get rid of the deprecation warnings
(tensorflow#6110).

Googlers, see cl/498031924 for internal tests.

#oncall

(cherry picked from commit 2bfdca4)
@arcra arcra mentioned this pull request Jan 13, 2023
arcra pushed a commit that referenced this pull request Jan 13, 2023
`numpy.bool8` is just a deprecated alias of
[`numpy.bool_`](https://numpy.org/doc/stable/reference/arrays.scalars.html#numpy.bool_).
Removed here to get rid of the deprecation warnings
(#6110).

Googlers, see cl/498031924 for internal tests.

#oncall

(cherry picked from commit 2bfdca4)
yatbear added a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
`numpy.bool8` is just a deprecated alias of
[`numpy.bool_`](https://numpy.org/doc/stable/reference/arrays.scalars.html#numpy.bool_).
Removed here to get rid of the deprecation warnings
(tensorflow#6110).

Googlers, see cl/498031924 for internal tests.

#oncall
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
`numpy.bool8` is just a deprecated alias of
[`numpy.bool_`](https://numpy.org/doc/stable/reference/arrays.scalars.html#numpy.bool_).
Removed here to get rid of the deprecation warnings
(tensorflow#6110).

Googlers, see cl/498031924 for internal tests.

#oncall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeprecationWarning triggered with Numpy 1.24.0 usage of np.bool8
3 participants