-
Nvidia
Popular repositories Loading
-
pytest-valgrind
pytest-valgrind PublicPytest plugin reporting valgrind errors as test failures
-
-
experimental_user_dtypes
experimental_user_dtypes PublicThis 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.
1,035 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
numpy/numpy,
rapidsai/legate-dataframe,
rapidsai/legate-boost
and 96 other
repositories
Loading
Contribution activity
March 2025
Created 26 commits in 6 repositories
Created 1 repository
-
seberg/numpy-feedstock
Shell
This contribution was made on Mar 19
Created a pull request in numpy/numpy that received 40 comments
API,ENH: Allow forcing an array result in ufuncs
As of now a WIP, because it would be nice to see what _methods.py
. Happy if someone just picks it up also, thought I would show how trivial it is now.
+150
−50
lines changed
•
40
comments
Opened 22 other pull requests in 7 repositories
rapidsai/legate-dataframe
7
merged
1
closed
1
open
-
Update to legate 25.05 and align task config
This contribution was made on Mar 21
-
MAINT: Start 25.05 development [skip ci]
This contribution was made on Mar 17
-
None-change just to trigger full CI once.
This contribution was made on Mar 17
-
TST: Clean up temporary cpp test directories
This contribution was made on Mar 10
-
MAINT: Reduce the number of scalars passed to tasks
This contribution was made on Mar 10
-
MAINT: Small fixes with debug build, tests, and just a typo
This contribution was made on Mar 10
-
API: Add
table.select()
andtable[list]
This contribution was made on Mar 6 -
MAINT: Add missing reduction stubs
This contribution was made on Mar 6
-
API: Add
to_array()
methods to convert column or tables to arraysThis contribution was made on Mar 6
rapidsai/legate-raft
3
merged
-
Bump to legate 25.05 and maintenance as needed
This contribution was made on Mar 24
-
MAINT: Start 25.05 development [skip ci]
This contribution was made on Mar 17
-
MAINT: parepare and update dependencies to 25.03
This contribution was made on Mar 17
rapidsai/legate-boost
3
merged
-
MAINT: Bump legate dependencies to 25.05
This contribution was made on Mar 17
-
MAINT: Start 25.05 development [skip ci]
This contribution was made on Mar 17
-
MAINT: Prepare for building a 25.03 release
This contribution was made on Mar 14
cupy/cupy
3
merged
-
TST: Add test for fusion path with constant and scalar
This contribution was made on Mar 4
-
[v13] BUG: Hot fix for numpy 2 support in some fusion paths
This contribution was made on Mar 4
-
[v13] API: Revert toDlpack() default to the old unversioned one
This contribution was made on Mar 3
numpy/numpy
2
merged
-
API: Always allow
sorted=False
and make a note about itThis contribution was made on Mar 14 -
BUG: Fix searchsorted and CheckFromAny byte-swapping logic
This contribution was made on Mar 3
conda-forge/numpy-feedstock
1
closed
-
TRY: Revert to 2.2.3 just to see if it triggers the new issue seen in 2.2.4
This contribution was made on Mar 19
seberg/numpy
1
open
-
PoC,WIP: Proof of concept for extending buffer protocol string
This contribution was made on Mar 4
Reviewed 26 pull requests in 8 repositories
numpy/numpy
15 pull requests
-
BUG: Set writeable flag for writeable dlpacks.
This contribution was made on Mar 28
-
ENH, API: New sorting mechanism for DType API
This contribution was made on Mar 28
-
BUG: np.histogram doesn't have data overflow warning
This contribution was made on Mar 25
-
ENH: support no-copy pickling for any array that can be transposed to a C-contiguous array
This contribution was made on Mar 25
-
API,ENH: Allow forcing an array result in ufuncs
This contribution was made on Mar 25
-
BUG: avoid deadlocks with C++ shared mutex in dispatch cache
This contribution was made on Mar 24
-
BUG: Fix return type of NpyIter_GetIterNext in Cython declarations
This contribution was made on Mar 15
-
BUG: Limit the maximal number of bins for automatic histogram binning
This contribution was made on Mar 14
-
ENH: Check for floating point exceptions in dot
This contribution was made on Mar 14
-
ENH: Ensure
lib._format_impl.read_array
handles file reading errors.This contribution was made on Mar 9 -
ENH: speed up matmul for non-contiguous operands #23588
This contribution was made on Mar 9
-
DOC: fix documentation for Flag checking functions and macros
This contribution was made on Mar 7
-
BUG: Fix
linalg.norm
to handle empty matrices correctly.This contribution was made on Mar 7 -
BUG: sanity check
__array_interface__
number of dimensionsThis contribution was made on Mar 6 -
BUG: Fix searchsorted and CheckFromAny byte-swapping logic
This contribution was made on Mar 5
rapidsai/legate-boost
3 pull requests
-
Improve single CPU performance
This contribution was made on Mar 19
-
MAINT: Bump legate dependencies to 25.05
This contribution was made on Mar 18
-
remove uses of 'legate/label/branch-25.01' conda channel
This contribution was made on Mar 6
rapidsai/legate-dataframe
3 pull requests
-
TST: Clean up temporary cpp test directories
This contribution was made on Mar 10
-
API: Add
to_array()
methods to convert column or tables to arraysThis contribution was made on Mar 6 -
ENH: Implement basic reductions
This contribution was made on Mar 3
data-apis/array-api-compat
1 pull request
-
BUG: torch: fix
result_type
with python scalarsThis contribution was made on Mar 18
da-woods/cython
1 pull request
-
Extended buffer protocol demo
This contribution was made on Mar 18
cupy/cupy
1 pull request
-
Fix compilation error of cupy.inf in fusion2
This contribution was made on Mar 17
yt-project/unyt
1 pull request
-
TST: make
test_unique_values
order-agnostic and fix testing against numpy 2.3 devThis contribution was made on Mar 13
dmlc/dlpack
1 pull request
-
Add fp8/fp6/fp4 types
This contribution was made on Mar 6
Created an issue in numpy/numpy that received 2 comments
MAINT,TASK: Avoid direct use of malloc
We directly call malloc
in a few places in NumPy. Overall, and especially historically, this is fine.
However, Python now defaults to mimalloc
some…
2
comments
Opened 1 other issue in 1 repository
rapidsai/legate-dataframe
1
open
-
Create explicit Parquet -> 2-D legate store reader
This contribution was made on Mar 25