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

Please disscus about it

Alienrazor opened this issue 9 months ago
ENH: Update DLpack version

seberg opened this issue 9 months ago
ENH: Add context management for np.seterr

hjenryin opened this issue 9 months ago
ENH: Support various writing mode for numpy.savetxt()

xinjie-h opened this issue 9 months ago
DOC: Changed vdot docs as suggested

geetaakshata opened this pull request 9 months ago
ENH: <support datatype FP8>

xiguadong opened this issue 9 months ago
ENH: add type annotations to `numpy.ma`

johnthagen opened this issue 9 months ago
DOC: Fix links in random documentation.

charris opened this pull request 9 months ago
DOC: Add missing methods to numpy.strings docs

charris opened this pull request 9 months ago
DOC: Update INSTALL.rst

love-bees opened this pull request 9 months ago
DOC: order of indices returned in tril_indices and triu_indices

ajayjanapareddi opened this pull request 9 months ago
BLD: A fresh clone without submodules fails to build inscrutably

ngoldbaum opened this issue 9 months ago
MNT: more gracefully handle spin adding arguments to functions we override

ngoldbaum opened this pull request 9 months ago
BUG: possible memory leak when setting array slices

daknuett opened this issue 9 months ago
BUG: Make sure that NumPy scalars are supported by can_cast

charris opened this pull request 9 months ago
BUG: support nan-like null strings in [l,r]strip

ngoldbaum opened this pull request 9 months ago
DOC: Add missing methods to numpy.strings docs

lithomas1 opened this pull request 9 months ago
BUG: numpy.strings.lstrip/strip/rstrip fails with nulls

lithomas1 opened this issue 9 months ago
BUG: numpy.strings.str_len fails on null object

lithomas1 opened this issue 9 months ago
BUG: Use Python pickle protocol version 4 for np.save

vxst opened this pull request 9 months ago
BUG: numpy.sort with order and kind=stable is not stable

iyz91 opened this issue 9 months ago
DOC: Improve example on array broadcasting

arunppsg opened this pull request 9 months ago
DOC: Updated remaining links in random folder

bmwoodruff opened this pull request 9 months ago
BUG: Fix incorrect return type of item with length 0 from chararray.__getitem__

WarrenWeckesser opened this pull request 9 months ago
CI/BLD: fix cirrus [wheel build]

andyfaff opened this pull request 9 months ago
BLD: try to fix macOS arm64 wheel build on Cirrus for 1.26.5

rgommers opened this pull request 9 months ago
BUG: NEP 50 inconsistency in `copyto`

seberg opened this issue 9 months ago
BUG: <The method of percentile function may be wrong.>

Leo-Ji2020 opened this issue 9 months ago
DOC: Update internal links for generator.rst and related

bmwoodruff opened this pull request 9 months ago
TYP: Fix incorrect type hint for creating a recarray from fromrecords

arunkannawadi opened this pull request 9 months ago
BUG: Incorrect type hint for creating a recarray with fromrecords

arunkannawadi opened this issue 9 months ago
ENH: add support for nan-like null strings in string replace

charris opened this pull request 9 months ago
DOC: fix np.unique release notes [skip cirrus]

charris opened this pull request 9 months ago
BUG: Make sure that NumPy scalars are supported by can_cast

seberg opened this pull request 9 months ago
NEP50 Link is broken in devdocs

ernimd opened this issue 9 months ago
BUG: `can_cast` must support NumPy scalars

seberg opened this issue 9 months ago
DOC: fix np.unique release notes [skip cirrus]

andyfaff opened this pull request 9 months ago
[NOGIL] thread local promotion state

ngoldbaum opened this pull request 9 months ago
Create sample.pptx

Ramprathram opened this pull request 9 months ago
MAINT: Fix macos arm64 wheel builds [wheel build]

charris opened this pull request 9 months ago
TST: static types are now immortal in the default build too

ngoldbaum opened this pull request 9 months ago
MAINT: Bump actions/dependency-review-action from 4.3.1 to 4.3.2

dependabot[bot] opened this pull request 9 months ago
MAINT: Bump actions/dependency-review-action from 4.2.5 to 4.3.1

dependabot[bot] opened this pull request 9 months ago
REL: Prepare for the NumPy 1.26.5 release [wheel build].

charris opened this pull request 9 months ago
MAINT: Simplify bugfix for even rfft

