Block or Report
Block or report seberg
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
numpy-dispatch Public
A NEP 37 implementation with some additional features for experimentation
-
bottleneck Public
Forked from pydata/bottleneck
Fast NumPy array functions written in Cython
Python 1
908 contributions in the last year
Less
More
Activity overview
Contribution activity
December 2021
Created 31 commits in 3 repositories
Created 1 repository
- seberg/precodita Cython
Created a pull request in numpy/numpy that received 20 comments
ENH: Move loadtxt to C for much better speed
This PR is based on @WarrenWeckesser npreadtext which was subsequently heavily modified here (and somewhat reduced in scope).
While there is more t…
+2,922
−330
•
20
comments
Opened 11 other pull requests in 2 repositories
numpy/numpy
10
merged
- DOC: Document implementation of NEP 43 and experimental new DType API
- MAINT: Help boost::python libraries at least not crash
- BUG: Fix setstate logic for empty arrays
- MAINT: Check for buffer interface support rather than try/except
- BUG: Reject buffers with suboffsets
- BUG: Fix leaks found using pytest-leaks
- BUG: Fix issues (mainly) found using pytest-leaks
- BUG: Fix small issues found using valgrind
- REV: Revert adding a default ufunc promoter
- PERF: Fix performance bug in ufunc dispatching cache
BIDS-numpy/npreadtext
1
merged
Reviewed 9 pull requests in 1 repository
numpy/numpy
9 pull requests
-
ENH: Move
loadtxtto C for much better speed - BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.
- MAINT: Help boost::python libraries at least not crash
- BUG: Fix setstate logic for empty arrays
- MAINT: Check for buffer interface support rather than try/except
- BUG: Fix issues (mainly) found using pytest-leaks
- MAINT: Use intp output param viewable casts/methods
- DOC: Update links to mailing list on python.org
- PERF: Fix performance bug in ufunc dispatching cache
Created an issue in numpy/numpy that received 6 comments
TASK: run valgrind and pytest-leaks on the 1.22 branch
Just as a heads up, I had not come to it yet: I am planning to run my valgrind and pytest-leaks routine in the coming week or so. Hopefully, it won…
6
comments