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

BLD: only install the `f2py` command, not `f2py3` or `f2py3.X`

rgommers opened this pull request over 1 year ago
BLD: only install the `f2py` command, not `f2py3` or `f2py3.X`

rgommers opened this pull request over 1 year ago
MAINT: exclude min, max and round from `np.__all__`

rgommers opened this pull request over 1 year ago
MAINT: exclude min, max and round from `np.__all__`

rgommers opened this pull request over 1 year ago
Issue #24194

DhavalParmar61 opened this pull request over 1 year ago
Issue #24194

DhavalParmar61 opened this pull request over 1 year ago
BUG: Garbage collection order of magnitude slower in numpy>=1.22

BrandonSmithJ opened this issue over 1 year ago
BUG: Garbage collection order of magnitude slower in numpy>=1.22

BrandonSmithJ opened this issue over 1 year ago
API: expose NPY_DTYPE macro in the dtype API

ngoldbaum opened this pull request over 1 year ago
API: expose NPY_DTYPE macro in the dtype API

ngoldbaum opened this pull request over 1 year ago
Update arraypad.py

harsh1504660 opened this pull request over 1 year ago
DOC: fix some double includes in f2py.getting-started.rst

KybernetikJo opened this pull request over 1 year ago
DOC: fix some double includes in f2py.getting-started.rst

KybernetikJo opened this pull request over 1 year ago
DOC: Update year in doc/source/conf.py to 2023

KybernetikJo opened this pull request over 1 year ago
DOC: Update year in doc/source/conf.py to 2023

KybernetikJo opened this pull request over 1 year ago
DOC: Fix doc build warning for random.

liang3zy22 opened this pull request over 1 year ago
DOC: Fix doc build warning for random.

liang3zy22 opened this pull request over 1 year ago
API: Make 64bit default integer on 64bit windows

seberg opened this pull request over 1 year ago
BUG: Fix undefined behavior in complex pow().

hawkinsp opened this pull request over 1 year ago
BUG: Fix cblas detection for the wheel builds

seberg opened this pull request over 1 year ago
BUG: Fix cblas detection for the wheel builds

seberg opened this pull request over 1 year ago
BUG: random: Fix generation of nan by dirichlet.

WarrenWeckesser opened this pull request over 1 year ago
BUG: random: Fix generation of nan by dirichlet.

WarrenWeckesser opened this pull request over 1 year ago
updated _constants.py file

Anianonymous opened this pull request over 1 year ago
updated _constants.py file

Anianonymous opened this pull request over 1 year ago
updated _constants.py file

Anianonymous opened this pull request over 1 year ago
MAINT: Improve wording of numpy.pad error message

mocquin opened this pull request over 1 year ago
MAINT: Improve wording of numpy.pad error message

mocquin opened this pull request over 1 year ago
BUG: Typo in TypeError of `np.pad`

mocquin opened this issue over 1 year ago
BUG: Typo in TypeError of `np.pad`

mocquin opened this issue over 1 year ago
ENH: Create helper for conversion to arrays

seberg opened this pull request over 1 year ago
ENH: Create helper for conversion to arrays

seberg opened this pull request over 1 year ago
BUG: fix invalid function pointer conversion error

reckenrode opened this pull request over 1 year ago
BUG: fix invalid function pointer conversion error

reckenrode opened this pull request over 1 year ago
BUG: Fix reference count leak in str(scalar).

hawkinsp opened this pull request over 1 year ago
BUG: random: `dirichlet(alpha)` can return nans in some cases.

WarrenWeckesser opened this issue over 1 year ago
BUG: random: `dirichlet(alpha)` can return nans in some cases.

WarrenWeckesser opened this issue over 1 year ago
BUG: undefined behavior detected by ubsan in sanitizer CI runs

ngoldbaum opened this issue over 1 year ago
BUG: undefined behavior detected by ubsan in sanitizer CI runs

ngoldbaum opened this issue over 1 year ago
CI: Add a sanitizer CI job

ngoldbaum opened this pull request over 1 year ago
CI: Add a sanitizer CI job

ngoldbaum opened this pull request over 1 year ago
updated index.rst for second time

Anianonymous opened this pull request over 1 year ago
TST: convert remaining setup.py tests to meson instead

mattip opened this pull request over 1 year ago
TST: convert remaining setup.py tests to meson instead

