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

Permit dtype argument as sole kwarg in np.eye #3481

Merged
merged 1 commit into from Nov 12, 2018

Conversation

stuartarchibald
Copy link
Contributor

As title, also reimplements np.eye using high level API.

Fixes #3159

As title, also reimplements `np.eye` using high level API.

Fixes numba#3159
@codecov-io
Copy link

Codecov Report

Merging #3481 into master will increase coverage by <.01%.
The diff coverage is 74.07%.

@@            Coverage Diff             @@
##           master    #3481      +/-   ##
==========================================
+ Coverage   80.62%   80.63%   +<.01%     
==========================================
  Files         390      390              
  Lines       79044    79039       -5     
  Branches     8956     8957       +1     
==========================================
- Hits        63732    63730       -2     
+ Misses      13908    13907       -1     
+ Partials     1404     1402       -2

@seibert
Copy link
Contributor

seibert commented Nov 12, 2018

This looks good. Also like that it moves over to the high level API and shrinks the codebase! (Only by 16 lines, but every bit counts...)

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