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

DOC: fix rst formatting in datetime C API docs

ngoldbaum opened this pull request over 1 year ago
BUG: Fix empty structured array dtype alignment

VictorWTang opened this pull request over 1 year ago
DOC: Clarify correlate function definition

ellaella12 opened this pull request over 1 year ago
DOC: Clarify correlate function definition

ellaella12 opened this pull request over 1 year ago
ENH: Add ``matrix_transpose`` function

Kai-Striega opened this pull request over 1 year ago
ENH: Add ``matrix_transpose`` function

Kai-Striega opened this pull request over 1 year ago
ENH: raise early exception if 0d array is used in np.cross

DhavalParmar61 opened this pull request over 1 year ago
ENH: raise early exception if 0d array is used in np.cross

DhavalParmar61 opened this pull request over 1 year ago
DOC: Add reference to dtype parameter in NDArray

ellaella12 opened this pull request over 1 year ago
DOC: Add reference to dtype parameter in NDArray

ellaella12 opened this pull request over 1 year ago
ENH: Added compiler `args` and `link_args`

ganesh-k13 opened this pull request over 1 year ago
ENH: Added compiler `args` and `link_args`

ganesh-k13 opened this pull request over 1 year ago
TST: Pin pydantic<2 in Pyodide workflow

timkpaine opened this pull request over 1 year ago
TST: Pin pydantic<2 in Pyodide workflow

timkpaine opened this pull request over 1 year ago
MAINT: print error from verify_c_api_version.py failing

ngoldbaum opened this pull request over 1 year ago
MAINT: print error from verify_c_api_version.py failing

ngoldbaum opened this pull request over 1 year ago
ENH: Should there be an `rng.clone()` or similar?

seberg opened this issue over 1 year ago
ENH: Should there be an `rng.clone()` or similar?

seberg opened this issue over 1 year ago
ENH: Replace npy complex structs with native complex types

lysnikolaou opened this pull request over 1 year ago
ENH: Replace npy complex structs with native complex types

lysnikolaou opened this pull request over 1 year ago
ENH: C++ SIMD wrapper

jan-wassenberg opened this issue over 1 year ago
ENH: C++ SIMD wrapper

jan-wassenberg opened this issue over 1 year ago
ENH: Add `spin` command `gdb`; customize `docs` and `test`

stefanv opened this pull request over 1 year ago
ENH: Add `spin` command `gdb`; customize `docs` and `test`

stefanv opened this pull request over 1 year ago
MAINT: testing for IS_MUSL closes #24074

andyfaff opened this pull request over 1 year ago
ENH: Implement all np.*(x) functions as np.ndarray.*(x)

YodaEmbedding opened this issue over 1 year ago
ENH: Implement all np.*(x) functions as np.ndarray.*(x)

YodaEmbedding opened this issue over 1 year ago
key missing `spin` commands for developer workflow

rgommers opened this issue over 1 year ago
key missing `spin` commands for developer workflow

rgommers opened this issue over 1 year ago
BUG: np.cross gives bad error if `ndim` is 0

zevbo opened this issue over 1 year ago
API: Bump NPY_MAXDIMS to 64 and NPY_MAXARGS to 128

seberg opened this pull request over 1 year ago
API: Bump NPY_MAXDIMS to 64 and NPY_MAXARGS to 128

seberg opened this pull request over 1 year ago
Undo urllib3 pin when the issue gets fixed upstream.

charris opened this issue over 1 year ago
Undo urllib3 pin when the issue gets fixed upstream.

charris opened this issue over 1 year ago
DOC: PR adds casting option's description to Glossary and `numpy.concatenate`.

MohitKumar020291 opened this pull request over 1 year ago
DOC: PR adds casting option's description to Glossary and `numpy.concatenate`.

MohitKumar020291 opened this pull request over 1 year ago
BLD: use ``-ftrapping-math`` with Clang on macOS in Meson build

rgommers opened this pull request over 1 year ago
BLD: use ``-ftrapping-math`` with Clang on macOS in Meson build

rgommers opened this pull request over 1 year ago
BUG: Multiply or divides using SIMD without a full vector can cause divide-by-zero

Developer-Ecosystem-Engineering opened this pull request over 1 year ago
ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64

Developer-Ecosystem-Engineering opened this pull request over 1 year ago
ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64

