Highlights
Pinned Loading
-
numpy/numpy
numpy/numpy PublicThe fundamental package for scientific computing with Python.
-
-
-
6,806 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
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
Loading
Contribution activity
April 2025
Created 259 commits in 12 repositories
Created 7 repositories
-
jorenham/whenever
Python
This contribution was made on Apr 18
-
jorenham/numpy-stl
Python
This contribution was made on Apr 13
-
jorenham/numpy-financial
Python
This contribution was made on Apr 11
-
jorenham/xarray
Python
This contribution was made on Apr 6
-
jorenham/arviz
Python
This contribution was made on Apr 6
-
jorenham/colour
Python
This contribution was made on Apr 6
-
jorenham/typing_extensions
Python
This contribution was made on Apr 3
Created a pull request in python/typeshed that received 12 comments
_type_
class attributes in ctypes
, and fix ctypes.wintypes.BYTE
This adds the _type_
class attributes to the relevant types of ctypes
. It makes the individual c_*
types structurally distinguishable. For the inte…
+104
−48
lines changed
•
12
comments
Opened 90 other pull requests in 15 repositories
numpy/numtype
1
open
43
merged
-
⬆️ bump
basedpyright
to1.29.0
This contribution was made on Apr 19 -
✨ improved
cov
andcorrcoef
annotationsThis contribution was made on Apr 18 -
⬆️ bump
ruff
to0.11.6
This contribution was made on Apr 18 -
🎨 simplified
ctypeslib
&ctypes
scalar embeddingsThis contribution was made on Apr 16 -
🎨 enforce
import _numtype as _nt
everywhereThis contribution was made on Apr 16 -
💥 remove
NBitBase
This contribution was made on Apr 15 -
📝 fix numtype logo url
This contribution was made on Apr 15
-
📝 fix numtype logo url
This contribution was made on Apr 15
-
📝 style guide
This contribution was made on Apr 15
-
✨ specialized scalar
dtype
typesThis contribution was made on Apr 15 -
✅ fix failing
ndarray
bitwise binop testsThis contribution was made on Apr 14 -
🐴 better workaround for mypy issues with
ndarray.__{floordiv, mod}__
andc16
This contribution was made on Apr 14 -
✅ fix failing
ndarray.__divmod__
testsThis contribution was made on Apr 14 -
✅ fix failing
ndarray
binop tests for__floordiv__
and__mod__
This contribution was made on Apr 14 -
✅ fix failing
ndarray
arithmetic binop testsThis contribution was made on Apr 14 -
🤖
ndarray
unop testgen & add missingobject.__add__
This contribution was made on Apr 14 -
♻️ prefer
longdouble|clongdouble
overinexact
This contribution was made on Apr 14 -
🤖
ndarray
binop testgen with abstract scalar typesThis contribution was made on Apr 14 -
✅ fix failing
ndarray.__add__
tests for builtin scalarsThis contribution was made on Apr 13 -
✨ improved interface to the NEP 50 promotion rules
This contribution was made on Apr 13
-
🤖 testgen
ndarray
binop vs builtin scalar typesThis contribution was made on Apr 12 -
🎨 change the max line length from 130 to 120
This contribution was made on Apr 12
-
✨ massive cleanup of the
inexact
binops, by using the embedded NEP 50 rulesThis contribution was made on Apr 12 -
🎨 shuffle the definition order of the scalar types
This contribution was made on Apr 11
-
✨ massive cleanup of the
integer
binops, by using the embedded NEP 50 rulesThis contribution was made on Apr 11 - Some pull requests not shown.
numpy/numpy
15
merged
1
open
1
closed
-
TYP: fix
count_nonzero
signatureThis contribution was made on Apr 17 -
TYP: some
[arg]partition
fixesThis contribution was made on Apr 17 -
TYP:
numpy.ma
squiggly line cleanupThis contribution was made on Apr 17 -
TYP: fix incorrect
random.Generator.integers
return typeThis contribution was made on Apr 16 -
CI: use ubuntu 24.04 images in qemu tests
This contribution was made on Apr 16
-
TYP: remove
_typing._UnknownType
and_ArrayLikeUnknown
This contribution was made on Apr 16 -
TYP: drop py310 support
This contribution was made on Apr 15
-
TYP: fix string-like
ndarray
rich comparison operatorsThis contribution was made on Apr 15 -
TYP: Fix inconsistent
NDArray[float64].__[r]truediv__
return type withfloat
This contribution was made on Apr 14 -
TYP: Fix false rejection of
NDArray[object_].__abs__()
This contribution was made on Apr 14 -
TYP: fix mypy test failures
This contribution was made on Apr 9
-
TYP: fix and improve
numpy.lib._type_check_impl
This contribution was made on Apr 9 -
TYP: add missing
"b1"
literals fordtype[bool]
This contribution was made on Apr 9 -
TYP: default to
dtype[Any]
This contribution was made on Apr 7 -
TYP: Accept objects that
write()
tostr
insavetxt
This contribution was made on Apr 6 -
TYP: simplified type-aliases in
numpy._typing
This contribution was made on Apr 6 -
TYP: fix
ndarray.tolist()
and.item()
for unknown dtypeThis contribution was made on Apr 4
scipy/scipy-stubs
9
merged
1
closed
-
🔖 prepare for further development
This contribution was made on Apr 7
-
⬆️ bump
ruff
to0.11.4
This contribution was made on Apr 7 -
📝 prune outdated
README.md
bitsThis contribution was made on Apr 6 -
✨
optimize
: narrowedOptimizeResult.{fun,x}
attrs forminimize[_scalar]
This contribution was made on Apr 6 -
🐛
optimize
: accept a scalar forx0
infmin*
This contribution was made on Apr 6 -
🐛
optimize
: accept a scalar forx0
inminimize
This contribution was made on Apr 6 -
🐛
interpolate
: acceptndarray
forpoints
inRegularGridInterpolator
This contribution was made on Apr 6 -
💚 fix mypy_primer failure and mypy/basedmypy compat
This contribution was made on Apr 6
-
✨
ndimage
: improved filter and measurement function annotationsThis contribution was made on Apr 6 -
🚧
complex | float | int | bool
demonstrationThis contribution was made on Mar 31
python/typeshed
5
merged
-
drop py38 support in
ast
This contribution was made on Apr 2 -
drop py38 support in
os
andsys
This contribution was made on Apr 2 -
drop py38 support in
typing[_extensions]
andtypes
This contribution was made on Apr 2 -
drop py38 support in
builtins
This contribution was made on Apr 2 -
make the type-parameter of
ctypes.py_object
optionalThis contribution was made on Apr 1
numpy/numpy-financial
2
merged
-
CI: Fix CI errors
This contribution was made on Apr 13
-
MAINT: use a PEP 639
project.license
SPDX expressionThis contribution was made on Apr 13
conda-forge/scipy-stubs-feedstock
2
merged
-
jorenham/scipy-stubs
->scipy/scipy-stubs
This contribution was made on Apr 9 -
scipy-stubs 1.15.2.2
This contribution was made on Apr 7
jorenham/optype
2
merged
-
bump
ruff
to0.11.4
This contribution was made on Apr 6 -
prepare for next release
This contribution was made on Apr 6
ariebovenberg/whenever
1
open
-
Some stubs improvements
This contribution was made on Apr 18
data-apis/array-api-compat
1
open
-
TYP: reject
bool
in theord
params ofvector_norm
andmatrix_norm
This contribution was made on Apr 17
pydata/xarray
1
merged
-
add
scipy-stubs
as extra[types]
dependencyThis contribution was made on Apr 6
arviz-devs/arviz
1
open
-
add
scipy-stubs
as development dependencyThis contribution was made on Apr 6
colour-science/colour
1
open
-
PR: Add
scipy-stubs
as development dependency.This contribution was made on Apr 6
hauntsaninja/mypy_primer
1
merged
-
add some of the missing deps
This contribution was made on Apr 6
python/typing_extensions
1
merged
-
fix
TypeAliasType
union withtyping.TypeAliasType
This contribution was made on Apr 3
jorenham/exports
1
merged
-
uv
This contribution was made on Apr 3
Reviewed 54 pull requests in 9 repositories
numpy/numpy
25 pull requests
-
TYP: fix
count_nonzero
signatureThis contribution was made on Apr 19 -
TYP: Type
MaskedArray.compressed
andnp.ma.compressed
This contribution was made on Apr 18 -
MNT: Enforce ruff/flake8-bugbear rules (B)
This contribution was made on Apr 18
-
MNT: Enforce ruff rules: Flynt (FLY) and flake8-pie (PIE)
This contribution was made on Apr 18
-
MNT: Apply assorted ruff/Pylint Warning rules (PLW)
This contribution was made on Apr 18
-
TYP: some
[arg]partition
fixesThis contribution was made on Apr 18 -
MNT: Enforce ruff/Pylint Error rules (PLE)
This contribution was made on Apr 17
-
MNT: Apply assorted ruff/Pylint Refactor rules (PLR)
This contribution was made on Apr 17
-
TYP: Type
MaskedArray.put
,np.ma.put
,np.ma.putmask
This contribution was made on Apr 17 -
MNT: Enforce ruff/pygrep-hooks rules (PGH)
This contribution was made on Apr 17
-
TYP: Type
MaskedArray.filled
andnp.ma.filled
This contribution was made on Apr 17 -
STY: Apply more ruff rules (RUF)
This contribution was made on Apr 17
-
STY: Apply assorted ruff/refurb rules (FURB)
This contribution was made on Apr 16
-
MNT: get rid of references to Python 3.10
This contribution was made on Apr 16
-
TYP: Type
MaskedArray.count
andnp.ma.count
This contribution was made on Apr 16 -
STY: Apply assorted ruff/pyupgrade rules (UP)
This contribution was made on Apr 16
-
STY: Apply assorted ruff rules (RUF)
This contribution was made on Apr 16
-
MAINT: switching from
%i
tofstrings
This contribution was made on Apr 16 -
STY: Enforce ruff/pycodestyle warnings (W)
This contribution was made on Apr 16
-
TYP: Type
np.ma.{is_masked,ndim,size,ids,iscontiguous}
This contribution was made on Apr 15 -
TYP: Type
MaskedArray.__{ge,gt,le,lt}__
This contribution was made on Apr 15 -
TYP: replace
_SCT
with_ScalarT
This contribution was made on Apr 12 -
TYP: replace
_DType
with_DTypeT
This contribution was made on Apr 11 -
TYP: rename
_ShapeType
TypeVar to_ShapeT
This contribution was made on Apr 11 -
TYP: Type
MaskedArray.take
andnp.ma.take
This contribution was made on Apr 11 - Some pull request reviews not shown.
numpy/numtype
9 pull requests
-
🚚 port
ma.arg{min,max}
andMaskedArray.arg{min,max}
This contribution was made on Apr 15 -
🤖 type-test generation for
ndarray
(binary) operatorsThis contribution was made on Apr 9 -
♻️ refactor type variable names from
_SCT
to_ScalarT
This contribution was made on Apr 7 -
🚚 port
numpy.ma.min
This contribution was made on Apr 7 -
🚚 port type masked array
shape
,dtype
,__int__
, and__float__
This contribution was made on Apr 7 -
🖌️ adopt dprint
This contribution was made on Apr 7
-
👷 add
labeler
This contribution was made on Apr 4 -
🚚 move test
README.md
into theCONTRIBUTING.md
This contribution was made on Apr 3 -
👷 add docs-check to
lefthook
This contribution was made on Apr 3
spiraldb/ziggy-pydust-template
1 pull request
-
uv migration
This contribution was made on Apr 19
data-apis/array-api-compat
1 pull request
-
TYP: Type annotations overhaul, episode 2
This contribution was made on Apr 17
numpy/numpy-financial
1 pull request
-
CI: Fix CI errors
This contribution was made on Apr 16
colour-science/colour
1 pull request
-
PR: Add
scipy-stubs
as development dependency.This contribution was made on Apr 6
python/typing_extensions
1 pull request
-
fix
TypeAliasType
union withtyping.TypeAliasType
This contribution was made on Apr 4
python/typeshed
1 pull request
-
_type_
class attributes inctypes
, and fixctypes.wintypes.BYTE
This contribution was made on Apr 2
quantity-dev/metrology-apis
1 pull request
-
MetrologyNamespace (initial PR)
This contribution was made on Apr 2
Created an issue in scientific-python/cookie that received 11 comments
lefthook as alternative to pre-commit
I personally have bad experience with pre-commit. I was using it in all of my open- and closed-source projects, but stopped using it because of thi…
11
comments
Opened 27 other issues in 6 repositories
numpy/numtype
10
closed
7
open
-
simplify
np.ctypeslib.as_ctypes_type
with_numtype.ToDType*
This contribution was made on Apr 16 -
improve function annotations in
lib._shape_base_impl
This contribution was made on Apr 15 -
simplify
np.common_type
with_numtype.Casts*
This contribution was made on Apr 15 -
simplify
linalg._linalg
function overloads with_numtype.Casts*
This contribution was made on Apr 15 -
exhaustive type-test generation for
_numtype.Casts*
This contribution was made on Apr 13 -
change the max line length from 130 to 120
This contribution was made on Apr 12
-
generate
ndarray
iop testsThis contribution was made on Apr 10 -
create a style guide
This contribution was made on Apr 9
-
generate
ndarray
unop type-testsThis contribution was made on Apr 9 -
Overview:
ndarray
operator method overhaulThis contribution was made on Apr 9 -
generate
ndarray
binop type-tests for array-likesThis contribution was made on Apr 9 -
generate
ndarray
binop type-tests for scalarsThis contribution was made on Apr 9 -
generate
ndarray
binop type-tests for abstract scalar typesThis contribution was made on Apr 9 -
document the new ufunc infrastructure
This contribution was made on Apr 8
-
Documentation analytics
This contribution was made on Apr 3
-
move test
README.md
into the contributor's guideThis contribution was made on Apr 1 -
port the
numpy.ma
typing improvements from NumPyThis contribution was made on Apr 1
scipy/scipy-stubs
5
closed
1
open
-
return types in
ndimage._filters
are harmfully broadThis contribution was made on Apr 6 -
interpolate.RegularGridInterpolator
falsely rejectspoints: NDArray[Any]
This contribution was made on Apr 6 -
optimize.minimize
falsely rejects scalarx0
This contribution was made on Apr 6 -
investigate typing errors in colour-science/colour
This contribution was made on Apr 6
-
use
mypy_primer
for regression testingThis contribution was made on Apr 6 -
mypy_primer failure with mypy
This contribution was made on Apr 6
KotlinIsland/basedmypy
1
open
-
allow omitting
FunctionType
type params for backcompThis contribution was made on Apr 16
typeddjango/django-stubs
1
open
-
Self
used in contravariant positionsThis contribution was made on Apr 11
numpy/numpy-financial
1
open
-
static typing
This contribution was made on Apr 11
python/typing_extensions
1
closed
-
TypeAliasType
raisesTypeError
when union'd withtyping.TypeAliasType
This contribution was made on Apr 3
31
contributions
in private repositories
Apr 4 – Apr 18