-
-
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
1 Release published by 1 person
-
v2.3.2 v2.3.2 (Jul 24, 2025)
published
Jul 24, 2025
110 Pull requests merged by 38 people
-
BUG: random: Fix handling of very small p in Generator.binomial.
#29522 merged
Aug 6, 2025 -
MAINT: Bump actions/download-artifact from 4.3.0 to 5.0.0
#29521 merged
Aug 6, 2025 -
CI: Add UBSAN CI jobs for macOS arm64 and Linux x86-64
#29487 merged
Aug 6, 2025 -
TST: don't explicitly specify -j in TSAN build
#29512 merged
Aug 5, 2025 -
MAINT: Bump hypothesis to 6.137.1
#29513 merged
Aug 5, 2025 -
DOC: Add narrative documentation for printing NumPy arrays
#29502 merged
Aug 5, 2025 -
BLD: update vendored Meson to 1.8.3
#29509 merged
Aug 5, 2025 -
BUG: Casting from one timedelta64 to another didn't handle NAT.
#29505 merged
Aug 5, 2025 -
ENH: Use extern C in arraytypes.h.src file for cpp files
#29504 merged
Aug 4, 2025 -
BLD: provide explicit control over cpu-baseline detection
#29459 merged
Aug 3, 2025 -
TYP: Type
MaskedArray.__array_finalize__
andMaskedArray.__array_wrap__
#29483 merged
Aug 3, 2025 -
BUG: Always return a real dtype from linalg.cond (gh-18304) (#29333)
#29500 merged
Aug 2, 2025 -
MAINT: Add .file entry to all .s SVML files
#29501 merged
Aug 2, 2025 -
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 -
DOC: Update RELEASE_WALKTHROUGH.rst
#29445 merged
Jul 25, 2025 -
MAINT: Add Python 3.14 to classifier.
#29444 merged
Jul 25, 2025 -
BLD: allow targeting webassembly without emscripten
#29447 merged
Jul 25, 2025 -
BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR symlink
#29446 merged
Jul 25, 2025 -
BLD: allow targeting webassembly without emscripten
#29436 merged
Jul 25, 2025 -
MAINT: Update main after 2.3.2 release.
#29441 merged
Jul 25, 2025 -
MAINT: Prepare 2.3.x for further development.
#29440 merged
Jul 24, 2025 -
DOC: Correct more ndarray defaults
#29402 merged
Jul 24, 2025 -
BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR symlink
#29435 merged
Jul 24, 2025 -
REL: Prepare for the NumPy 2.3.2 release [wheel build]
#29438 merged
Jul 24, 2025 -
BUG: fix datetime/timedelta hash memory leak (#29411)
#29437 merged
Jul 24, 2025 -
MAINT: Support python 314rc1
#29425 merged
Jul 24, 2025 -
ENH: Enable RVV acceleration for auto-vectorization in RISC-V
#29431 merged
Jul 24, 2025 -
BUG: fix datetime/timedelta hash memory leak
#29411 merged
Jul 24, 2025 -
MAINT: Bump larsoner/circleci-artifacts-redirector-action from 1.1.0 to 1.2.0
#29432 merged
Jul 24, 2025 -
MAINT: Bump pypa/cibuildwheel from 3.0.1 to 3.1.0
#29433 merged
Jul 24, 2025 -
BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30
#29430 merged
Jul 23, 2025 -
MAINT: Update highway to match main.
#29429 merged
Jul 23, 2025 -
MAINT: Bump github/codeql-action from 3.29.3 to 3.29.4
#29426 merged
Jul 23, 2025 -
DOC: Remove outdated
numpy.exceptions
compatibility note.#29427 merged
Jul 23, 2025 -
TYP: Type
MaskedArray.reshape
#29404 merged
Jul 23, 2025 -
TYP: Type
MaskedArray.view
#29383 merged
Jul 23, 2025 -
TYP: Type
MaskedArray.__deepcopy__
andMaskedArray.argsort
#29418 merged
Jul 23, 2025 -
MAINT: use a stable pypy release in CI
#29424 merged
Jul 23, 2025 -
DOC: Fix index name in notes for np.take
#29419 merged
Jul 23, 2025 -
BUG: Any dtype should call
square
onarr ** 2
(#29392)#29417 merged
Jul 22, 2025 -
TYP: Fix overloads in
np.char.array
andnp.char.asarray
forunicode
argument.#29416 merged
Jul 22, 2025 -
BUG: fix casting issue in center, ljust, rjust, and zfill (#29369)
#29415 merged
Jul 22, 2025 -
BUG: Fix reference leakage for output arrays in reduction functions
#29414 merged
Jul 22, 2025 -
TST: Avoid uninitialized values in test (#29341)
#29413 merged
Jul 22, 2025 -
BUG: Allow reading non-npy files in npz and add test
#29412 merged
Jul 22, 2025 -
BUG: Any dtype should call
square
onarr ** 2
#29392 merged
Jul 22, 2025 -
MAINT/BUG: Followups for PySequence_Fast locking
#29405 merged
Jul 22, 2025 -
MAINT: use a stable pypy release in CI
#29407 merged
Jul 21, 2025 -
ENH: Show unit information in repr for datetime64("NaT")
#29396 merged
Jul 21, 2025 -
MAINT: Bump github/codeql-action from 3.29.2 to 3.29.3
#29406 merged
Jul 21, 2025 -
TYP: Type
MaskedArray.resize
, wrapNoReturn
tests in functions#29401 merged
Jul 21, 2025 -
ENH: avoid thread safety issues around uses of
PySequence_Fast
#29394 merged
Jul 21, 2025 -
MNT: Enforce ruff/Perflint rules (PERF)
#28970 merged
Jul 20, 2025 -
MNT: Cleanup infs handling in np.testing assertion utilities
#29321 merged
Jul 20, 2025 -
DOC: better differentiate arrays in dstack docstring
#29390 merged
Jul 17, 2025 -
MNT: add linter for thread-unsafe C API uses
#29371 merged
Jul 16, 2025 -
DOC: document
mean
parameter inndarray.std
andndarray.var
docstring signatures#29387 merged
Jul 16, 2025 -
TYP: Type
MaskedArray.{sum,std,var,mean,prod}
#29381 merged
Jul 16, 2025 -
BLD: Add sw_64 support
#29385 merged
Jul 16, 2025 -
DOC: Fix
PyArrayMapIterObject
document#29386 merged
Jul 16, 2025 -
BUG: Fix repeatability issues in test suite
#29380 merged
Jul 15, 2025 -
DEV: remove "packages" from
.gitignore
#29374 merged
Jul 15, 2025 -
TYP: Fix overloads in
np.char.array
andnp.char.asarray
forunicode
argument#29377 merged
Jul 14, 2025 -
STY: Fix typo in npy_cpu_dispatch.c
#29375 merged
Jul 14, 2025 -
MAINT: Options to catch more issues reported by pytest
#28983 merged
Jul 14, 2025 -
BUG: fix casting issue in center, ljust, rjust, and zfill
#29369 merged
Jul 14, 2025 -
BLD: use github to build macos-arm64 wheels with OpenBLAS and update to 0.3.30
#29069 merged
Jul 14, 2025 -
BUG: Fix np.testing utils failing for masked scalar vs. scalar (#29317)
#29318 merged
Jul 13, 2025 -
DOC: specify that
numpy.nan_to_num
supports array like arguments#29362 merged
Jul 13, 2025 -
TST: refactor typing check for @
#29364 merged
Jul 13, 2025 -
BUG: Fix reference leakage for output arrays in reduction functions
#29358 merged
Jul 11, 2025 -
BUG: fix test_npy_uintp_type_enum
#29356 merged
Jul 10, 2025 -
ENH: Let numpy.size accept multiple axes.
#29240 merged
Jul 10, 2025 -
BLD: print long double format used
#29351 merged
Jul 10, 2025 -
BUG: Fix shape error path in array-interface
#29350 merged
Jul 9, 2025 -
DOC: Fix NEP 49 Resolution Link Formatting (part of #29328)
#29347 merged
Jul 9, 2025 -
API,BUG: Fix scalar handling in array-interface allowing NULL pointers
#29338 merged
Jul 9, 2025 -
DOC: Add missing
self
in__array_ufunc__
signature#29343 merged
Jul 9, 2025 -
TYP: correct default value of
unicode
inchararray.__new__
and offull
inpolyfit
#29340 merged
Jul 8, 2025 -
TST: Avoid uninitialized values in test
#29341 merged
Jul 8, 2025 -
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
15 Pull requests opened by 13 people
-
DOC: vectorize with signature doesn't pre-call function
#29335 opened
Jul 7, 2025 -
DOC: add typing test to dev env page
#29366 opened
Jul 12, 2025 -
MAINT: Fix deprecated license specification in `pyproject.toml`
#29367 opened
Jul 13, 2025 -
BUG: avoid segmentation fault in `string_expandtabs_length_promoter`
#29368 opened
Jul 13, 2025 -
ENH: Allow subscript access for `np.bool` by adding `__class_getitem__`
#29370 opened
Jul 13, 2025 -
BUG: Fix np.unique with axis=0 and 1D input not collapsing NaNs with equal_nan=True #29336
#29372 opened
Jul 14, 2025 -
ENH: Add numpy.shifted.
#29389 opened
Jul 16, 2025 -
ENH: array comparison utils show calculations and indices of max errors
#29395 opened
Jul 19, 2025 -
BUG: allow `MaskedArray.fill_value` be a string when `dtype=StringDType`
#29423 opened
Jul 23, 2025 -
BUG: fix uint64 overflow in triu_indices using operator.index
#29491 opened
Jul 31, 2025 -
BUG: Ensure ``sign(timedelta64('nat'))`` returns ``timedelta64('nat')``
#29498 opened
Aug 1, 2025 -
BUG: Fix incorrect behavior with unsigned int in np.unwrap (#29477)
#29507 opened
Aug 5, 2025 -
DOC: Clarify float-to-int truncation behavior in numpy.array_split documentation
#29511 opened
Aug 5, 2025 -
DOC: Add 'today' string to datetime64 documentation
#29514 opened
Aug 5, 2025 -
DEP: Deprecate setting the shape attribute of a numpy array
#29523 opened
Aug 6, 2025
55 Issues closed by 18 people
-
BUG: undefined behavior detected by ubsan in sanitizer CI runs
#24209 closed
Aug 6, 2025 -
`linalg.cond` complex dtype is inconsistent depending on `p`
#18304 closed
Aug 6, 2025 -
ENH: `ctypeslib.as_array` can be more safe by allowing passing another python object to hold the memory
#29510 closed
Aug 6, 2025 -
DOC: Add narrative documentation about printing and formatting arrays
#29476 closed
Aug 5, 2025 -
BUG: Creating an array with multiple NaTs can result in loss of NaTness
#29497 closed
Aug 5, 2025 -
QUERY: How to efficiently store and load data larger than 2GB
#29503 closed
Aug 3, 2025 -
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 -
Cirrus tries to build wheels when a release is tagged.
#29439 closed
Jul 25, 2025 -
PyPI disk space used up (again)
#29255 closed
Jul 25, 2025 -
BUG: Test failure in test_configtool_pkgconfigdir due to unresolved symlink in build environment
#29434 closed
Jul 24, 2025 -
BUG: Memory leak calling hash() on np.datetime64 object
#29397 closed
Jul 24, 2025 -
BUG: "import numpy" on Mac OS X raised the error "Library not loaded: @rpath/libgfortran.5.dylib"
#29319 closed
Jul 23, 2025 -
datetime64 breaks equality and hash invariant.
#3836 closed
Jul 22, 2025 -
BUG: Inconsistency in computing of business days
#29410 closed
Jul 22, 2025 -
BUG: `power` called instead of `square` in `__array_ufunc__` for structured arrays
#29388 closed
Jul 22, 2025 -
BUG: numpy 1.26.4 is not supported on macOS<13.3 ?
#29228 closed
Jul 22, 2025 -
BUG: `np.datetime64("nat", "ms")` does not use unit in `repr` (unlike timedelta)
#28496 closed
Jul 21, 2025 -
BUG: tolist() fails to respect decimal rounding, unexpectedly outputs excess floating-point digits!!!
#29400 closed
Jul 21, 2025 -
DOC: Missing steps in building the docs
#29382 closed
Jul 18, 2025 -
MNT: Add linter for thread-unsafe C API uses
#26159 closed
Jul 16, 2025 -
BUG: ImportError: cannot import name 'version' from partially initialized module 'numpy'
#29378 closed
Jul 16, 2025 -
Import in Jupyter notebooks that do not appear in ipython mode after building it for intel system
#29379 closed
Jul 16, 2025 -
Overview issue: Typing regressions in NumPy 2.2
#28076 closed
Jul 16, 2025 -
DOC: `mean` param missing in `ndarray.{std,var}` docstring signatures
#29384 closed
Jul 16, 2025 -
BUG: test fail when run a second time
#26718 closed
Jul 15, 2025 -
ENH: Numpy histograms incapable of adding noninteger weights.
#29361 closed
Jul 15, 2025 -
TYP: `np.char.array` overloads not totally accurate for `unicode` arg
#29376 closed
Jul 14, 2025 -
BUG: MemoryError when using negative width in numpy.strings.xxx or numpy.char.xxx with StringDType arrays
#29359 closed
Jul 14, 2025 -
BUG: np.testing utilities fail for masked scalar vs. scalar
#29317 closed
Jul 13, 2025 -
DOC: Document `nan_to_num` to accept arrays as its `nan` argument
#29076 closed
Jul 13, 2025 -
BUG: Memory leak using `out=` parameter in numpy version 2.3
#29355 closed
Jul 11, 2025 -
TYP: comparing int array to python int only gives correct type with e.g. `np.not_equal` and `.astype` cast
#29360 closed
Jul 11, 2025 -
BUG: numpy very slow after import torch
#29352 closed
Jul 11, 2025 -
BUG: test_npy_uintp_type_enum fails when run by itself
#29354 closed
Jul 10, 2025 -
ENH: Let numpy.size accept multiple axes
#29239 closed
Jul 10, 2025 -
DOC: NEP 49, 38 "header" formatting
#29328 closed
Jul 9, 2025 -
BUG: Cannot create zero-length array-like object via __array_interface__ providing null pointer as data
#26037 closed
Jul 9, 2025 -
BUG: np.full does not reject invalid fill_value, causes hang (or memory-leak)
#29342 closed
Jul 9, 2025 -
TYP: add units for datetime64
#29346 closed
Jul 9, 2025 -
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
31 Issues opened by 23 people
-
BUG: Conversion of `np.datetime64` to `datetime.datetime` results in integer
#29516 opened
Aug 6, 2025 -
BUG: `np.c_` behaves differently between numpy versions 1 and 2.
#29515 opened
Aug 6, 2025 -
BUG: int32 type changes to intc for integer division and mod operation on array
#29508 opened
Aug 5, 2025 -
BUG: Inconsistent behavior in np.array with dtype=object when inner list lengths are uniform
#29499 opened
Aug 2, 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 -
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 -
BUG: `linalg.inv` crashing on windows arm64
#29442 opened
Jul 25, 2025 -
BUG: numpy 2.2.6 doesn't install meson (f2py) dependency
#29422 opened
Jul 22, 2025 -
BUG: Error in `MaskedArray` with `StringDType` when setting `fill_value`
#29421 opened
Jul 22, 2025 -
BUG: numpy.f2py cannot be used with -c and --[no-]latex-doc together.
#29420 opened
Jul 22, 2025 -
BUG: np.dot produces incorrect results when run concurrently
#29391 opened
Jul 16, 2025 -
DOC: developer workflow missing a note about typing checks
#29365 opened
Jul 12, 2025 -
Inconsistent type promotion in numpy.polynomial.chebyshev functions depending on scalar/array input
#29357 opened
Jul 10, 2025 -
BUG? np.ma.flatten_structured_array infinite recursion when field contains iterable object
#29349 opened
Jul 9, 2025 -
BUG: Pickling/unpickling datetime64 adds dtype metadata
#29344 opened
Jul 9, 2025 -
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
57 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 6, 2025 • 42 new comments -
ENH: Use array indexing preparation routines for flatiter objects
#28590 commented on
Aug 6, 2025 • 27 new comments -
ENH: show warning when np.maximum receives more than 2 inputs
#29052 commented on
Aug 6, 2025 • 11 new comments -
ENH: Use itertools.product for ndindex to improve performance
#29165 commented on
Jul 23, 2025 • 7 new comments -
DEP: Deprecate setting the dtype of an exact numpy.ndarray
#29244 commented on
Aug 6, 2025 • 6 new comments -
ENH, SIMD: Optimize the hyperbolic implementation based on Highway wr…
#29211 commented on
Jul 15, 2025 • 5 new comments -
BUG: Include python-including headers first
#29281 commented on
Jul 12, 2025 • 4 new comments -
BLD: Add support for building iOS wheels
#28759 commented on
Jul 30, 2025 • 2 new comments -
ENH, API: New sorting mechanism for DType API
#28516 commented on
Aug 6, 2025 • 1 new comment -
BUG: Fix fftn failure when both out and s parameters are given
#28895 commented on
Aug 3, 2025 • 1 new comment -
ENH: Vectorized Sampling without Replacement
#28306 commented on
Aug 2, 2025 • 0 new comments -
ENH: CPU dispatch default option
#28159 commented on
Jul 30, 2025 • 0 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Jul 21, 2025 • 0 new comments -
ENH: added functionality "median_of_masked"
#27396 commented on
Aug 6, 2025 • 0 new comments -
NumPy should warn (eventually raise an error?) on comparisons between complex numbers
#15981 commented on
Aug 6, 2025 • 0 new comments -
sign for any positive timedelta should be/compare equal
#8463 commented on
Aug 5, 2025 • 0 new comments -
ENH: improve StringDType error in from buffer results
#26893 commented on
Aug 4, 2025 • 0 new comments -
ENH: Add a public API and versioned schema for generating and loading hashable buffers
#29229 commented on
Aug 4, 2025 • 0 new comments -
DOC: clarify copy semantics of random state
#22337 commented on
Aug 2, 2025 • 0 new comments -
vectorize forces NumPy ndarray output
#10155 commented on
Jul 7, 2025 • 0 new comments -
BUG: np.histogram doesn't have data overflow warning
#28554 commented on
Jul 11, 2025 • 0 new comments -
ENH: Modulate dispatched x86 CPU features
#28896 commented on
Jul 7, 2025 • 0 new comments -
MNT: deprecate numpy.f2py.diagnose (instead of discarding it)
#28968 commented on
Jul 21, 2025 • 0 new comments -
BUG: Allow np.percentile to operate on float16 data
#29105 commented on
Jul 27, 2025 • 0 new comments -
WIP memmap multithreaded segfault
#29157 commented on
Jul 10, 2025 • 0 new comments -
CI: Add native ``ppc64le`` CI job using GitHub Actions
#29212 commented on
Jul 15, 2025 • 0 new comments -
ENH: zero initialize variable for elf_aux_info()
#29253 commented on
Jul 31, 2025 • 0 new comments -
ENH: Add `madvise` for `memmap` objects
#29260 commented on
Jul 13, 2025 • 0 new comments -
ENH: Enable custom compression levels in `np.savez_compressed`
#29294 commented on
Jul 17, 2025 • 0 new comments -
numpy.spacing documentation inaccuracies
#15331 commented on
Jul 7, 2025 • 0 new comments -
order of individual FFTs for calculating `numpy.fft.irfftn`
#28950 commented on
Jul 10, 2025 • 0 new comments -
ENH: Use BLAS in np.einsum when optimize=False
#29071 commented on
Jul 10, 2025 • 0 new comments -
BUG: object einsum assumes 0 identity
#29200 commented on
Jul 16, 2025 • 0 new comments -
ENH: np.roll: extra argument to pad with zeros or constant
#26220 commented on
Jul 16, 2025 • 0 new comments -
BUG: f2py undefined symbol for the new meson backend
#28191 commented on
Jul 19, 2025 • 0 new comments -
Ecosystem compatibility with numpy 2.0
#26191 commented on
Jul 20, 2025 • 0 new comments -
ENH: assert_allclose show indices and values of maximum differences on failure
#28827 commented on
Jul 21, 2025 • 0 new comments -
BUG: memmap multithreaded segfault on on-disk collision
#29126 commented on
Jul 24, 2025 • 0 new comments -
BUG: SVML lacks CET support
#25642 commented on
Jul 24, 2025 • 0 new comments -
BUG: dtype `datetime64[ns, UTC]` not interpreted by `issubdtype`
#28946 commented on
Jul 26, 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 -
DEP: deprecate np.testing.suppress_warnings
#29293 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 -
ENH: Add reverse argument to ufunc.accumulate, cumsum, nancumsum, cumprod, nancumprod
#29144 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: Use multi-phase initialisation (PEP 489) for extension modules
#29021 commented on
Jul 29, 2025 • 0 new comments -
PERF: monitoring performance regressions with asv
#28801 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 -
NumPy Security roadmap proposal
#29178 commented on
Jul 29, 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 -
TSK: Follow-up things for stringdtype
#25693 commented on
Jul 31, 2025 • 0 new comments -
BUG: quantile inconsitent with median for size=0
#29315 commented on
Jul 31, 2025 • 0 new comments -
BUG: segfault from `random_raw` from instance initialized from invalid value
#28784 commented on
Aug 2, 2025 • 0 new comments -
BUG: Segfault/stack-overflow from initializing `numpy.random._mt19937.MT19937` with recursive list
#28822 commented on
Aug 2, 2025 • 0 new comments -
BUG: Inconsistent `multinomial()` output across Linux/Mac
#28443 commented on
Aug 2, 2025 • 0 new comments -
ENH: Add optional `dtype` parameter to `Generator's` distribution methods
#26779 commented on
Aug 2, 2025 • 0 new comments -
BUG: np.random.Generator(MyBitGenerator).random() segfaults every time
#25023 commented on
Aug 2, 2025 • 0 new comments