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

Stop using np.float #598

Merged
merged 5 commits into from
Dec 21, 2022
Merged

Stop using np.float #598

merged 5 commits into from
Dec 21, 2022

Conversation

dwpaley
Copy link

@dwpaley dwpaley commented Dec 20, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #598 (4718909) into main (fe5b43e) will increase coverage by 0.46%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #598      +/-   ##
==========================================
+ Coverage   40.85%   41.31%   +0.46%     
==========================================
  Files         179      179              
  Lines       15896    16145     +249     
  Branches     2660     2747      +87     
==========================================
+ Hits         6494     6671     +177     
- Misses       8827     8894      +67     
- Partials      575      580       +5     

@dwpaley dwpaley merged commit f11a71d into main Dec 21, 2022
@dwpaley dwpaley deleted the remove_np_float branch December 21, 2022 17:21
rjgildea pushed a commit that referenced this pull request Jan 3, 2023
np.float has been a deprecated alias for float and is removed as of v1.24:
https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations

Same for np.bool. Change all np.float->float and np.bool->bool
toastisme pushed a commit to toastisme/dxtbx that referenced this pull request Jul 18, 2024
np.float has been a deprecated alias for float and is removed as of v1.24:
https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations

Same for np.bool. Change all np.float->float and np.bool->bool
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.

2 participants