Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/numpy/numpy

The fundamental package for scientific computing with Python.
https://github.com/numpy/numpy

ENH: Use "where" argument in masked array logic, rather than filling

calumapplepie opened this issue 5 months ago
TYP: add td64 overload for ``np.average``

guan404ming opened this pull request 5 months ago
BUG: Cannot call ``np.average`` on timedelta64 array

guan404ming opened this issue 5 months ago
DOC: update PyArray_CheckAxis doc

guan404ming opened this pull request 5 months ago
BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds

seberg opened this pull request 5 months ago
BUG: `np.ma.allequal` fails when comparing masked array with itself

MatejUrbanQC opened this issue 5 months ago
DOC: add free-threading release notes

ngoldbaum opened this pull request 5 months ago
BUG: object arrays are not thread-safe in free-threading build

ngoldbaum opened this issue 5 months ago
np.setxor1d: always ravel inputs

jakevdp opened this pull request 5 months ago
MAINT: update default NPY_FEATURE_VERSION after dropping py39

charris opened this pull request 5 months ago
BUILD: improve download script

charris opened this pull request 5 months ago
REV: Revert undef I and document it

charris opened this pull request 5 months ago
BUG: `PyArray_CheckAxis` possibly not working correctly

brendan-m-murphy opened this issue 5 months ago
REV: Revert undef I and document it

charris opened this pull request 5 months ago
NumPy does not properly support sub-interpreters

alissonrodrigo opened this issue 5 months ago
DOC: `PyArray_CheckAxis` doesn't refer to new `NPY_RAVEL_AXIS` macro

brendan-m-murphy opened this issue 5 months ago
BUILD: use a shrunken version of scipy-openblas wheels [wheel build]

mattip opened this pull request 5 months ago
MAINT: improve download script

mattip opened this pull request 5 months ago
MAINT: update default NPY_FEATURE_VERSION after dropping py39

h-vetinari opened this pull request 5 months ago
BUILD: update to OpenBLAS 0.3.28

mattip opened this pull request 5 months ago
DOC: turning off AVX512

0-wiz-0 opened this issue 5 months ago
REV: Revert undef I and document it

seberg opened this pull request 5 months ago
DOC: Add release notes for #27008

jorenham opened this pull request 5 months ago
DOC: Add release notes for #26897

jorenham opened this pull request 5 months ago
TYP: Improved ``numpy.piecewise`` type-hints

jorenham opened this pull request 5 months ago
TYP,TST: Bump mypy to 1.11.1

jorenham opened this pull request 5 months ago
TYP: 1-d ``numpy.arange`` return shape-type

jorenham opened this pull request 5 months ago
REL: Prepare for the NumPy 2.1.0rc1 release [wheel build]

charris opened this pull request 5 months ago
BUG: `numpy.strings.rstrip` does not work correctly

MarkusSintonen opened this issue 5 months ago
BUG: Very slow execution of linalg.inv on intel ultra 7

jankoslavic opened this issue 5 months ago
MAINT: Bump pythoncapi-compat version.

charris opened this pull request 5 months ago
TYP: Shape-typed array constructors: ``numpy.{empty,zeros,ones,full}``

jorenham opened this pull request 5 months ago
DOC: Added documentation to bench_function_base.py

martiart opened this issue 5 months ago
DOC : Added documentation to bench_function_base.py.

martiart opened this pull request 5 months ago
DOC: add td64 example in `np.mean`

guan404ming opened this pull request 5 months ago
ENH: fix thread-unsafe C API usages

charris opened this pull request 5 months ago
BUG: inconsistent fill_value casting for masked arrays

rgbmrc opened this issue 5 months ago
MAINT: use npy_argparse for einsum

seberg opened this pull request 5 months ago
BLD: use smaller scipy-openblas builds

charris opened this pull request 5 months ago
ENH: handle datetime64 for ``_mean``

guan404ming opened this pull request 5 months ago
DEP: Finalize ``bool(empty_array)`` deprecation

seberg opened this pull request 5 months ago
BUG: repeated axis is ignored in real FFT

