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
-
experimental_user_dtypes Public
This repository houses experimental numpy DTypes using the new API (and related features). EXPECT THIS TO VANISH, I plan to move this to the NumPy org when the dust settles.
991 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2022
Created 20 commits in 4 repositories
Created 1 repository
Created a pull request in numpy/numpy that received 68 comments
ENH: Implement string comparison ufuncs (or almost)
This makes all comparison operators and ufuncs work on strings using the ufunc machinery. It requires a half-manual "ufunc" to keep supporting void…
+715
−434
•
68
comments
Opened 10 other pull requests in 2 repositories
numpy/numpy
5
merged
2
open
2
closed
-
BUG: (loadtxt) Ignore last empty field when
delimiter=None - MAINT: Remove the RELAXED_STRIDES_CHECKING env variable
- MAINT: Use C++ for tokenizer unicode-kind templating
- API: Disallow strings in logical ufuncs
- ENH: Allow object and subarray dtypes in fromiter
- MAINT: Further small return value validation fixes
-
MAINT: Mark strides as
constfor theget_loopfunction - BUG: Fix misplaced return
- ENH: Move identity to the ArrayMethod to allow customization
BIDS-numpy/npreadtext
1
merged
Reviewed 16 pull requests in 2 repositories
numpy/numpy
15 pull requests
- Fix computation of numpy.array_api.linalg.vector_norm
- ENH: Implement string comparison ufuncs (or almost)
-
BUG: Ensure equality/identity comparison with
__array_function__ -
BUG: (loadtxt) Ignore last empty field when
delimiter=None - MAINT: Remove the RELAXED_STRIDES_CHECKING env variable
- DEP: Remove support for non-tuple nd-indices.
- MAINT: Use C++ for tokenizer unicode-kind templating
- API: Disallow strings in logical ufuncs
- DOC: Added note about possible arange signatures
-
DEP: Deprecate use of
axis=MAXDIMSinstead ofaxis=None - ENH: Suppress over-/underflow RuntimeWarning in assert_array_equal
- ENH: Move identity to the ArrayMethod to allow customization
- ENH: help compilers to auto-vectorize reduction operators
- MAINT: Further small return value validation fixes
- ENH: review return values for PyArray_DescrNew
pandas-dev/pandas
1 pull request
Created an issue in cython/cython that received 4 comments
[BUG] Bad interaction with tracing and calling back into Python
Forwarding from the Pandas bug: pandas-dev/pandas#41935 (and I had also opened a Python one, but right now cython seems a more likely candidate): h…
4
comments