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 `matrix_transpose` example

luxedo opened this pull request 7 months ago
DOC: add `setbufsize` example

luxedo opened this pull request 7 months ago
DOC: add `getbufsize` example

luxedo opened this pull request 7 months ago
MNT: Recently added ufuncs don't have benchmarks

ngoldbaum opened this issue 7 months ago
TYP: type ma.min

luxedo opened this pull request 7 months ago
BUG: Bad meson code generated by f2py with dotted library

mathomp4 opened this issue 7 months ago
BUG: NumPy import segfault when running with Python 3.13 Free Threading

FabriceSalvaire opened this issue 7 months ago
TST: Re-enable `test_shift_all_bits` on clang-cl

JuliaPoo opened this pull request 7 months ago
Ci 24732 einsum x86 bug

JuliaPoo opened this pull request 7 months ago
MNT: build numpy with link-time optimization in benchmarks

ngoldbaum opened this pull request 7 months ago
ENH: f64 type check can raise divide by zero

duanev opened this issue 7 months ago
MAINT: Bump github/codeql-action from 3.25.7 to 3.25.8

dependabot[bot] opened this pull request 7 months ago
DOC: Stable release notes stop at 1.26.0

asishm opened this issue 7 months ago
MNT: Remove `set_string_function`

mtsokol opened this pull request 7 months ago
BUG: np.take handle 64-bit indices on 32-bit platforms

JuliaPoo opened this pull request 7 months ago
DOC: Updated notes and examples for np.insert.

jud-sdev opened this pull request 7 months ago
DOC: Update 2.0 release notes

Searchingdays opened this pull request 7 months ago
MNT: Reorganize non-constant global statics into structs

ngoldbaum opened this pull request 7 months ago
DOC: Update randn() to use rng.standard_normal()

bmwoodruff opened this pull request 7 months ago
DOC: fix typos in numpy v2.0 documentation

tsvikas opened this pull request 7 months ago
refguide-check with pytest as a runner

ev-br opened this pull request 7 months ago
TST: Re-enable int8/uint8 einsum tests

JuliaPoo opened this pull request 7 months ago
DOC: backport doc changes to numpy.vectorize [skip ci]

mattip opened this pull request 7 months ago
DOC: Try to fix the docs rendering of ``numpy.vectorize``

singularitti opened this pull request 7 months ago
ENH: use size-zero dtype for broadcast-shapes

mhvk opened this pull request 7 months ago
Question: Solve the problem in new versions of np.linalg.solve

quant12345 opened this issue 7 months ago
BUG: fix corner cases in complex division (were nan+nanj)

skirpichev opened this pull request 7 months ago
DOC: Update constants.rst: fix URL redirect

partev opened this pull request 7 months ago
DOC: add cheat sheet

rootsmusic opened this issue 7 months ago
DOC: Various documentation updates

charris opened this pull request 7 months ago
BUG: Fix memory leaks found by valgrind

charris opened this pull request 7 months ago
ENH: Warn if ``mmap_mode`` is passed to ``np.load`` on zip-files

OverLordGoldDragon opened this pull request 7 months ago
BUG: catch invalid fixed-width dtype sizes

ngoldbaum opened this pull request 7 months ago
spin test should run the full test suite by default

asmeurer opened this issue 7 months ago
DOC: Added web docs for missing ma and strings routines

charris opened this pull request 7 months ago
BUG: Fix memory leaks found by valgrind

ngoldbaum opened this pull request 7 months ago
MAINT: Bump github/codeql-action from 3.25.6 to 3.25.7

dependabot[bot] opened this pull request 7 months ago
MAINT: Unpin pydata-sphinx-theme

charris opened this pull request 7 months ago
BUG: Fix memory leaks found with valgrind

charris opened this pull request 7 months ago
BUG: weighted nanpercentile, nanquantile and multi-dim q

lorentzenchr opened this pull request 7 months ago
BUG: Memory leaks/issues in StringDType tests

seberg opened this issue 7 months ago
ENH: Add copy and device keyword to np.asanyarray to match np.asarray

JuliaPoo opened this pull request 7 months ago
ENH: Add unstack()

asmeurer opened this pull request 8 months ago
BUG: Fix AxisError when only one argument is provided

asmeurer opened this pull request 8 months ago
DOC: Docs point to incorrect reduce for ma.alltrue and ma.sometrue

