Popular repositories
892 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 21 commits in 2 repositories
Created a pull request in numpy/numpy that received 9 comments
BLD: Add clang -ftrapping-math also for compiler_so
Apparently, there is a second compiler_so that is actually the
main compiler being used, and modifying only the first one is just
futile.
Closes gh…
+13
−5
•
9
comments
Opened 4 other pull requests in 1 repository
Reviewed 14 pull requests in 1 repository
numpy/numpy 14 pull requests
- MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotion
- DOC: Add clarification for np.array being 0 dimensional
-
TST: Test that
numpy.typingcan be imported in the absence of typing-extensions - ENH: Add smallest_normal and smallest_subnormal attributes to finfo
-
ENH: Add the
axisandndimattributes tonp.AxisError - ENH: Implementation of the NEP 47 (adopting the array API standard)
- MAINT: Remove some unused imports
- MAINT: factored out _PyArray_ArgMinMaxCommon
- BUG: Fix memory leak in function npyiter_multi_index_set
- BUG: Fix some multiarray leaks
- BUG: Fix warning problems of the mod operator
- API: Ensure np.vectorize outputs can be subclasses.
- MAINT: Use cast-is-view flag for the ufunc trivial-loop check
- ENH: Support character and character string arrays
Created an issue in numpy/numpy that received 2 comments
ENH: Fix double-double smallest normal number
See this and the following discussion, we should likely fix the double-double value for np.finfo(np.longdouble).smallest_normal. @wkschwartz, lets …
2
comments