-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
23 Pull requests merged by 9 people
-
MAINT: Bump pypa/cibuildwheel from 3.1.2 to 3.1.3
#29495 merged
Aug 1, 2025 -
MAINT: bump
mypy
to1.17.1
#29493 merged
Jul 31, 2025 -
TYP: Type
MaskedArray.__setitem__
#29478 merged
Jul 31, 2025 -
TYP: Type
MaskedArray.compress
#29480 merged
Jul 31, 2025 -
MAINT: Do not exclude
typing/tests/data
from ruff#29479 merged
Jul 31, 2025 -
DOC: Add 'See Also' refs for sign, copysign and signbit.
#29489 merged
Jul 31, 2025 -
MAINT: Replace setting of array shape by reshape operation
#29314 merged
Jul 31, 2025 -
MAINT: remove unnecessary
kwargs
update inMaskedArray.reshape
#29403 merged
Jul 31, 2025 -
DOC: Clarify that
numpy.printoptions
applies only tondarray
, not…#29450 merged
Jul 30, 2025 -
MAINT: Bump github/codeql-action from 3.29.4 to 3.29.5
#29484 merged
Jul 30, 2025 -
MAINT: Add .file entry to all .s SVML files
#29481 merged
Jul 30, 2025 -
BUG: Always return a real dtype from linalg.cond (gh-18304)
#29333 merged
Jul 30, 2025 -
TYP: Type
MaskedArray.fill_value
#29468 merged
Jul 30, 2025 -
TYP: Type
MaskedArray.__getitem__
#29472 merged
Jul 30, 2025 -
TYP: Remove
MaskedArray.__reduce__
, and punt onMaskedArray.__{eq,ne}__
#29470 merged
Jul 30, 2025 -
TYP: Type
MaskedArray.__new__
#29457 merged
Jul 30, 2025 -
TYP: Type
MaskedArray.recordmask
#29467 merged
Jul 29, 2025 -
MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
#29473 merged
Jul 29, 2025 -
MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
#29471 merged
Jul 29, 2025 -
TYP: Type
MaskedArray.flat
#29466 merged
Jul 29, 2025 -
TYP: Add test which hits
np.array
constructor overload withobject: _SupportsArray[_ArrayT]
#29428 merged
Jul 29, 2025 -
MAINT: Backport write_release.py
#29460 merged
Jul 28, 2025 -
MAINT: Replace pavement.py
#29456 merged
Jul 28, 2025
5 Pull requests opened by 5 people
-
BLD: provide explicit control over cpu-baseline detection
#29459 opened
Jul 28, 2025 -
TYP: Type ``MaskedArray.__array_finalize__`` and ``MaskedArray.__array_wrap__``
#29483 opened
Jul 30, 2025 -
BUG: Add UBSAN to CI checks
#29487 opened
Jul 31, 2025 -
BUG: fix uint64 overflow in triu_indices using operator.index
#29491 opened
Jul 31, 2025 -
Draft: [DEP] Deprecate setting the shape attribute of a numpy array
#29492 opened
Jul 31, 2025
10 Issues closed by 9 people
-
BLD: many warnings around _LIBCPP_ENABLE_ASSERT on macos
#29454 closed
Aug 1, 2025 -
TODO's in `.github/workflows/linux.yml` need action.
#27366 closed
Jul 31, 2025 -
BUG: LTO type mismatch in numpyos.c/numpyos.h and compiled_base.c/compiled_base.h
#27719 closed
Jul 31, 2025 -
DOC: document that `set_printoptions` doesn't apply to numpy scalars
#29409 closed
Jul 31, 2025 -
DOC: Getting Started Mandelbrot code snippet needs "plt.show()"
#29482 closed
Jul 31, 2025 -
Unwrap function needs first value of the input to be within the wanted -pi to pi segment
#7494 closed
Jul 30, 2025 -
BUG: surprising return value from where() - may simply be documentation bug
#29469 closed
Jul 30, 2025 -
ENH: np.random.rand: support dtype= parameter
#29461 closed
Jul 29, 2025 -
BUG: 3-rank tensor flips axis depending on indexing format
#29453 closed
Jul 28, 2025 -
BUG: 2d and 3d array equal hanging / crashing / excessive evaluation time
#29449 closed
Jul 25, 2025
17 Issues opened by 11 people
-
BUG: Creating an array with multiple NaTs can result in loss of NaTness
#29497 opened
Aug 1, 2025 -
BUG: `sign(timedelta64('nat'))` returns -1; expected `timedelta64('nat')`
#29496 opened
Aug 1, 2025 -
DOC: Clarify float-to-int truncation behavior in numpy.array_split documentation
#29494 opened
Aug 1, 2025 -
QUERY: editable install warning seems to contradict meson-python docs?
#29490 opened
Jul 31, 2025 -
BUG: np.triu_indices raises OverflowError with np.uint64 input while np.tril_indices does not
#29488 opened
Jul 31, 2025 -
TYP: Reverse operators with pandas returning wrong types
#29486 opened
Jul 30, 2025 -
np.sign(-0.0) should return -0.0, not +0.0
#29485 opened
Jul 30, 2025 -
BUG: numpy.unwrap Incorrect Behavior on Unsigned Integer Inputs
#29477 opened
Jul 30, 2025 -
DOC: Add narrative documentation about printing and formatting arrays
#29476 opened
Jul 30, 2025 -
BUG: `np.ma.asarray` does not interrogate a foreign object for `__array__`. Should it?
#29475 opened
Jul 30, 2025 -
BUG: .from_dlpack does not set writeable flag for pytorch tensors
#29474 opened
Jul 29, 2025 -
REL: start shipping SBOMs in NumPy sources and wheels
#29465 opened
Jul 29, 2025 -
Repository/teams cleanups and tightening 2FA requirements
#29464 opened
Jul 29, 2025 -
CI: move `GITHUB_TOKEN` to read-only default permissions
#29463 opened
Jul 29, 2025 -
REL: review the `numpy-release` repo and switch over to that for releases
#29462 opened
Jul 29, 2025 -
BUG: Dispatcher does not detect instruction set on WoA
#29458 opened
Jul 28, 2025 -
BUG: np.astype(copy=False) copies for scalars
#29455 opened
Jul 28, 2025
31 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
Jul 31, 2025 • 18 new comments -
DOC: vectorize with signature doesn't pre-call function
#29335 commented on
Jul 30, 2025 • 4 new comments -
ENH: array comparison utils show calculations and indices of max errors
#29395 commented on
Jul 31, 2025 • 2 new comments -
BLD: Add support for building iOS wheels
#28759 commented on
Jul 30, 2025 • 2 new comments -
BUG: Fix np.unique with axis=0 and 1D input not collapsing NaNs with equal_nan=True #29336
#29372 commented on
Jul 29, 2025 • 1 new comment -
ENH: Use array indexing preparation routines for flatiter objects
#28590 commented on
Jul 29, 2025 • 1 new comment -
BUG: allow `MaskedArray.fill_value` be a string when `dtype=StringDType`
#29423 commented on
Jul 29, 2025 • 0 new comments -
ENH: Add numpy.shifted.
#29389 commented on
Jul 31, 2025 • 0 new comments -
ENH: zero initialize variable for elf_aux_info()
#29253 commented on
Jul 31, 2025 • 0 new comments -
DEP: Deprecate setting the dtype of an exact numpy.ndarray
#29244 commented on
Jul 31, 2025 • 0 new comments -
BUG: Allow np.percentile to operate on float16 data
#29105 commented on
Jul 27, 2025 • 0 new comments -
ENH: CPU dispatch default option
#28159 commented on
Jul 30, 2025 • 0 new comments -
sign for any positive timedelta should be/compare equal
#8463 commented on
Aug 1, 2025 • 0 new comments -
BUG: quantile inconsitent with median for size=0
#29315 commented on
Jul 31, 2025 • 0 new comments -
TSK: Follow-up things for stringdtype
#25693 commented on
Jul 31, 2025 • 0 new comments -
ENH: improve StringDType error in from buffer results
#26893 commented on
Jul 31, 2025 • 0 new comments -
No wheels for NumPy 2.3.0 on amazon linux 2 AWS lambda image
#29150 commented on
Jul 29, 2025 • 0 new comments -
NumPy Security roadmap proposal
#29178 commented on
Jul 29, 2025 • 0 new comments -
BUG: `linalg.inv` crashing on windows arm64
#29442 commented on
Jul 29, 2025 • 0 new comments -
BLD: Error installing Numpy 2.2.2 / 2.2.4 (2.2.x) on Raspberry Pi with Python3.13
#28704 commented on
Jul 29, 2025 • 0 new comments -
PERF: monitoring performance regressions with asv
#28801 commented on
Jul 29, 2025 • 0 new comments -
ENH: Use multi-phase initialisation (PEP 489) for extension modules
#29021 commented on
Jul 29, 2025 • 0 new comments -
DOC: add developer docs for running numpy tests and scripts under ASAN and TSAN
#29079 commented on
Jul 29, 2025 • 0 new comments -
ENH: Add reverse argument to ufunc.accumulate, cumsum, nancumsum, cumprod, nancumprod
#29144 commented on
Jul 29, 2025 • 0 new comments -
ENH: More user-friendly way to pad a specific axis
#29268 commented on
Jul 29, 2025 • 0 new comments -
BUG? np.ma.flatten_structured_array infinite recursion when field contains iterable object
#29349 commented on
Jul 29, 2025 • 0 new comments -
DEP: deprecate np.testing.suppress_warnings
#29293 commented on
Jul 29, 2025 • 0 new comments -
ENH: Add a public API and versioned schema for generating and loading hashable buffers
#29229 commented on
Jul 29, 2025 • 0 new comments -
Inconsistent type promotion in numpy.polynomial.chebyshev functions depending on scalar/array input
#29357 commented on
Jul 29, 2025 • 0 new comments -
BUG: libquadmath-96973f99.so.0.0.0: rebuild shared object with SHSTK support enabled
#24221 commented on
Jul 26, 2025 • 0 new comments -
BUG: dtype `datetime64[ns, UTC]` not interpreted by `issubdtype`
#28946 commented on
Jul 26, 2025 • 0 new comments