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

TST: fix incorrect dtype in test

ngoldbaum opened this pull request 10 months ago
API: Require reduce promoters to start with None to match

charris opened this pull request 10 months ago
TYP: Adjust ``np.random.integers`` and ``np.random.randint``

charris opened this pull request 10 months ago
BUG: adapt cython files to new complex declarations (#26080)

charris opened this pull request 10 months ago
MAINT: Remove unnecessarily defensive code from dlpack deleter

seberg opened this pull request 10 months ago
f2py fails on Windows - wrong path in meson

mrkwjc opened this issue 10 months ago
DOC: Clarify randint and integers doc

bashtage opened this pull request 10 months ago
MAINT: install all-string promoter for multiply

ngoldbaum opened this pull request 10 months ago
BUG: order of promoters matters

ngoldbaum opened this issue 10 months ago
API: Default to hidden visibility for API tables

seberg opened this pull request 10 months ago
MAINT: avoid using a generic promoter for string multiply

ngoldbaum opened this pull request 10 months ago
Fixed docstring

Chillthrower opened this pull request 10 months ago
DOC: fix typo in doc/source/user/absolute_beginners.rst

numrut opened this pull request 10 months ago
DISCUSS: C-API linking behavior (and stubs)

seberg opened this issue 10 months ago
BUG:High CPU load with periodical matrix calculations

Crejan opened this issue 10 months ago
MAINT: Bump actions/dependency-review-action from 4.1.3 to 4.2.3

dependabot[bot] opened this pull request 11 months ago
BUG: test_lazy_load raises RecursionError with Python 3.13.0a5

befeleme opened this issue 11 months ago
API: Require reduce promoters to start with None to match

seberg opened this pull request 11 months ago
TYP: Adjust typing for ``np.random.integers`` and ``np.random.randint``

mtsokol opened this pull request 11 months ago
fix: typo

testwill opened this pull request 11 months ago
MAINT: Bump actions/cache from 4.0.1 to 4.0.2

charris opened this pull request 11 months ago
DOC: contradicting numpy.inp and npy_intp documentation

lorentzenchr opened this issue 11 months ago
MAINT: Bump actions/cache from 4.0.1 to 4.0.2

dependabot[bot] opened this pull request 11 months ago
ENH: Add partition/rpartition ufunc for string dtypes

lysnikolaou opened this pull request 11 months ago
TYP: Make array _ShapeType bound and covariant

Jacob-Stevens-Haas opened this pull request 11 months ago
BUG: adapt cython files to new complex declarations

mattip opened this pull request 11 months ago
TST: failures in `TestCholesky::test_basic_property` on aarch64

h-vetinari opened this issue 11 months ago
MAINT: Make PyArrayMultiIterObject struct "smaller"

charris opened this pull request 11 months ago
BUG: Allow the new string dtype summation to work

charris opened this pull request 11 months ago
BUG: fix logic error in stringdtype maximum/minimum ufunc

charris opened this pull request 11 months ago
DOC clarifications on debugging numpy

charris opened this pull request 11 months ago
Fate of `numpy.version` in 2.0

h-vetinari opened this issue 11 months ago
BUG: fix logic error in stringdtype maximum/minimum ufunc

ngoldbaum opened this pull request 11 months ago
DOC clarifications on debugging numpy

adrinjalali opened this pull request 11 months ago
DOC failure while trying to follow "Debugging" section of the docs

adrinjalali opened this issue 11 months ago
DOC: Backport np.strings docstrings

ngoldbaum opened this pull request 11 months ago
DOC: note stringdtype output support in np.strings docstrings

ngoldbaum opened this pull request 11 months ago
BUG: Allow the new string dtype summation to work

seberg opened this pull request 11 months ago
BUG: New Polyfit gives false result on deg=0

erikZygloxius opened this issue 11 months ago
MAINT: Make PyArrayMultiIterObject struct "smaller"

seberg opened this pull request 11 months ago
MAINT,API: Const qualify some new API (mostly new DType API)

seberg opened this pull request 11 months ago
BUG: (numpy 2) defect in string summation ?

neutrinoceros opened this issue 11 months ago
edited

nazifa02 opened this pull request 11 months ago
MAINT: maintenance/2.0.x branch binary compat issue on SciPy main

tylerjereddy opened this issue 11 months ago
ENH: Half-sized StringDType?

mhvk opened this issue 11 months ago
DOC: Inaccessible contrast for a:visited links in admonitions

hugovk opened this issue 11 months ago
MAINT: Backport strings.py and defchararray.py from main.

charris opened this pull request 11 months ago
Draft: ENH: Optimize np.power(x, 2) for double type

eendebakpt opened this pull request 11 months ago
BUG: `beta` random generator can output exact zeros

david-cortes opened this issue 11 months ago
CI: clean up some unused `choco install` invocations

charris opened this pull request 11 months ago
MAINT: Remove partition and split-like functions from numpy.strings

charris opened this pull request 11 months ago
BUG: add missing error handling in string to int cast internals

charris opened this pull request 11 months ago
BUG: fix reference count leak in __array__ internals

charris opened this pull request 11 months ago
MAINT: avoid use of flexible array member in public header

charris opened this pull request 11 months ago
ENH: install StringDType promoter for add

charris opened this pull request 11 months ago
ENH: Optimize np.power for integer type

eendebakpt opened this pull request 11 months ago
DOC: indicate stringdtype support in docstrings for string operations

charris opened this pull request 11 months ago
DOC: lack of doc for `numpy.multiply.outer`

reallsx opened this issue 11 months ago
BUG: fix kwarg handling in assert_warn [skip cirrus][skip azp]

charris opened this pull request 11 months ago
BLD: omit pp39-macosx_arm64 from matrix [wheel build]

charris opened this pull request 11 months ago
BUG: Filter out broken Highway platform

charris opened this pull request 11 months ago
"Warning: Numpy built with MINGW-W64 on Windows 64 bits" + Crash

Chr0n0stasis opened this issue 11 months ago
MAINT: handle ``NPY_ALLOW_THREADS`` and related build option better

charris opened this pull request 11 months ago
MAINT: remove the now-unused ``NPY_NO_SIGNAL``

charris opened this pull request 11 months ago
MAINT: remove now-unused ``NPY_USE_C99_FORMAT``

charris opened this pull request 11 months ago
MAINT: Remove partition and split-like functions from numpy.strings

lysnikolaou opened this pull request 11 months ago
ENH: Should row_stack really be deprecated?

anntzer opened this issue 11 months ago
DOC: Mention `np.lib.NumPyVersion()` in the migration guide

seberg opened this issue 11 months ago
BUG: Revert removal of `PyArray_TypeNumFromName` C-API

duburcqa opened this issue 11 months ago
BUG: changing the complex struct has implications for Cython

mattip opened this issue 11 months ago
BUG: add missing error handling in string to int cast internals

ngoldbaum opened this pull request 11 months ago
BUG: fix reference count leak in __array__ internals

ngoldbaum opened this pull request 11 months ago
MAINT: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0

charris opened this pull request 11 months ago
BUG: Fixes np.put receiving empty array causes endless loop

charris opened this pull request 11 months ago
BUG: Fix reference leak in niche user old user dtypes

charris opened this pull request 11 months ago
BUG: NumPy 2.0.0b1 leaks reference counts in `np.array`

jakevdp opened this issue 11 months ago
DOC update C-API docs

adrinjalali opened this issue 11 months ago
[DRAFT] ENH add hash based unique

adrinjalali opened this pull request 11 months ago
MAINT: avoid use of flexible array member in public header

ngoldbaum opened this pull request 11 months ago
MAINT: handle ``NPY_ALLOW_THREADS`` and related build option better

rgommers opened this pull request 11 months ago
MAINT: remove now-unused ``NPY_USE_C99_FORMAT``

rgommers opened this pull request 11 months ago
MAINT: remove the now-unused ``NPY_NO_SIGNAL``

rgommers opened this pull request 11 months ago
BUG: Flexible array member warning in C++ using 2.0.0b1 headers

karlotness opened this issue 11 months ago