bmwoodruff opened this issue 8 months ago
MNT: ``np.set_string_function`` implementation should be removed

ngoldbaum opened this issue 8 months ago
use pkg-config from rtools [skip ci][skip cirrus][skip circle]

mattip opened this pull request 8 months ago
CI: replace pkgconfig-lite from Chocolatey with `pip install pkgconf`

rgommers opened this pull request 8 months ago
BUG: Copy mode was _not_ restricted to booleans

seberg opened this issue 8 months ago
ENH: Add array API inspection functions

asmeurer opened this pull request 8 months ago
DOC: Added web docs for missing ma and strings routines

bmwoodruff opened this pull request 8 months ago
CI, BLD: Use `cibuildwheel` to build WASM NumPy wheels

agriyakhetarpal opened this pull request 8 months ago
MAINT: Unpin pydata-sphinx-theme

melissawm opened this pull request 8 months ago
BUG: fix memory leaks found with valgrind (next)

seberg opened this pull request 8 months ago
DOC: update ufunc tutorials to use setuptools

JuliaPoo opened this pull request 8 months ago
Update README - Address issues with previous PR, add monthly downloads badge

ayushjain01 opened this pull request 8 months ago
CI, BLD: Upgrade to Pyodide 0.26.0 for Emscripten/Pyodide CI job

agriyakhetarpal opened this pull request 8 months ago
BUG: Fix memory leaks found with valgrind

seberg opened this pull request 8 months ago
MAINT: Bump mamba-org/setup-micromamba from 1.8.1 to 1.9.0

dependabot[bot] opened this pull request 8 months ago
BUG: fix setxor1d when input arrays aren't 1D

JuliaPoo opened this pull request 8 months ago
BUG: fancy indexing copy

tylerjereddy opened this pull request 8 months ago
ENH: Condensing _fr0 and _fr1 into one function in getlimits.py

TDePalatis opened this issue 8 months ago
BUG: numpy.string.expandtabs segfault with extreme tab sizes

msimacek opened this issue 8 months ago
BUG: Fix typo in array-wrap code that lead to memory leak

charris opened this pull request 8 months ago
BUG: Fix in1d fast-path range

charris opened this pull request 8 months ago
ENH: Better error message for `np.put_along_axis`

arunppsg opened this issue 8 months ago
BUG: Fix in1d fast-path range

seberg opened this pull request 8 months ago
BUG: limit memory usage of python processes that uses Python

bashirmindee opened this issue 8 months ago
BUG: Make Polynomial evaluation adhere to nep 50

eendebakpt opened this pull request 8 months ago
Fix

rayybybb opened this pull request 8 months ago
BUG: Fix typo in array-wrap code that lead to memory leak

seberg opened this pull request 8 months ago
DOC: inconsistent array naming `obj` and `a`

luxedo opened this issue 8 months ago
MAINT: Remove redundant print from bug report issue template

adeak opened this pull request 8 months ago
BUG: Fix handling of size=() in Generator.choice when a.ndim > 1.

charris opened this pull request 8 months ago
BUG: fix assert in PyArry_ConcatenateArrays with StringDType

charris opened this pull request 8 months ago
Fancy indexing fails on a[idx] = a

sl2c opened this issue 8 months ago
BUG: fix incorrect error handling for dtype('a') deprecation

charris opened this pull request 8 months ago
BLD: Make NumPy build reproducibly

charris opened this pull request 8 months ago
ENH: improve the error raised by ``numpy.isdtype``

charris opened this pull request 8 months ago
DOC: Update ``gradient`` docstrings

luxedo opened this pull request 8 months ago
BUG: Fix F77 ! comment handling

HaoZeke opened this pull request 8 months ago
BUG: cast missing in PyPy-specific f2py code, pin spin in CI (#26534)

charris opened this pull request 8 months ago
BUG: np.random.seed does not accept floats

bhimabi opened this issue 8 months ago
BUG: cast missing in PyPy-specific f2py code, pin spin in CI

mattip opened this pull request 8 months ago
DOC: Anaconda links are broken on Install page

wjandrea opened this issue 8 months ago
BUG: OOM due to memmap page table entries filling up RAM

Semnodime opened this issue 8 months ago
BUG: Fix entry-point of Texinfo docs

quotuva opened this pull request 8 months ago
BUG: ``PyDataMem_SetHandler`` check capsule name

luxedo opened this pull request 8 months ago