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

Support for np.vander #3212

Merged
merged 16 commits into from Sep 8, 2018
Merged

Support for np.vander #3212

merged 16 commits into from Sep 8, 2018

Conversation

rjenc29
Copy link
Contributor

@rjenc29 rjenc29 commented Aug 10, 2018

Initial commit, submitting for CI.

@codecov-io
Copy link

codecov-io commented Aug 10, 2018

Codecov Report

Merging #3212 into master will decrease coverage by 0.01%.
The diff coverage is 75.4%.

@@            Coverage Diff             @@
##           master    #3212      +/-   ##
==========================================
- Coverage   81.11%   81.09%   -0.02%     
==========================================
  Files         386      386              
  Lines       76398    76518     +120     
  Branches     8590     8609      +19     
==========================================
+ Hits        61967    62055      +88     
- Misses      13112    13143      +31     
- Partials     1319     1320       +1

@rjenc29 rjenc29 changed the title [WIP] Support for np.vander Support for np.vander Aug 11, 2018
@rjenc29
Copy link
Contributor Author

rjenc29 commented Aug 11, 2018

CI looks clean, after a few false starts.

@seibert seibert added this to In Progress in Minor Features Aug 27, 2018
@rjenc29
Copy link
Contributor Author

rjenc29 commented Sep 3, 2018

There are a few edge cases where numpy type promotion isn't replicated and / or float precision differences can be observed. I will work on it later this week.

@rjenc29
Copy link
Contributor Author

rjenc29 commented Sep 4, 2018

So I think the behaviour is aligned with numpy now, both in terms of type promotion and precision of accumulated values. Let me know what you reckon when you have some time, ta!

@stuartarchibald
Copy link
Contributor

Thanks for the patches. This looks good.

@seibert seibert merged commit d18f21f into numba:master Sep 8, 2018
Minor Features automation moved this from In Progress to Done Sep 8, 2018
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.

None yet

4 participants