-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
27 Pull requests merged by 12 people
-
BLD: remove unused github workflow
#29312 merged
Jul 2, 2025 -
DOCS: Fix rendering of
MaskedArray.anom
dtype
#29311 merged
Jul 2, 2025 -
TYP: add explicit types for np.quantile
#29305 merged
Jul 2, 2025 -
TYP: Type
MaskedArray.{trace,round,cumsum,cumprod}
#29307 merged
Jul 2, 2025 -
DEP: Give a visible warning when
align=
to dtype is a non-bool#29301 merged
Jul 2, 2025 -
Fix incorrect grammar in TypeError message for ufunc argument count mismatch
#29308 merged
Jul 2, 2025 -
DOCS: Remove incorrect "Returns" section from
MaskedArray.sort
#29302 merged
Jul 2, 2025 -
TYP: Add type annotations for
MaskedArray.__{pow,rpow}__
#29277 merged
Jul 2, 2025 -
DOC: remove redundant words
#29306 merged
Jul 2, 2025 -
MAINT: Enable linting with ruff E501
#29300 merged
Jul 1, 2025 -
MAINT: Bump github/codeql-action from 3.29.1 to 3.29.2
#29296 merged
Jul 1, 2025 -
MAINT: Enable linting with ruff E501
#29291 merged
Jun 30, 2025 -
BUG: Fix version check in blas_utils.c
#29290 merged
Jun 30, 2025 -
DOC: Document assertion comparison behavior between scalar and empty array
#29143 merged
Jun 29, 2025 -
MAINT: Enable linting with ruff E501
#29250 merged
Jun 29, 2025 -
DOC: avoid searching some directories for doxygen-commented source code
#29275 merged
Jun 28, 2025 -
BUG: handle case in mapiter where descriptors might get replaced (#29286)
#29287 merged
Jun 28, 2025 -
BUG: Fix macro redefinition
#29289 merged
Jun 28, 2025 -
BUG: handle case in mapiter where descriptors might get replaced
#29286 merged
Jun 27, 2025 -
MAINT: Bump github/codeql-action from 3.29.0 to 3.29.1
#29285 merged
Jun 27, 2025 -
BUG: fix fencepost error in StringDType internals
#29284 merged
Jun 27, 2025 -
TYP: Work around a mypy issue with bool arrays (#29248)
#29283 merged
Jun 27, 2025 -
TYP: fix overloads where
out: _ArrayT
was typed as being the default#29278 merged
Jun 26, 2025 -
TYP: Add overloads for
MaskedArray.__{div,rdiv,floordiv,rfloordiv}__
#29271 merged
Jun 26, 2025 -
TYP: Work around a mypy issue with bool arrays
#29248 merged
Jun 26, 2025 -
MAINT: Fix
I001
ruff error on main#29272 merged
Jun 26, 2025
8 Pull requests opened by 6 people
-
BLD: use newly released OpenBLAS 0.3.30, use ILP64 on win_arm64
#29280 opened
Jun 26, 2025 -
BUG: Include python-including headers first
#29281 opened
Jun 27, 2025 -
ENH: Enable custom compression levels in `np.savez_compressed`
#29294 opened
Jun 30, 2025 -
DOC: make descriptions of hyperbolic functions consistent
#29297 opened
Jun 30, 2025 -
ENH: Consistent formatting precision of compared arrays and errors
#29298 opened
Jun 30, 2025 -
TYP: Type ``MaskedArray.dot`` and ``MaskedArray.anom``
#29309 opened
Jul 2, 2025 -
TYP: rename `_T` to `_ScalarT` in `matlib.pyi` for consistency
#29310 opened
Jul 2, 2025 -
TST: Add test for non-npy files in npz and different names
#29313 opened
Jul 2, 2025
8 Issues closed by 5 people
-
DOC: np.quantile incorrectly displays the np.percentile docstring
#29304 closed
Jul 2, 2025 -
dtype ctor allows "align" kwargs even when unapplicable
#8158 closed
Jul 2, 2025 -
Bad grammar in error message from hypot
#29259 closed
Jul 2, 2025 -
DOC: `doxygenfunction` is not working in development documentation
#29274 closed
Jun 28, 2025 -
Macro redefinition warning
#29288 closed
Jun 28, 2025 -
BUG: Basic Slicing of StringDType arrays faulty.
#29279 closed
Jun 27, 2025 -
ENH: creating arrays with alignment to higher boundaries
#28399 closed
Jun 27, 2025 -
TYP: mypy returns dtype of np.bool[Literal[False]] for array of bools
#29245 closed
Jun 26, 2025
5 Issues opened by 4 people
-
BUG: Segmentation fault when misusing `masked_object`
#29299 opened
Jul 1, 2025 -
DEP: deprecate np.testing.suppress_warnings
#29293 opened
Jun 30, 2025 -
DEV: Investigate TySAN
#29292 opened
Jun 30, 2025 -
I think `key` is a string and `read()` expects an int. Should this be just
#29282 opened
Jun 27, 2025 -
BUG: Runtime warning on mingw-w64 (Unable to initialize device PRN)
#29276 opened
Jun 26, 2025
26 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: Extend numpy.pad to handle pad_width dictionary argument.
#29273 commented on
Jun 27, 2025 • 19 new comments -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Jul 2, 2025 • 17 new comments -
ENH: Modulate dispatched x86 CPU features
#28896 commented on
Jul 1, 2025 • 3 new comments -
ENH: Use itertools.product for ndindex to improve performance
#29165 commented on
Jun 30, 2025 • 2 new comments -
ENH: Add a `bit_width` function
#28441 commented on
Jun 26, 2025 • 0 new comments -
BUG: Fix copy performance regression for structured arrays
#29270 commented on
Jul 2, 2025 • 0 new comments -
ENH: Add `madvise` for `memmap` objects
#29260 commented on
Jun 30, 2025 • 0 new comments -
ENH: zero initialize variable for elf_aux_info()
#29253 commented on
Jun 29, 2025 • 0 new comments -
DEP: Deprecate setting the dtype of an exact numpy.ndarray
#29244 commented on
Jul 1, 2025 • 0 new comments -
ENH: add a casting option 'same_value' and use it in np.astype
#29129 commented on
Jun 30, 2025 • 0 new comments -
BLD: use github to build macos-arm64 wheels with OpenBLAS
#29069 commented on
Jul 2, 2025 • 0 new comments -
DEP: Deprecate ma.round_ and add warning test
#28899 commented on
Jun 26, 2025 • 0 new comments -
DOC: Add flat examples to argmax and argmin
#28826 commented on
Jun 26, 2025 • 0 new comments -
MNT: add linter for thread-unsafe C API uses
#28634 commented on
Jul 2, 2025 • 0 new comments -
ENH: assert_allclose show indices and values of maximum differences on failure
#28827 commented on
Jun 26, 2025 • 0 new comments -
MAINT: Enable linting with ruff E501
#28947 commented on
Jul 1, 2025 • 0 new comments -
pickling numpy arrays does not preserve flags
#16726 commented on
Jul 1, 2025 • 0 new comments -
BUG: Confusing error message when `numpy` importing `numpy.__config__` raises `ImportError` for legit reasons
#28844 commented on
Jun 30, 2025 • 0 new comments -
ENH: Add a public API for generating hashable buffers
#29229 commented on
Jun 30, 2025 • 0 new comments -
BUG: `load` no longer reads files with `shape=(-1,...)`
#29217 commented on
Jun 29, 2025 • 0 new comments -
BUG: numpy 1.26.4 is not supported on macOS<13.3 ?
#29228 commented on
Jun 28, 2025 • 0 new comments -
moving x86-64 feature baseline to SSE4.2?
#27851 commented on
Jun 27, 2025 • 0 new comments -
BUG: The `numpy.linspace()` does not seem to work properly for big integers data types
#23187 commented on
Jun 27, 2025 • 0 new comments -
BUG: np.arange give wrong result when given big integer
#27985 commented on
Jun 27, 2025 • 0 new comments -
Log and MaskedArray
#12183 commented on
Jun 27, 2025 • 0 new comments -
Reenable the Cygwin build test when Cygwin support Python 3.12
#26247 commented on
Jun 27, 2025 • 0 new comments