mattip opened this pull request over 1 year ago
MAINT: Fix new or residual typos found by codespell

DimitriPapadopoulos opened this pull request over 1 year ago
MAINT: Fix new or residual typos found by codespell

DimitriPapadopoulos opened this pull request over 1 year ago
BUG: random: Fix check for both uniform variates being 0 in random_beta()

WarrenWeckesser opened this pull request over 1 year ago
BUG: random: Fix check for both uniform variates being 0 in random_beta()

WarrenWeckesser opened this pull request over 1 year ago
MAINT: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1

dependabot[bot] opened this pull request over 1 year ago
MAINT: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1

dependabot[bot] opened this pull request over 1 year ago
ENH: Vectorize np.partition and np.argpartition using AVX-512

r-devulap opened this pull request over 1 year ago
ENH: Vectorize np.partition and np.argpartition using AVX-512

r-devulap opened this pull request over 1 year ago
BLD: update OpenBLAS to an intermediate commit

mattip opened this pull request over 1 year ago
BLD: update OpenBLAS to an intermediate commit

mattip opened this pull request over 1 year ago
BUG: f2c is using the C99 keyword complex

mattip opened this issue over 1 year ago
BUG: f2c is using the C99 keyword complex

mattip opened this issue over 1 year ago
BUG: dot -0. semantics

tylerjereddy opened this pull request over 1 year ago
BUG: dot -0. semantics

tylerjereddy opened this pull request over 1 year ago
MAINT: Remove versioneer

stefanv opened this pull request over 1 year ago
BUG: Build fail on Fedora

r-devulap opened this issue over 1 year ago
BUG: Build fail on Fedora

r-devulap opened this issue over 1 year ago
BUG: `np.geomspace()` raises AttributeError if `stop >= 2 ** 64`

peterdsharpe opened this issue over 1 year ago
BUG: `np.geomspace()` raises AttributeError if `stop >= 2 ** 64`

peterdsharpe opened this issue over 1 year ago
DEP: Remove datetime64 deprecation warning when constructing with timezone

rmhowe425 opened this pull request over 1 year ago
DEP: Remove datetime64 deprecation warning when constructing with timezone

rmhowe425 opened this pull request over 1 year ago
BUG: Return ValueError for non-numeric histogram, see #24032

anzelpwj opened this pull request over 1 year ago
BUG: array2string does not add signs for positive integers. Fixes #24181

paulreece opened this pull request over 1 year ago
Modifying the file for issue #24181

mohammedouahman opened this pull request over 1 year ago
Modifying the file for issue #24181

mohammedouahman opened this pull request over 1 year ago
BUG: floor_divide is not normal when calculating the input containing…

ellaella12 opened this pull request over 1 year ago
BUG: floor_divide is not normal when calculating the input containing…

ellaella12 opened this pull request over 1 year ago
BUG: fix choose refcount leak

tylerjereddy opened this pull request over 1 year ago
BUG: fix choose refcount leak

tylerjereddy opened this pull request over 1 year ago
BUG: Fix the signature for np.array_api.take

asmeurer opened this pull request over 1 year ago
BUG: Fix the signature for np.array_api.take

asmeurer opened this pull request over 1 year ago
MAINT: Update meson.build files from main branch

charris opened this pull request over 1 year ago
MAINT: Update meson.build files from main branch

charris opened this pull request over 1 year ago
BUG: histogram small range robust

charris opened this pull request over 1 year ago
BUG: histogram small range robust

charris opened this pull request over 1 year ago
BUG: PyObject_IsTrue and PyObject_Not error handling in setflags

charris opened this pull request over 1 year ago
BUG: PyObject_IsTrue and PyObject_Not error handling in setflags

charris opened this pull request over 1 year ago
BUG: properly handle negative indexes in ufunc_at fast path

charris opened this pull request over 1 year ago
BUG: properly handle negative indexes in ufunc_at fast path

charris opened this pull request over 1 year ago
BLD: use ``-ftrapping-math`` with Clang on macOS

charris opened this pull request over 1 year ago
BLD: use ``-ftrapping-math`` with Clang on macOS

charris opened this pull request over 1 year ago
BUG: `array2string` does not add signs for positive integers

dan-oak opened this issue over 1 year ago
BUG: `array2string` does not add signs for positive integers

dan-oak opened this issue over 1 year ago