Developer-Ecosystem-Engineering opened this pull request over 1 year ago
MAINT: Pin urllib3 to avoid anaconda-client bug.

charris opened this pull request over 1 year ago
MAINT: Pin urllib3 to avoid anaconda-client bug.

charris opened this pull request over 1 year ago
BUG: numpy.histogram should raise an error for string arrays

Semnodime opened this issue over 1 year ago
BUG: numpy.histogram should raise an error for string arrays

Semnodime opened this issue over 1 year ago
numpy 1.25.0 fails with illegal instruction in aws batch

emilyselwood opened this issue over 1 year ago
numpy 1.25.0 fails with illegal instruction in aws batch

emilyselwood opened this issue over 1 year ago
why numpy on new machine so slow

RunxingZhong opened this issue over 1 year ago
why numpy on new machine so slow

RunxingZhong opened this issue over 1 year ago
BUG: Fix error message for nanargmin/max of empty sequence

svank opened this pull request over 1 year ago
BUG: Fix error message for nanargmin/max of empty sequence

svank opened this pull request over 1 year ago
Attributes on the objects dispatched via _ArrayFunctionDispatcher

adrinjalali opened this issue over 1 year ago
Attributes on the objects dispatched via _ArrayFunctionDispatcher

adrinjalali opened this issue over 1 year ago
ENH: Use Highway's VQSort on AArch64

Mousius opened this pull request over 1 year ago
DOC: adding examples to ``any`` method of multi-dimensional array

MohitKumar020291 opened this pull request over 1 year ago
DOC: adding examples to ``any`` method of multi-dimensional array

MohitKumar020291 opened this pull request over 1 year ago
DOC: Update __array__ description

liang3zy22 opened this pull request over 1 year ago
DOC: Update __array__ description

liang3zy22 opened this pull request over 1 year ago
BUG: f2py cannot compile files it used to be able to compile

kconnour opened this issue over 1 year ago
BUG: Multiply complex128 ufunc inconsistent with AVX2

jakelishman opened this issue over 1 year ago
BUG: Multiply complex128 ufunc inconsistent with AVX2

jakelishman opened this issue over 1 year ago
Tracking issue: Python API cleanup for NumPy 2.0 (NEP 52)

rgommers opened this issue over 1 year ago
Tracking issue: Python API cleanup for NumPy 2.0 (NEP 52)

rgommers opened this issue over 1 year ago
ENH: request a new 1.24.x

LoveEatCandy opened this issue over 1 year ago
ENH: request a new 1.24.x

LoveEatCandy opened this issue over 1 year ago
Tracking issue: defaulting to Meson - follow-up tasks

rgommers opened this issue over 1 year ago
Tracking issue: defaulting to Meson - follow-up tasks

rgommers opened this issue over 1 year ago
MAINT: apply pyupgrade to numpy sources

DimitriPapadopoulos opened this issue over 1 year ago
MAINT: apply pyupgrade to numpy sources

DimitriPapadopoulos opened this issue over 1 year ago
TST: refactor test_new_policy test

mattip opened this issue over 1 year ago
TST: refactor test_new_policy test

mattip opened this issue over 1 year ago
BUG: Fix private procedures in `f2py` modules

HaoZeke opened this pull request over 1 year ago
BUG: Fix private procedures in `f2py` modules

HaoZeke opened this pull request over 1 year ago
DOC: Fix references to `trimseq` in docstrings

F3eQnxN3RriK opened this pull request over 1 year ago
TEST: change subprocess call to capture stderr too

mattip opened this pull request over 1 year ago
ENH: add copy parameter for api.reshape function

charris opened this pull request over 1 year ago
ENH: add copy parameter for api.reshape function

charris opened this pull request over 1 year ago
BUG: Fix AVX2 intrinsic npyv_store2_till_s64 on MSVC > 19.29

charris opened this pull request over 1 year ago
ENH: Add array API standard v2022.12 support to numpy.array_api

charris opened this pull request over 1 year ago
ENH: Add array API standard v2022.12 support to numpy.array_api

charris opened this pull request over 1 year ago
BUG: Fix AVX2 intrinsic npyv_store2_till_s64 on MSVC > 19.29

seiko2plus opened this pull request over 1 year ago
BUG: Fix AVX2 intrinsic npyv_store2_till_s64 on MSVC > 19.29

seiko2plus opened this pull request over 1 year ago