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

Move ROC vectorize init to npyufunc #3176

Merged
merged 1 commit into from Jul 31, 2018

Conversation

stuartarchibald
Copy link
Contributor

This moves the registration and initialisation of ROC ufunc mech
to the npyufunc init so that e.g.

@vectorize(target='roc')

works without having to import numba.roc before hand to ensure
the ROC ufunc machinery is registered.

This moves the registration and initialisation of ROC ufunc mech
to the npyufunc init so that e.g.

`@vectorize(target='roc')`

works without having to `import numba.roc` before hand to ensure
the ROC ufunc machinery is registered.
@codecov-io
Copy link

codecov-io commented Jul 27, 2018

Codecov Report

Merging #3176 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3176      +/-   ##
==========================================
- Coverage   81.13%   81.12%   -0.01%     
==========================================
  Files         384      384              
  Lines       75077    75076       -1     
  Branches     8434     8434              
==========================================
- Hits        60915    60907       -8     
- Misses      12874    12882       +8     
+ Partials     1288     1287       -1

@stuartarchibald stuartarchibald added the ROC ROC related issue/PR label Jul 27, 2018
@stuartarchibald stuartarchibald added this to the Numba 0.40 RC milestone Jul 27, 2018
@stuartarchibald stuartarchibald added Pending BuildFarm For PRs that have been reviewed but pending a push through our buildfarm 3 - Ready for Review and removed Pending BuildFarm For PRs that have been reviewed but pending a push through our buildfarm labels Jul 27, 2018
@seibert seibert merged commit 3f91c70 into numba:master Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review ROC ROC related issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants