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
-
-
-
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.
-
numpy-dispatch Public
A NEP 37 implementation with some additional features for experimentation
1,261 contributions in the last year
Less
More
Activity overview
Contributed to
numpy/numpy,
numpy/numpy-user-dtypes,
conda-forge/staged-recipes
and 36 other
repositories
Contribution activity
June 2023
Created 53 commits in 1 repository
Created a pull request in numpy/numpy that received 16 comments
ENH,API: Make the errstate/extobj a contextvar
**This builds on gh-23922, so a draft. Also needs some release notes, but it is ready for review (the diff is just too large without gh-23992)**
Th…
+490
−479
•
16
comments
Opened 15 other pull requests in 1 repository
numpy/numpy
13
merged
1
open
1
closed
- BUG: Fixup for win64 fwrite issue
- BUG: Fix NpyIter cleanup in einsum error path
-
API: Remove
seterrobj/geterrobj/extobj=and related C-API functions - DEP: Expire the PyDataMem_SetEventHook deprecation and remove it
-
API: Remove interrupt handling and
noprefix.h - ABI: Bump C-ABI to 2 but accept older NumPy if compiled against new one
- API: Switch to NEP 50 behavior by default
- MAINT: Use vectorcall for call forwarding in methods
- API: Change string to bool conversions to be consistent with Python
-
DOC: Try to clarify the
NPY_TARGET_VERSIONrelease note - NEP: Fix NEP 53 file format and minor formatting issue
- MAINT: Remove all "NumPy 2" as that should be main now
- DOC: Note that f2py isn't consiered safe
- CI: Fix cron syntax for nightly wheel action
- CI: bump nightly upload frequency to twice a week
Reviewed 15 pull requests in 1 repository
numpy/numpy
15 pull requests
- DOC: Update required C++ version in building.rst (and copy-edit).
- ENH: let zeros, empty, and empty_like accept dtype classes
- API: deprecate compat and selected lib utils
-
API: Remove interrupt handling and
noprefix.h -
API: Remove
seterrobj/geterrobj/extobj=and related C-API functions - ABI: Bump C-ABI to 2 but accept older NumPy if compiled against new one
- WIP: ENH: Add .mT attribute for arrays
- MAINT: Use vectorcall for call forwarding in methods
- API: Switch to NEP 50 behavior by default
- BUG: Allow np.info on non-hashable objects with a dtype
- MAINT: const correctness for the generalized ufunc C API
- BUG: Create complex scalars from real and imaginary parts
- MAINT: Turn old string formatting into f-strings
- TST: Add tests for np.argsort
- ENH: allow int sequences as shape arguments in numpy.memmap
Created an issue in numpy/numpy that received 4 comments
API: Slash down errstate related API to make it sustainable
For NumPy 2.0 (or well, TBH, I think we could also pull this off in a normal release, but then I might ask for a brief NEP, because I want to jump …
4
comments




