-
-
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
24 Pull requests merged by 14 people
-
MAINT: Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
#29334 merged
Jul 7, 2025 -
MAINT: remove internal uses of assert_warns and suppress_warnings
#29322 merged
Jul 7, 2025 -
BLD: update
highway
submodule to latest master#29329 merged
Jul 7, 2025 -
TYP: Allow passing
dtype=None
totrace
#29332 merged
Jul 7, 2025 -
ENH: Improve error message in numpy.testing.assert_array_compare
#29112 merged
Jul 7, 2025 -
TYP:
svd
overload incorrectly notedLiteral[False]
to be the default forcompute_uv
#29331 merged
Jul 7, 2025 -
BUG: Allow reading non-npy files in npz and add test
#29313 merged
Jul 7, 2025 -
DOC: Clarify assert_allclose differences vs. allclose
#29325 merged
Jul 7, 2025 -
MAINT: Rename nep-0049.rst.
#29327 merged
Jul 6, 2025 -
DOC: Fix spelling
#29320 merged
Jul 4, 2025 -
MAINT: remove out-of-date comment
#29316 merged
Jul 3, 2025 -
TYP: Type
MaskedArray.dot
andMaskedArray.anom
#29309 merged
Jul 3, 2025 -
TYP: rename
_T
to_ScalarT
inmatlib.pyi
for consistency#29310 merged
Jul 3, 2025 -
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
10 Pull requests opened by 7 people
-
MAIN: Replace setting of array shape by reshape operation
#29314 opened
Jul 3, 2025 -
BUG: Fix np.testing utils failing for masked scalar vs. scalar (#29317)
#29318 opened
Jul 4, 2025 -
MNT: Cleanup infs handling in np.testing assertion utilities
#29321 opened
Jul 4, 2025 -
MAINT: Use `python` shim and clean up CI script calls
#29324 opened
Jul 5, 2025 -
Fix quantile empty 29315
#29326 opened
Jul 5, 2025 -
BUG: Always return a real dtype from linalg.cond (gh-18304)
#29333 opened
Jul 7, 2025 -
DOC: vectorize with signature doesn't pre-call function
#29335 opened
Jul 7, 2025 -
API,BUG: Fix scalar handling in array-interface allowing NULL pointers
#29338 opened
Jul 8, 2025 -
TYP: correct default value of `unicode` in `chararray.__new__` and of `full` in `polyfit`
#29340 opened
Jul 8, 2025 -
TST: Avoid uninitialized values in test
#29341 opened
Jul 8, 2025
11 Issues closed by 6 people
-
NumPy issue when running Automatic1111
#29337 closed
Jul 8, 2025 -
Cannot compile numpy with GCC 16.0.0 (development version)
#29130 closed
Jul 7, 2025 -
not supporting PEP 517 builds
#29330 closed
Jul 7, 2025 -
I think `key` is a string and `read()` expects an int. Should this be just
#29282 closed
Jul 7, 2025 -
Different behaviour of np.all_close and np.testing.assert_allclose for mismatched shapes
#9988 closed
Jul 7, 2025 -
BUG: `isinstance(array, SupportsFloat)` is `True` but `float(array)` raises
#29264 closed
Jul 6, 2025 -
nep-0049.rst needs a better name :)
#29323 closed
Jul 6, 2025 -
ENH: Improve poor np.float16 performance
#28753 closed
Jul 3, 2025 -
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
6 Issues opened by 6 people
-
BUG: np.insert fails with datetime64 and string input combination
#29339 opened
Jul 8, 2025 -
BUG: numpy.unique ignores 'equal_nan' parameter while 'axis' presents
#29336 opened
Jul 7, 2025 -
DOC: NEP 49, 38 "header" formatting
#29328 opened
Jul 5, 2025 -
BUG: "import numpy" on Mac OS X raised the error "Library not loaded: @rpath/libgfortran.5.dylib"
#29319 opened
Jul 4, 2025 -
BUG: np.testing utilities fail for masked scalar vs. scalar
#29317 opened
Jul 4, 2025 -
BUG: quantile inconsitent with median for size=0
#29315 opened
Jul 3, 2025
17 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, API: New sorting mechanism for DType API
#28516 commented on
Jul 5, 2025 • 20 new comments -
BUG: Include python-including headers first
#29281 commented on
Jul 3, 2025 • 3 new comments -
ENH: Modulate dispatched x86 CPU features
#28896 commented on
Jul 7, 2025 • 3 new comments -
DOC: make descriptions of hyperbolic functions consistent
#29297 commented on
Jul 5, 2025 • 1 new comment -
BUG: Fix copy performance regression for structured arrays
#29270 commented on
Jul 3, 2025 • 0 new comments -
BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30
#29069 commented on
Jul 3, 2025 • 0 new comments -
MNT: add linter for thread-unsafe C API uses
#28634 commented on
Jul 3, 2025 • 0 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Jul 6, 2025 • 0 new comments -
ENH: Use BLAS in np.einsum when optimize=False
#29071 commented on
Jul 7, 2025 • 0 new comments -
numpy.spacing documentation inaccuracies
#15331 commented on
Jul 7, 2025 • 0 new comments -
NumPy Security roadmap proposal
#29178 commented on
Jul 7, 2025 • 0 new comments -
vectorize forces NumPy ndarray output
#10155 commented on
Jul 7, 2025 • 0 new comments -
DEP: deprecate np.testing.suppress_warnings
#29293 commented on
Jul 4, 2025 • 0 new comments -
BUG: Segmentation fault when misusing `masked_object`
#29299 commented on
Jul 3, 2025 • 0 new comments -
ENH: `np.finfo` support for Numpy User DTypes
#27231 commented on
Jul 3, 2025 • 0 new comments -
BUG: Incorrect results for `np.arcsin`, `np.arcsinh`, and `np.arccosh` on complex inputs when installing NumPy 2.3.0 from PyPI
#29167 commented on
Jul 3, 2025 • 0 new comments -
MAINT: Enable linting with ruff E501
#28947 commented on
Jul 1, 2025 • 0 new comments