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

replace np.bool with bool #332

Closed
wants to merge 1 commit into from

Conversation

Ali-RT
Copy link

@Ali-RT Ali-RT commented Apr 26, 2023

This is a quick fix to address the deprecation of np.bool which was deprecated in NumPy 1.20

Copy link
Collaborator

@alejandroschuler alejandroschuler left a comment

Choose a reason for hiding this comment

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

conceptually this is totally fine by me but I do see that this might break some backwards compatibility with py 3.7. Will leave it to @ryan-wolbeck to assess the implications of that and give final approval

@ryan-wolbeck ryan-wolbeck self-requested a review April 28, 2023 18:16
@ryan-wolbeck ryan-wolbeck linked an issue Apr 28, 2023 that may be closed by this pull request
@jack-mcivor
Copy link
Contributor

This is also addressed in #320

@ryan-wolbeck
Copy link
Collaborator

ryan-wolbeck commented Sep 8, 2023

This will be addressed in #320 so I'm closing this one. Thank you for the PR

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

Successfully merging this pull request may close these issues.

Deprecation warning for np.bool in Y_from_censored function
4 participants