Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
839 contributions in the last year
Activity overview
Contribution activity
October 2020
- seberg/scikit-bio Python
Created a pull request in numpy/numpy that received 5 comments
DEP,BUG: Coercion/cast of array to a subarray dtype will be fixed
This currently appends the subarray dtype dimensions first and then tries to assign to the result array which uses incorrect broadcasting (broadcas…
- ENH: Implement sliding window
- BUG,ENH: fix pickling user-scalars by allowing non-format buffer export
- DEP,BUG: Coercion/cast of array to a subarray dtype will be fixed
- ENH: Configurable allocator
- WIP: Implement casting using a new ArrayMethod to structure casting and ufuncs
- ENH: add function to get broadcast shape from a given set of shapes.
- ENH: add datetime64/timedelta64 support to linspace
- BUG: Fix failures in master related to userdtype registeration
- ENH: add dtype option to numpy.lib.function_base.cov and corrcoef
- BUG: fix reciprocal of `0+0j` to be `inf+nanj`
- NEP: update NEP 42 with discussion of type hinting applications
- MAINT: Cleanup remaining PyUString_ConcatAndDel use.
- DEP: Deprecate coercion to subarray dtypes
Created an issue in numpy/numpy that received 1 comment
BUG,PERF: UFuncs use unnecessary buffering losing unnecessary performance
@mattip noticed that buffering is always used in reductions. For example the following code (for reductions, normal ufuncs are similar):
arr = np.a…