vtavana opened this issue 5 months ago
CI: Re-enable nightly OpenBLAS test runs

seberg opened this pull request 5 months ago
TYP: add td64 overload for `np.mean`

guan404ming opened this pull request 5 months ago
MAINT: Remove any promotion-state switching logic

seberg opened this pull request 5 months ago
DOC: Add release date below release date

prisae opened this issue 5 months ago
TYP: Use ``typing_extensions.Self`` in the ``numpy`` stubs

jorenham opened this pull request 5 months ago
TYP: Fix incompatible overrides in the ``numpy._typing._ufunc`` stubs

jorenham opened this pull request 5 months ago
TYP: Simplified ufunc imports in ``numpy._typing``

jorenham opened this pull request 5 months ago
BUG: Do not accidentally store dtype metadata in ``np.save``

charris opened this pull request 5 months ago
TYP: Sane defaults for the platform-specific ``NBitBase`` types.

jorenham opened this pull request 5 months ago
BUG: Do not accidentally store dtype metadata in ``np.save``

charris opened this pull request 5 months ago
BUG: Raise if histogram cannot create finite bin sizes

timhoffm opened this pull request 5 months ago
BLD: use smaller scipy-openblas builds

mattip opened this pull request 5 months ago
MAINT: Scipy openblas 0.3.27.44.4

charris opened this pull request 5 months ago
ENH: fix thread-unsafe C API usages

ngoldbaum opened this pull request 5 months ago
MAINT: Scipy openblas 0.3.27.44.4

charris opened this pull request 5 months ago
BUG: Do not accidentally store dtype metadata in ``np.save``

seberg opened this pull request 5 months ago
MAINT: Scipy openblas 0.3.27.44.4

mattip opened this pull request 5 months ago
TYP: Fixed & improved ``numpy.dtype.__new__``

jorenham opened this pull request 5 months ago
BUG: scalars don't have dlpack support

arogozhnikov opened this issue 5 months ago
Cannot build NumPy with TSAN on ARM Mac

ngoldbaum opened this issue 5 months ago
BUG: ModuleNotFoundError: No module named 'numpy.char'

4l1fe opened this issue 5 months ago
REL: Prepare main for 2.2.0 development

charris opened this pull request 5 months ago
TYP: Assume that ``typing_extensions`` is always available in the stubs

jorenham opened this pull request 5 months ago
PERF,TASK: Audit `PyObject_GetAttr` usages

seberg opened this issue 5 months ago
ENH: Use ``PyObject_GetOptionalAttr``

seberg opened this pull request 5 months ago
BUG: Ensure that scalar binops prioritize __array_ufunc__

seberg opened this pull request 5 months ago
DOC: update NEP 50 draft status to "Final"

amedinaaa opened this pull request 5 months ago
BLD: cp313 cp313t linux_aarch64 [wheel build]

andyfaff opened this pull request 5 months ago
DOC: add info about complex.h

mattip opened this pull request 5 months ago
TST, DOC: add doc and test for transpose axes with negative indices

guan404ming opened this pull request 5 months ago
TYP: Fixed & improved type hints for ``numpy.histogram2d``

jorenham opened this pull request 5 months ago
TYP: `histogram2d` doesn't like bins arrays with floats

ldouteau opened this issue 5 months ago
WHL: bump (musl) linux image [wheel build]

andyfaff opened this pull request 5 months ago
`full` and `full_like` permit out-of-bounds Python integers

ndgrigorian opened this issue 5 months ago
BUG: Masked dtypes

Moh-bit-coding opened this pull request 5 months ago
BUILD: musslinux_1_1 is EOL, we should use musllinux_1_2

mattip opened this issue 5 months ago
TST: Refactor to consistently use CompilerChecker

charris opened this pull request 6 months ago
BUG: f2py: better handle filtering of public/private subroutines

m-weigand opened this pull request 6 months ago
Update vendored meson

h-vetinari opened this issue 6 months ago
BUG: Disagreement between apt python3-numpy and pypi numpy versions

23pointsNorth opened this issue 6 months ago