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: add a section for dealing with NumPy 2.0 for downstream packages

rgommers opened this pull request about 1 year ago
DOC: np.any: add multidimensional example

mdhaber opened this pull request about 1 year ago
BUG:Fix incorrect 'inner' method type annotation in __array_ufunc_

zachbrugh opened this pull request about 1 year ago
DOC: Typo when referring to numpy version.

lskong178 opened this issue about 1 year ago
DISCUSS: remove remaining usages of character codes in array reprs

ngoldbaum opened this issue about 1 year ago
DOC: mention string, bytes, and void dtypes in dtype intro

ngoldbaum opened this pull request about 1 year ago
BUG: a meson bug for win11

clonne opened this issue about 1 year ago
BLD: replace uses of openblas_support with openblas wheels [wheel build]

mattip opened this pull request about 1 year ago
DOC: add pickleshare to doc dependencies

mattip opened this pull request about 1 year ago
BLD: unpin cibuildwheel [wheel build]

mattip opened this pull request about 1 year ago
DOC: Update a few interpreted text to verbatim/code.

Carreau opened this pull request about 1 year ago
Request for triage permissions

m-newhauser opened this issue about 1 year ago
BUG: Wrong type annotation in ndarray.__array_ufunc__

aerobio opened this issue about 1 year ago
ENH: zip-based .npy for stringdtype and future extensions

xor2k opened this issue about 1 year ago
BUG: `assert_allclose` cannot handle object arrays

h-vetinari opened this issue about 1 year ago
API: adjust nD fft ``s`` param to array API

lucascolley opened this pull request about 1 year ago
BUG: imaginary infinity not representable as complex number

h-vetinari opened this issue about 1 year ago
DOC: update signature of PyArray_Conjugate

dirwolf opened this pull request about 1 year ago
MAINT: Update crackfortran.py and f2py2e.py from main

