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

TYP: Add type stub from StringDType

ngoldbaum opened this pull request 8 months ago
DOC: fix NEP 50 reference

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

ngoldbaum opened this pull request 8 months ago
CI: Windows CI failing

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

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

WarrenWeckesser opened this pull request 8 months ago
MAINT: Avoid by-pointer parameter passing for LINEARIZE_DATA_t initialization

serge-sans-paille opened this pull request 8 months ago
BUG: Generator.choice fails with a.ndim > 1 and size=()

ricardoV94 opened this issue 8 months ago
DOC: Add missing functions to the migration guide

mtsokol opened this pull request 8 months ago
Import NumPy private C-API

piotr-blaszyk-fyp opened this issue 8 months ago
MAINT: Fix GCC -Wmaybe-uninitialized warning

serge-sans-paille opened this pull request 8 months ago
MAINT: Avoid gcc compiler warning

stefanv opened this pull request 8 months ago
MAINT: New compiler warnings

stefanv opened this issue 8 months ago
CI: enable free-threaded wheel builds [wheel build]

ngoldbaum 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
ENH: np.unique and sorting is slow for StringDType

ngoldbaum opened this issue 8 months ago
FIX: Fixed np.load time when file is large & compressed.

rajat315315 opened this pull request 8 months ago
BUG: polyval with builtin python types for x follows NEP50

luxedo opened this pull request 8 months ago
MAINT: mark temp elision address cache as thread local

ngoldbaum opened this pull request 8 months ago
DOC: update the NumPy Roadmap

rgommers opened this pull request 8 months ago
DOC: Copy-edit numpy 2.0 migration guide.

WarrenWeckesser opened this pull request 8 months ago
TST: work around flaky test on free-threaded build

ngoldbaum opened this pull request 8 months ago
BUG: don't fail hard when parsing version in GnuFCompiler

Flamefire opened this pull request 8 months ago
ENH: Implement DLPack version 1

seberg opened this pull request 8 months ago
Add monthly downloads badge to README

ayushjain01 opened this pull request 8 months ago
np.load("a.npz") very slow when a.npz file very large

niuliling123 opened this issue 8 months ago
np.load("a.npz") very slow when a.npz file very large

niuliling123 opened this issue 8 months ago
ENH: add bfill functionality to numpy._core

iquelli opened this pull request 8 months ago
DOC: How to build with PIP and custom Fortran compiler

Flamefire opened this issue 8 months ago
DOC: fix rng.random example in numpy-for-matlab-users

luxedo opened this pull request 8 months ago
[WIP] DOC: remove numpy.distutils references from f2py docs

eagunn opened this pull request 8 months ago
DOC: add example to get_include

luxedo opened this pull request 8 months ago
DOC: add examples to get_printoptions

luxedo opened this pull request 8 months ago
MAINT: Bump pypa/cibuildwheel from 2.18.0 to 2.18.1

dependabot[bot] opened this pull request 8 months ago
MAINT: Bump github/codeql-action from 3.25.5 to 3.25.6

dependabot[bot] opened this pull request 8 months ago
DOC: Error in the random generating syntax in the verision 1.26

LittleDogXi opened this issue 8 months ago
Improve documentation of numpy.ma.filled

karthikkaiplody opened this pull request 8 months ago
TYP: fix type annotation for `newbyteorder`

rgommers opened this pull request 8 months ago
Update README.md

Atharvkote opened this pull request 8 months ago
DOC: Set default as `-j 1` for spin docs and move `-W` to SPHINXOPTS

bmwoodruff opened this pull request 8 months ago
DOC: Add datetime64 example for 'Now' to get the current time

Shreyjaradi opened this pull request 8 months ago
Test: add spin to test_requirements

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

roehling opened this pull request 8 months ago
ENH: Faster Vectorized Counter-Based RNG

vxst opened this issue 8 months ago
BLD: cp313 [wheel build]

andyfaff opened this pull request 8 months ago
BUG: i9-13900K (corner case bug: import numpy reboots).

ilaks2 opened this issue 8 months ago
MAINT: Bump github/codeql-action from 2.13.4 to 3.25.5

dependabot[bot] opened this pull request 8 months ago
DOC: Fix broken link to NEP50.

anushatomar13 opened this pull request 8 months ago
ENH: Start building WASM wheels against newer Pyodide (version 0.26.0)

agriyakhetarpal opened this issue 8 months ago
BUG: AssertError from f2py in crackfortran.py

gmloose opened this issue 8 months ago
BUG: Mypy error on random choice with list of enums

q-wertz opened this issue 8 months ago
BLD: update vendored-meson to current Meson master (1.4.99)

rgommers opened this pull request 8 months ago
TST: add basic free-threaded CI testing

ngoldbaum opened this pull request 8 months ago
DOC: Fixed NEP50 broken Link

anushatomar13 opened this pull request 8 months ago
BUG: int32 and intc should both appear in sctypes

charris opened this pull request 8 months ago
MAINT: Bump pypa/cibuildwheel from 2.17.0 to 2.18.0

charris opened this pull request 8 months ago
BUG: fixes for three related stringdtype issues (#26436)

charris opened this pull request 8 months ago
BUG: Use Python pickle protocol version 4 for np.save (#26388)

charris opened this pull request 8 months ago
MAINT: Various CI fixes

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

keewis opened this pull request 8 months ago
DOC: Fixed NEP50 broken Link

anushatomar13 opened this pull request 8 months ago
DEP: Deprecate 'fix_imports' flag in numpy.save

vxst opened this pull request 8 months ago
Re-enable GCC 13 in the NumPy test pipeline for Intel tests

vxst opened this pull request 8 months ago
MAINT: fix typo

lpsinger opened this pull request 8 months ago
ENH: Support side='both' in np.searchsorted to return a pair of arrays

FreddieWitherden opened this issue 8 months ago
TST: attempt to fix intel SDE SIMD CI

ngoldbaum opened this pull request 8 months ago
BUG: Some DTypes have identical hashes but distinct ids

ngoldbaum opened this issue 8 months ago
TST: fix xfailed tests on pypy 7.3.16

ngoldbaum opened this pull request 8 months ago
DOC: Remove outdated authentication instructions

ogidig5 opened this pull request 8 months ago
TST: temporarily pin spin to work around issue in 0.9 release

ngoldbaum opened this pull request 8 months ago
DOC: Adding links to polynomial table.

otieno-juma opened this pull request 8 months ago
BUG: int32 and intc should both appear in sctypes

mattip opened this pull request 8 months ago
ENH: @ operator differs from the convention for tensor dot

WenyinWei opened this issue 8 months ago
MAINT: Fix build when using scipy-openblas wheels

mattip opened this pull request 8 months ago
BUG: fixes for three related stringdtype issues

ngoldbaum opened this pull request 8 months ago
BUG: numpy 1.26.4 does not find MKL at runtime

AgilentGCMS opened this issue 8 months ago
ENH: improve performance of lexsort for integers.

toobaz opened this pull request 8 months ago
MAINT: Add some PR prefixes to the labeler.

charris opened this pull request 8 months ago
TST: skip test_frompyfunc_leaks in the free-threaded build

ngoldbaum opened this pull request 8 months ago
ENH: add locking around initializing the argparse cache

ngoldbaum opened this pull request 8 months ago
TYP: npyio: loadtxt: usecols: add None type

jlecordier opened this pull request 8 months ago