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 supported544 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
- DOC: There is a typo in the tutorial documentation of "np.tensordot()"
- BUG: empty-np.array indexing does not work, but empty-tuple indexing works instead
- BUG: isscalar(None) should be True, is False
- DOC: clarify int type constraint in numpy.bincount
- 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
- Docs
- Python not yet supported