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

BUG: random: Fix edge case of Johnk's algorithm for the beta distribution.

WarrenWeckesser opened this pull request 6 months ago
numpy import fails when built for mingw-w64

clin1234 opened this issue 6 months ago
TYP: Overlapping overloads with incompatible return types

jorenham opened this issue 6 months ago
DOC: document 'floatmode' and 'legacy' keys from np.get_printoptions' return dict

neutrinoceros opened this pull request 6 months ago
No module named 'numpy.core._multiarray_umath'

langeleipe opened this issue 6 months ago
DO NOT MERGE: Add test to partially cover SIMD alignment issues

seberg opened this pull request 6 months ago
BUG: Fix simd loadable stride logic

seberg opened this pull request 6 months ago
DOC: fix tiny typo

gabrielfougeron opened this pull request 6 months ago
DOC: Replace np.matrix in .view() docstring example.

rossbar opened this pull request 6 months ago
DOC: Undocumented behavior in `np.reshape` and `np.transpose`

mlabslyken opened this issue 6 months ago
DOC: Fix migration note for ``alltrue`` and ``sometrue``

charris opened this pull request 6 months ago
BUG: cfuncs.py: fix crash when sys.stderr is not available

charris opened this pull request 6 months ago
Strange result running lexsort on array with compound type

moloney opened this issue 6 months ago
TYP: add array builtin types

guan404ming opened this pull request 6 months ago
DOC: Release note for feature added in gh-26908.

WarrenWeckesser opened this pull request 6 months ago
DOC: NEP 50 documentation out of sync

nmiles2718 opened this issue 6 months ago
DOC: Fix migration note for ``alltrue`` and ``sometrue``

mtsokol opened this pull request 6 months ago
BUG: fix gcd inf

guan404ming opened this pull request 6 months ago
BUG: cfuncs.py: fix crash when sys.stderr is not available

nicoddemus opened this pull request 6 months ago
MAINT: replace PyThread_type_lock with PyMutex on Python >= 3.13.0b3

ngoldbaum opened this pull request 6 months ago
DOC: update tutorials link

guan404ming opened this pull request 6 months ago
TST, MAINT: Loosen required test precision

charris opened this pull request 6 months ago
TYP,BUG: Complete type stubs for ``numpy.dtypes``

jorenham opened this pull request 6 months ago
`where` with out-of-bounds Python integers in Numpy 2

ndgrigorian opened this issue 6 months ago
Contributor names for NumPy 2.1.0 release

charris opened this issue 6 months ago
ENH: Improved performance of ``numpy.mgrid`` and ``numpy.ogrid``

jorenham opened this pull request 6 months ago
REL: Prepare for the NumPy 2.0.1 release [wheel build]

charris opened this pull request 6 months ago
20240720 image handle

Nick46choda opened this pull request 6 months ago
BUG: Add object cast to avoid warning with limited API

charris opened this pull request 6 months ago
TYP: Typing fixes for ``numpy.iinfo`` & ``numpy.finfo``

jorenham opened this pull request 6 months ago
TYP,BUG: FIx ``numpy.ndenumerate`` annotations for ``object_`` sctype

jorenham opened this pull request 6 months ago
TYP: Covariant ``numpy.ndenumerate`` type parameter

jorenham opened this pull request 6 months ago
MAINT: mark scipy-openblas nightly tests as allowed to fail

ngoldbaum opened this pull request 6 months ago
DOC: fix ctypes example

ngoldbaum opened this pull request 6 months ago
BUG: `np.ceil`/`np.floor` fails when specified `dtype` is int

mcrumiller opened this issue 6 months ago
MAINT: Bump github/codeql-action from 3.25.12 to 3.25.13

dependabot[bot] opened this pull request 6 months ago
Numpy 1.26 not finding GLIBCXX_3.4.30

mahmoodn opened this issue 6 months ago
BUG: Add object cast to avoid warning with limited API

seberg opened this pull request 6 months ago
TYP,BUG: Type annotations for ``numpy.trapezoid``

jorenham opened this pull request 6 months ago
Build issue on Windows and Python 3.13 with non-ascii paths

clin1234 opened this issue 6 months ago
ENH: add support in f2py to declare gil-disabled support

ngoldbaum opened this pull request 6 months ago
DOC: add sphinx-copybutton

mosc9575 opened this pull request 6 months ago
TYP: Explicit ``numpy.__all__`` in the stubs

jorenham opened this pull request 6 months ago
BUG: right bound in numpy.random.Generator.uniform is not excluded

francescotaurone opened this issue 6 months ago
BUG: Issue in upgrading Spin to 0.11

ganesh-k13 opened this issue 6 months ago
Having Numpy 1.x with Python 3.12 (?)

mahmoodn opened this issue 6 months ago
DOC: The f2py meson documentation is seemingly not executable

kconnour opened this issue 6 months ago
BUG: Off by one in memory overlap check

yairchu opened this pull request 6 months ago
BUG: fix f2py tests to work with v2 API

charris opened this pull request 6 months ago
MAINT: Don't xfail for PyPy in tests.

charris opened this pull request 6 months ago
BUG: Fix unicode strip

inakleinbottle opened this pull request 6 months ago
DOC: Hamming window formula is wrong in doc numpy.hamming

liuwei-git opened this issue 6 months ago
DOC: Issue template for static typing

jorenham opened this pull request 6 months ago
BUG: Fix out-of-bound minimum offset for in1d table method

charris opened this pull request 6 months ago
BUG,MAINT: Fix utf-8 character stripping memory access

charris opened this pull request 6 months ago
API: Partially revert unique with return_inverse

charris opened this pull request 6 months ago
BUG: Fix off-by-one error in amount of characters in strip

charris opened this pull request 6 months ago
BUG: Quantile closest_observation to round to nearest even order

charris opened this pull request 6 months ago
BUG: index overlap copy

tylerjereddy opened this pull request 6 months ago
My numpy branch

claireyang-dev opened this pull request 6 months ago
MAINT: Use fused-multiply-add for complex numbers calculations

yairchu opened this pull request 6 months ago
TYP: Replace ``typing.Union`` with ``|`` in ``numpy._typing``

jorenham opened this pull request 6 months ago
MAINT: add freethreading_compatible directive to cython build

ngoldbaum opened this pull request 6 months ago
NEP 54 resolution

r-devulap opened this issue 6 months ago
ENH: add sphinx-copybutton to the documentation

mosc9575 opened this issue 6 months ago
BUG: Certain non zero arrays sum to zero

alarichartsock opened this issue 6 months ago
TYP: Add missing typecodes in ``numpy._core.numerictypes.typecodes``

jorenham opened this pull request 6 months ago
TYP: Improved ``numpy._core.multiarray`` type annotations

jorenham opened this pull request 6 months ago
TYP: Annotate ``numpy._core._type_aliases``.

jorenham opened this pull request 6 months ago
TYP,BUG: Remove non-existant ``numpy.__git_version__`` in the stubs.

jorenham opened this pull request 6 months ago
TYP: Non-distributive ``numpy.generic`` type args.

jorenham opened this pull request 6 months ago
TYP,BUG: Remove ``numpy.cast`` and ``numpy.disp`` from the typing stubs.

jorenham opened this pull request 6 months ago
BUG: linter didn't fail with very long line

paddyroddy opened this issue 6 months ago
BUG: fix ``f2py`` tests to work with v2 API

paddyroddy opened this pull request 6 months ago