-
-
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
-
BUG: allow
MaskedArray.fill_value
be a string whendtype=StringDType
#29423 merged
Aug 13, 2025 -
MAINT: Bump actions/checkout from 4.2.2 to 5.0.0
#29542 merged
Aug 12, 2025 -
MAINT: Bump github/codeql-action from 3.29.8 to 3.29.9
#29553 merged
Aug 12, 2025 -
fix: File exists error on macOS when running spin lint
#29546 merged
Aug 12, 2025 -
STY: fix typo in dtypemeta.c [skip azp][skip actions]
#29541 merged
Aug 12, 2025 -
TYP: Type
MaskedIterator
#29526 merged
Aug 11, 2025 -
BUG: left bit shift undefined behavior
#29539 merged
Aug 11, 2025 -
BLD: update licensing metadata to use PEP 639
#29535 merged
Aug 11, 2025 -
MAINT: Bump github/codeql-action from 3.29.6 to 3.29.8
#29533 merged
Aug 8, 2025 -
DOC: Add 'today' string to datetime64 documentation
#29514 merged
Aug 8, 2025 -
ENH: Use array indexing preparation routines for flatiter objects
#28590 merged
Aug 8, 2025 -
DOC:Clarify build compatibility to dev depending page
#29532 merged
Aug 8, 2025 -
MAINT: Bump github/codeql-action from 3.29.5 to 3.29.6
#29530 merged
Aug 7, 2025 -
MAINT: Bump actions/cache from 4.2.3 to 4.2.4
#29529 merged
Aug 7, 2025
13 Pull requests opened by 12 people
-
TYP: Type default values in stubs in `numpy/ma`
#29531 opened
Aug 7, 2025 -
DOC: Add 'now' string to datetime64 documentation
#29534 opened
Aug 9, 2025 -
DEP: Deprecate setting the shape attribute of a numpy array
#29536 opened
Aug 10, 2025 -
ENH: np.unique: support hash based unique for float and complex dtype
#29537 opened
Aug 11, 2025 -
CI: run some wheel build jobs by default, and clean up the rest
#29540 opened
Aug 11, 2025 -
DOC: doctest ReST sources in `doc/source/reference`
#29547 opened
Aug 12, 2025 -
MAINT: Use double quotes (ruff rule `Q`) (only on `.pyi` files)
#29548 opened
Aug 12, 2025 -
BUG: SIMD Neon undefined behavior - pointer overflow
#29549 opened
Aug 12, 2025 -
DEP: Deprecate NumPy warning control utilities
#29550 opened
Aug 12, 2025 -
BUG: resolve invalid grep with env neutral script
#29551 opened
Aug 12, 2025 -
BUG: Fix metadata not roundtripping when pickling datetime
#29555 opened
Aug 13, 2025 -
BUG: Casting from one timedelta64 to another didn't handle NAT.
#29556 opened
Aug 13, 2025 -
DOC: Document datetime and timedelta to python's object type conversion
#29557 opened
Aug 13, 2025
9 Issues closed by 6 people
-
BUG: Error in `MaskedArray` with `StringDType` when setting `fill_value`
#29421 closed
Aug 13, 2025 -
BUG: Non deterministic matrix multiplication
#29554 closed
Aug 13, 2025 -
BUG: mktemp “File exists” error on macOS when running spin lint multiple times
#29545 closed
Aug 12, 2025 -
ENH: Streamline and improve the origin and license documentation of third party bundled in wheels
#27764 closed
Aug 11, 2025 -
BUG: Fix flatiter indexing
#28314 closed
Aug 8, 2025 -
BUG: int32 type changes to intc for integer division and mod operation on array
#29508 closed
Aug 8, 2025 -
Which NumPy should I build against for compatibility with 2.0 and 2.1?
#27265 closed
Aug 8, 2025 -
ENH: Support infinity-like values for step in NumPy slicing to reduce code duplication
#28761 closed
Aug 7, 2025 -
BUG: GeForce Game Ready Driver version 580.88 is breaking Numba
#29525 closed
Aug 7, 2025
6 Issues opened by 6 people
-
TST: Make test suite more thread-safe
#29552 opened
Aug 12, 2025 -
DOC: examples in reference documentation are not run through doctest
#29544 opened
Aug 12, 2025 -
DOC: Links on https://numpy.org/doc
#29543 opened
Aug 12, 2025 -
BUG: grep: Invalid option -- P when running `spin lint` on macOS
#29538 opened
Aug 11, 2025 -
ENH: transition more code from .c.src to C++ templates
#29528 opened
Aug 7, 2025 -
ENH: Dumpy, xarray or einx notation as an alternative to broadcasting
#29527 opened
Aug 7, 2025
20 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.
-
DEP: Deprecate setting the shape attribute of an exact numpy array
#29523 commented on
Aug 11, 2025 • 5 new comments -
ENH: Use itertools.product for ndindex to improve performance
#29165 commented on
Aug 12, 2025 • 4 new comments -
ENH: show warning when np.maximum receives more than 2 inputs
#29052 commented on
Aug 11, 2025 • 4 new comments -
DOC: vectorize with signature doesn't pre-call function
#29335 commented on
Aug 12, 2025 • 3 new comments -
DOC: Clarify float-to-int truncation behavior in numpy.array_split documentation
#29511 commented on
Aug 8, 2025 • 1 new comment -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Aug 13, 2025 • 1 new comment -
BUG: order="A" doesn't do anything?
#28247 commented on
Aug 13, 2025 • 0 new comments -
BUG: Conversion of `np.datetime64` to `datetime.datetime` results in integer
#29516 commented on
Aug 13, 2025 • 0 new comments -
Typing support for shapes
#16544 commented on
Aug 14, 2025 • 0 new comments -
REL: review the `numpy-release` repo and switch over to that for releases
#29462 commented on
Aug 14, 2025 • 0 new comments -
BUG: f2py undefined symbol for the new meson backend
#28191 commented on
Aug 12, 2025 • 0 new comments -
BUG: resolve undefined behavior issues currently suppressed by UBSAN CI
#29524 commented on
Aug 11, 2025 • 0 new comments -
ENH: add a casting option 'same_value' and use it in np.astype
#29129 commented on
Aug 9, 2025 • 0 new comments -
DOC: Clarify float-to-int truncation behavior in numpy.array_split documentation
#29494 commented on
Aug 8, 2025 • 0 new comments -
CI: Add native ``ppc64le`` CI job using GitHub Actions
#29212 commented on
Aug 12, 2025 • 0 new comments -
"Warning: Numpy built with MINGW-W64 on Windows 64 bits" + Crash
#26038 commented on
Aug 8, 2025 • 0 new comments -
ENH: array comparison utils show calculations and indices of max errors
#29395 commented on
Aug 12, 2025 • 0 new comments -
BUG: fix uint64 overflow in triu_indices using operator.index
#29491 commented on
Aug 11, 2025 • 0 new comments -
BUG: `np.c_` behaves differently between numpy versions 1 and 2.
#29515 commented on
Aug 7, 2025 • 0 new comments -
BUG: np.astype(copy=False) copies for scalars
#29455 commented on
Aug 7, 2025 • 0 new comments