numpy
https://github.com/numpy/numpy
Python
The fundamental package for scientific computing with Python.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported554 Subscribers
View all SubscribersAdd a CodeTriage badge to numpy
Help out
- Issues
- ENH: Allow (and have) `__module__` on ufuncs
- BUG: np.isnat fails on non-datetime
- BUG: empty-np.array indexing does not work, but empty-tuple indexing works instead
- BUG: isscalar(None) should be True, is False
- ENH: ufunc should warn when argument `where` is specified and `out` is default None.
- BUG: Error not raised for an unsafe cast when using casting="safe"
- BUG: Polynomial degree doesn't account for 0 coefficient
- DOC: bincount documentation should mention native index type requirement
- BUG: AVX-512 results differ from non-AVX-512 for sin, cos, exp, log, etc.
- DOC: Representing big float32 numbers as string
- Docs
- Python not yet supported