-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
14 Pull requests merged by 10 people
-
ENH: show warning when np.maximum receives more than 2 inputs
#29052 merged
Aug 20, 2025 -
TYP: add
sorted
kwarg tounique
#29593 merged
Aug 19, 2025 -
TYP: add
sorted
kwarg tounique
#29586 merged
Aug 19, 2025 -
MAINT: Bump github/codeql-action from 3.29.9 to 3.29.10
#29590 merged
Aug 19, 2025 -
MAINT: Bump actions/dependency-review-action from 4.7.1 to 4.7.2
#29589 merged
Aug 19, 2025 -
TST: update link and version for Intel SDE download
#29587 merged
Aug 18, 2025 -
TST: update link and version for Intel SDE download
#29585 merged
Aug 18, 2025 -
DEP: Deprecate NumPy warning control utilities
#29550 merged
Aug 18, 2025 -
TYP: add
ndmax
parameter tonp.array
#29574 merged
Aug 18, 2025 -
TYP: Type default values in stubs in
numpy/ma
#29531 merged
Aug 18, 2025 -
STY: ruff rule name comments
#29565 merged
Aug 18, 2025 -
ENH: Allow subscript access for
np.bool
by adding__class_getitem__
#29370 merged
Aug 18, 2025 -
DOC: Add link to homepage in doc landing page
#29582 merged
Aug 18, 2025 -
ENH: Extend numpy.pad to handle pad_width dictionary argument.
#29273 merged
Aug 18, 2025
11 Pull requests opened by 11 people
-
DOC: Add polynomial evaluation examples and improve polyval docs
#29578 opened
Aug 17, 2025 -
BLD: wire up `ASIMDDP` feature to `ARM_FEATURES`
#29579 opened
Aug 17, 2025 -
BUG: Fix sinc for custom objects
#29580 opened
Aug 17, 2025 -
DOC: Make the image credit author link clickable
#29588 opened
Aug 19, 2025 -
TYP: Fix reverse operators typing for objects with __array__ and __array_ufunc__
#29591 opened
Aug 19, 2025 -
ENH: Extract shape validation logic in _convert_from_tuple
#29592 opened
Aug 19, 2025 -
TYP: Add defaults to ``numpy/core`` and ``numpy/__init__.py``
#29594 opened
Aug 19, 2025 -
TST: Replace xunit setup with methods
#29596 opened
Aug 19, 2025 -
BUG: Add promoter to `ldexp` for python integers to prevent overflow
#29597 opened
Aug 20, 2025 -
BUG: fix for evaluation of random_f and random_standard_cauchy in distributions.c
#29598 opened
Aug 20, 2025 -
DOC: fix for f2py migrating-to-meson page
#29601 opened
Aug 20, 2025
7 Issues closed by 5 people
-
ENH: show an warning when np.maximum received more than two inputs
#27639 closed
Aug 20, 2025 -
TYP: `numpy.unique` stub missing a keyword only parameter
#29583 closed
Aug 19, 2025 -
TST: intel sde version changed, 9.27.0 no longer available
#29584 closed
Aug 18, 2025 -
DEP: deprecate np.testing.suppress_warnings
#29293 closed
Aug 18, 2025 -
BUG: np.bool is not subscriptable at run time
#29247 closed
Aug 18, 2025 -
DOC: Links on https://numpy.org/doc
#29543 closed
Aug 18, 2025 -
ENH: More user-friendly way to pad a specific axis
#29268 closed
Aug 18, 2025
4 Issues opened by 4 people
-
BUG: Segmentation fault with PyDataMem_GetHandler
#29600 opened
Aug 20, 2025 -
BUG: random.f and random.standard_cauchy can return reciprocal of the actual result.
#29599 opened
Aug 20, 2025 -
TYP: `_NoValueType` annotations missing for certain function parameters in `_core/fromnumeric.pyi`
#29595 opened
Aug 19, 2025 -
BUG: Missing npymath.lib on Arm64 Windows
#29577 opened
Aug 17, 2025
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
ENH: (``linalg``) add weighted Gram matrix computation
#29567 commented on
Aug 18, 2025 • 8 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Aug 20, 2025 • 5 new comments -
BUG: allow MaskedArray min/max with dtype=object
#29576 commented on
Aug 20, 2025 • 4 new comments -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Aug 20, 2025 • 4 new comments -
ENH, SIMD: Optimize the hyperbolic implementation based on Highway wr…
#29211 commented on
Aug 20, 2025 • 3 new comments -
ENH: Use itertools.product for ndindex to improve performance
#29165 commented on
Aug 19, 2025 • 3 new comments -
DOC: clarify numpy.asarray parameter 'order' meanings
#29571 commented on
Aug 19, 2025 • 2 new comments -
DEP: Deprecate setting the shape attribute of a numpy array
#29536 commented on
Aug 19, 2025 • 2 new comments -
ENH: add a casting option 'same_value' and use it in np.astype
#29129 commented on
Aug 19, 2025 • 1 new comment -
BUG: incorrect promotion for Python integer inputs in `ldexp`
#29182 commented on
Aug 20, 2025 • 0 new comments -
BUG: order="A" doesn't do anything?
#28247 commented on
Aug 20, 2025 • 0 new comments -
BUG: `np.log(arr, where=(arr > 0.0))` ignoring `where` optional parameter.
#29561 commented on
Aug 19, 2025 • 0 new comments -
BUG: numpy.unwrap Incorrect Behavior on Integer Inputs
#29477 commented on
Aug 19, 2025 • 0 new comments -
ENH: add `same_value` casting and use it in `astype`
#29558 commented on
Aug 18, 2025 • 0 new comments -
ENH: np.unique: support hash based unique for float and complex dtype
#29537 commented on
Aug 18, 2025 • 0 new comments -
BUG: resolve invalid grep with env neutral script
#29551 commented on
Aug 18, 2025 • 0 new comments -
ENH, SIMD: Optimize the argmax/argmin implementation based on Highway…
#29566 commented on
Aug 19, 2025 • 0 new comments -
ENH: transition more code from .c.src to C++ templates
#29528 commented on
Aug 18, 2025 • 0 new comments -
BUG: np.take cast to out argument
#25588 commented on
Aug 18, 2025 • 0 new comments -
DEP: Deprecate setting the dtype of an numpy.ndarray
#29575 commented on
Aug 19, 2025 • 0 new comments -
BUG: Build failure with Knights Landing CPUs
#29560 commented on
Aug 18, 2025 • 0 new comments