charris opened this pull request about 1 year ago
MAINT: Easy updates of ``f2py/*.py`` from main.

charris opened this pull request about 1 year ago
MAINT: Update ``numpy/f2py/_backends`` from main.

charris opened this pull request about 1 year ago
ENH,BUG: Handle includes for meson backend

charris opened this pull request about 1 year ago
MAINT: Run f2py's meson backend with the same python that ran f2py

charris opened this pull request about 1 year ago
BUG: Add external library handling for meson [f2py]

charris opened this pull request about 1 year ago
BUG: handle scalar input in np.char.replace

ngoldbaum opened this pull request about 1 year ago
DOC: ``f2py`` rewrite with ``meson`` details

charris opened this pull request about 1 year ago
BUG: Handle .pyf.src and fix SciPy [urgent]

charris opened this pull request about 1 year ago
BUG: Fix module name bug in signature files [urgent] [f2py]

charris opened this pull request about 1 year ago
BUG: Handle ``iso_c_type`` mappings more consistently

charris opened this pull request about 1 year ago
BLD: fix uninitialized variable warnings from simd/neon/memory.h

charris opened this pull request about 1 year ago
DOC: PyArray_Conjugate documentation wrong

juanjosegarciaripoll opened this issue about 1 year ago
ENH: allow start-stop array for indices in reduceat

mhvk opened this pull request about 1 year ago
BUG: Fix build issues on SPR

r-devulap opened this pull request about 1 year ago
ENH: Added ignore_nan parameter to numpy.average.

awestm opened this pull request about 1 year ago
MAINT: use cholesky_up gufunc for upper Cholesky decomposition

mhvk opened this pull request about 1 year ago
Doing something about slow tests again

rgommers opened this issue about 1 year ago
BLD: unused function warnings in current build

ngoldbaum opened this issue about 1 year ago
DOC: Inconsistence in title of `how-tos` page

ankur0904 opened this issue about 1 year ago
DOC: Missing how to create new branch code snippet

ankur0904 opened this issue about 1 year ago
BUG: Fix two errors related to not checking for failed allocations

charris opened this pull request about 1 year ago
BUG: avoid seg fault from OOB access in RandomState.set_state()

charris opened this pull request about 1 year ago
BUG: crashes in sort/argsort on macOS arm64

rgommers opened this issue about 1 year ago
ENH: Add np.strings namespace

lysnikolaou opened this pull request about 1 year ago
TST: skip two tests in aarch64 linux wheel builds

rgommers opened this pull request about 1 year ago
BUG: compiler warnings about uninitialized variables on ARM

ngoldbaum opened this issue about 1 year ago
BUG: `np.log(max_value_for_longdouble)` fails on Linux aarch64

rgommers opened this issue about 1 year ago
BLD: fix uninitialized variable warnings from simd/neon/memory.h

rgommers opened this pull request about 1 year ago
BUG: fix macOS version checks for Accelerate support

charris opened this pull request about 1 year ago
ENH: Add a dedicated `cholesky_up` ufunc

mtsokol opened this issue about 1 year ago
BLD: optimize BLAS and LAPACK search order

rgommers opened this pull request about 1 year ago
BUG: fix macOS version checks for Accelerate support

rgommers opened this pull request about 1 year ago
DOC: fix typo `v_stack` in 2.0 migration guide

SigureMo opened this pull request about 1 year ago
TYP,MAINT: Change more overloads to play nice with pyright

n-takumasa opened this pull request about 1 year ago
MAINT: make the import-time check for old Accelerate more specific

charris opened this pull request about 1 year ago
DOC: Fix names of subroutines.

KybernetikJo opened this pull request about 1 year ago
MAINT: make the import-time check for old Accelerate more specific

rgommers opened this pull request about 1 year ago
TYP,CI: bump mypy from 1.5.1 to 1.7.1

BvB93 opened this pull request about 1 year ago
TYP: Adjust type annotations for Numpy 2.0 changes

BvB93 opened this pull request about 1 year ago
BUG: test error collecting `f2py/tests/test_abstract_interface.py`

rgommers opened this issue about 1 year ago
Downgrade Highway to latest released version (1.0.7)

Mousius opened this pull request about 1 year ago
BUG: aarch64 linux wheel builds failing on `highway_qsort` SVE error

rgommers opened this issue about 1 year ago
TST: remove ``TestNewBufferProtocol.test_error_too_many_dims``

rgommers opened this pull request about 1 year ago
TST: fix issue with dtype conversion in `test_avx_based_ufunc`

rgommers opened this pull request about 1 year ago
Numpy_Learning

Yash29-creator opened this issue about 1 year ago
API,ENH: Change definition of complex sign

mhvk opened this pull request about 1 year ago
CI: show meson-log.txt in Cirrus wheel builds

rgommers opened this pull request about 1 year ago
BLD: remove `-fno-strict-aliasing`, `--strip-debug` from cibuildwheel config

rgommers opened this pull request about 1 year ago
DEV: add ``ninja`` to ``test_requirements.txt`` and clean up related comment

rgommers opened this pull request about 1 year ago
API: Add ``rtol`` to ``matrix_rank`` and ``stable`` [Array API]

mtsokol opened this pull request about 1 year ago
BUG: pip install fails on ppc64le after VSX4 introducion

cdeepali opened this issue about 1 year ago
API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.

mhvk opened this pull request about 1 year ago
BUG: false positive in the heuristic for old Accelerate

rgommers opened this issue about 1 year ago
DOC: Add ``numpy.lib`` docs page

mtsokol opened this pull request about 1 year ago
DOC: Improve ``np.mean`` documentation of the out argument

pieleric opened this pull request about 1 year ago
TST: Fix test_numeric on riscv64

markdryan opened this pull request about 1 year ago
BUG: dtype() handles single-length comma-separated fields as scalar

Jacob-Stevens-Haas opened this issue about 1 year ago
MAINT,BUG: Never import distutils above 3.12 [f2py]

charris opened this pull request about 1 year ago
TST: Use ``meson`` for testing ``f2py``

charris opened this pull request about 1 year ago
BUG: avoid seg fault from OOB access in RandomState.set_state()

ngoldbaum opened this pull request about 1 year ago
BUG: Fix two errors related to not checking for failed allocations

seberg opened this pull request about 1 year ago
DOC: `f2py` compatibility with Fortran95 clarification

dibnob44 opened this issue about 1 year ago
Cirrus wants money (I think) :)

charris opened this issue about 1 year ago
BUG: Fix non-contiguous memory load when ARM/Neon is enabled

charris opened this pull request about 1 year ago
BUG: f2py generates error C code out of fortran90

dibnob44 opened this issue about 1 year ago
BUG: Fix failing test_features on SapphireRapids

charris opened this pull request about 1 year ago
MAINT: Init ``base`` in cpu_avx512_kn

charris opened this pull request about 1 year ago
MAINT: Bump actions/setup-node from 3.8.1 to 4.0.1

dependabot[bot] opened this pull request about 1 year ago
ENH: define a gufunc for vecdot (with BLAS support)

mhvk opened this pull request about 1 year ago
MAINT, ENH: Try to speed up the `meson` backend

HaoZeke opened this issue about 1 year ago
DOC: Add missing examples to ``np.ma``

linus-md opened this pull request about 1 year ago
DOC: Add example to ``rng.beta(...)``

linus-md opened this pull request about 1 year ago