-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
9 Pull requests merged by 6 people
-
MAINT: Bump actions/dependency-review-action from 4.7.2 to 4.7.3
#29636 merged
Aug 29, 2025 -
BUG: Fix np.unique with axis=0 and 1D input not collapsing NaNs with equal_nan=True #29336
#29372 merged
Aug 28, 2025 -
TST: Replace xunit setup with methods
#29628 merged
Aug 27, 2025 -
TYP: Make
datetime64
a generic type at runtime#29631 merged
Aug 27, 2025 -
TYP: fix slightly incorrect
memoryview
type argument inScalarType
#29630 merged
Aug 27, 2025 -
TST: Replace xunit setup with methods
#29616 merged
Aug 25, 2025 -
DOC: vectorize with signature doesn't pre-call function
#29335 merged
Aug 25, 2025 -
CI: only test pyodide
#29613 merged
Aug 25, 2025 -
TYP: use
TypeAliasType
forArrayLike
andDTypeLike
on py312+#29564 merged
Aug 24, 2025
9 Pull requests opened by 7 people
-
ENH: Extend coverage for benchmark of np.unique
#29621 opened
Aug 25, 2025 -
BLD: Fix PPC64LE build failure with -mcpu=power9 flag
#29627 opened
Aug 25, 2025 -
TYP: replace scalar type ``__init__`` with ``__new__``
#29629 opened
Aug 26, 2025 -
TYP: add missing ``_NoValue`` annotations in ``_core.fromnumeric``
#29633 opened
Aug 27, 2025 -
TYP: Add missing defaults to stubs
#29634 opened
Aug 27, 2025 -
DOC: Document scalar.astype() always returns array, copy=False ignored
#29638 opened
Aug 28, 2025 -
TST: Replace xunit setup with methods
#29641 opened
Aug 29, 2025 -
ENH: Add extended sorting APIs
#29642 opened
Aug 30, 2025 -
MAINT: Improve astype performance and update documentation
#29643 opened
Aug 30, 2025
6 Issues closed by 4 people
-
ENH: support -1 for length in npy file headers to support use for continuously appending
#29635 closed
Aug 28, 2025 -
ENH: Add numpy.describe_nans utility for summarizing NaN and Inf values
#29632 closed
Aug 27, 2025 -
BUG: Inconsistent `multinomial()` output across Linux/Mac
#28443 closed
Aug 27, 2025 -
BUG: `np.log(arr, where=(arr > 0.0))` ignoring `where` optional parameter.
#29561 closed
Aug 25, 2025 -
BUG: Precision loss with np.power starting with numpy 2.3
#29624 closed
Aug 25, 2025 -
Is numpy.count_nonzero supposed to work like this?
#29625 closed
Aug 25, 2025
6 Issues opened by 6 people
-
BUG: Cannot build a package with numpy as a build dependecy in cibuildwheel on windows in GitHub Actions
#29645 opened
Aug 30, 2025 -
Add benchmark profile switching (fast / regular / large_scale) for asv benchmarks
#29644 opened
Aug 30, 2025 -
BUG: numpy.gradient fails when passing both varargs and axis parameters
#29639 opened
Aug 28, 2025 -
DOC: numpy.strings.slice doesn't work
#29637 opened
Aug 28, 2025 -
BUG: np.array from self-referencing list fills RAM
#29620 opened
Aug 24, 2025
27 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: add a casting option 'same_value' and use it in np.astype
#29129 commented on
Aug 27, 2025 • 33 new comments -
DEP: Deprecate setting the shape attribute of a numpy array
#29536 commented on
Aug 28, 2025 • 14 new comments -
BUG: resolve invalid grep with env neutral script
#29551 commented on
Aug 30, 2025 • 3 new comments -
ENH: Raise RuntimeWarning when casting from a unitless `np.timedelta64` to unitful one.
#29619 commented on
Aug 24, 2025 • 2 new comments -
BUG: fix negative samples generated by Wald distribution
#29609 commented on
Aug 28, 2025 • 2 new comments -
DOC: clarify numpy.asarray parameter 'order'
#29606 commented on
Aug 29, 2025 • 2 new comments -
ENH: Use itertools.product for ndindex to improve performance
#29165 commented on
Aug 27, 2025 • 2 new comments -
DOC: Add flat examples to argmax and argmin
#28826 commented on
Aug 25, 2025 • 2 new comments -
BUG: Add promoter to `ldexp` for python integers to prevent overflow
#29597 commented on
Aug 29, 2025 • 0 new comments -
DEP: Deprecate setting the dtype of an numpy.ndarray
#29575 commented on
Aug 28, 2025 • 0 new comments -
DEP: Deprecate setting the shape attribute of an exact numpy array
#29523 commented on
Aug 28, 2025 • 0 new comments -
ENH, SIMD: Optimize the trigonometric implementation based on Highway…
#29263 commented on
Aug 25, 2025 • 0 new comments -
CI: Add native ``ppc64le`` CI job using GitHub Actions
#29212 commented on
Aug 30, 2025 • 0 new comments -
ENH, SIMD: Optimize the hyperbolic implementation based on Highway wr…
#29211 commented on
Aug 25, 2025 • 0 new comments -
BUG: Allow np.percentile to operate on float16 data
#29105 commented on
Aug 30, 2025 • 0 new comments -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Aug 28, 2025 • 0 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Aug 25, 2025 • 0 new comments -
BUG: timedelta64 comparison is not transitive
#28287 commented on
Aug 29, 2025 • 0 new comments -
TSK: deprecate setting `strides`, `dtype`, and `shape` on arrays.
#28800 commented on
Aug 29, 2025 • 0 new comments -
ENH: Efficient vectorized sampling without replacement
#28084 commented on
Aug 28, 2025 • 0 new comments -
BUG: Missing npymath.lib on Arm64 Windows
#29577 commented on
Aug 28, 2025 • 0 new comments -
random.choice gives results even with spurious values for 'replace'
#12110 commented on
Aug 26, 2025 • 0 new comments -
BUG: Inconsistent behavior of Gamma distribution with shape parameter 0 between Scipy and Numpy
#12367 commented on
Aug 26, 2025 • 0 new comments -
BUG: Incorrectly merged code in meson fork
#27937 commented on
Aug 26, 2025 • 0 new comments -
DOC: Clarify float-to-int truncation behavior in numpy.array_split documentation
#29494 commented on
Aug 26, 2025 • 0 new comments -
REL: review the `numpy-release` repo and switch over to that for releases
#29462 commented on
Aug 25, 2025 • 0 new comments -
Ecosystem compatibility with numpy 2.0
#26191 commented on
Aug 25, 2025 • 0 new comments