charris opened this pull request 9 months ago
MAINT: Simplify bugfix for even rfft

mhvk opened this pull request 9 months ago
BUG: Fix rfft for even input length.

charris opened this pull request 9 months ago
DOC: Added small clarification note, based on discussion in issue #25778

charris opened this pull request 9 months ago
BUG: pytest fails with `ModuleNotFoundError: No module named 'utils'`

tuhinsharma121 opened this issue 9 months ago
ENH: add support for nan-like null strings in string replace

ngoldbaum opened this pull request 9 months ago
BUG: Fix rfft for even input length.

WarrenWeckesser opened this pull request 9 months ago
BUG: ensure text padding ufuncs handle stringdtype nan-like nulls

ngoldbaum opened this pull request 9 months ago
ENH: introduce a notion of "compatible" stringdtype instances #26261

charris opened this pull request 9 months ago
DOC: tril_indices triu_indices order

benjamin-lieser opened this issue 9 months ago
BUG: behavioral change of numpy.fft.rfft with numpy 2.x

serge-sans-paille opened this issue 9 months ago
NOGIL: Make loop data cache and dispatch cache thread-safe in nogil build

ngoldbaum opened this pull request 9 months ago
MAINT: Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4

dependabot[bot] opened this pull request 9 months ago
ENH: Convert loop unary fp into highway

luyahan opened this pull request 9 months ago
[WIP] MAINT: Wrap ``printoptions`` in ``ContextVar``

mtsokol opened this pull request 9 months ago
BUG: Numpy 1.26.4 np.dot() doesn't return valid number

VincentSon opened this issue 9 months ago
DOC: Update documentation to reference SSH

ogidig5 opened this pull request 9 months ago
BUG: Clipping code assumes `alignment % itemsize == 0`

seberg opened this issue 9 months ago
DOC: Added small clarification note, based on discussion in issue #25778

bmwoodruff opened this pull request 9 months ago
DOC: Added small clarification note. "Closes #25778"

bmwoodruff opened this pull request 9 months ago
MAINT: update x86-simd-sort to latest

r-devulap opened this pull request 9 months ago
Change one CI job to use an editable install

rgommers opened this issue 9 months ago
ENH: Add ``where`` argument to reduction functions that are missing it

carlosgmartin opened this issue 9 months ago
CI: Enhance error handling in Azure Pipelines

morkev opened this pull request 9 months ago
MAINT: Disable compiler sanitizer tests on 2.0.x

charris opened this pull request 9 months ago
BUG: Restore numpy alias such as np.bool, np.int etc

JosephKarpinski opened this issue 9 months ago
BUG: use PyArray_SafeCast in array_astype

charris opened this pull request 9 months ago
MAINT: address improper error handling and cleanup for ``spin``

charris opened this pull request 9 months ago
BUG: Fix invalid constructor in string_fastsearch.h with C++ >= 20.

Romain-Geissler-1A opened this pull request 9 months ago
MAINT: Bump actions/upload-artifact from 4.3.2 to 4.3.3

dependabot[bot] opened this pull request 9 months ago
[WIP] Convert fp op from C universal intrinsics to C++ using Highway

luyahan opened this pull request 9 months ago
[WIP] Convert fp op from C universal intrinsics to C++ using Highway

luyahan opened this pull request 9 months ago
TST: Skip Cython test for editable install

thalassemia opened this pull request 9 months ago
BUG: Fix invalid constructor in string_fastsearch.h with C++ >= 20.

Romain-Geissler-1A opened this pull request 9 months ago
DOC: Documentation and examples for conversion of np.timedelta64 units

ajayjanapareddi opened this pull request 9 months ago
DOC: Add replacement NEP links in superseded, replaced-by fields

arunppsg opened this pull request 9 months ago
BUG: fix spin bench not running on Windows

pijyoi opened this pull request 9 months ago
Query: threading and threadpoolctl with main branch

tylerjereddy opened this issue 9 months ago
BUG: use PyArray_SafeCast in array_astype

ngoldbaum opened this pull request 9 months ago
CI, MAINT: Add docs-only option to CI

melissawm opened this pull request 9 months ago
ENH: make `printoptions` a true context var

mtsokol opened this issue 9 months ago
MAINT: Cleanup ``vecdot``'s signature, typing, and importing

mtsokol opened this pull request 9 months ago