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: Improve documentation for fill_diagonal

linus-md opened this pull request about 1 year ago
DOC: Fix path to svg logo files

melissawm opened this pull request about 1 year ago
MAINT: Update environment.yml to match *_requirements.txt

melissawm opened this pull request about 1 year ago
ENH: Release crackfortran as a standalone tool for parsing Fortran.

dmikushin opened this pull request about 1 year ago
test issue

ypatel55 opened this issue about 1 year ago
DEP: Expire deprecation of generic scalars as dtypes

timhoffm opened this issue about 1 year ago
DOC: Clarify virtualenv setup and dependency installation

zrottman opened this pull request about 1 year ago
API: ``genfromtxt``: Change default of parameter ``dtype`` to None

timrdmr opened this pull request about 1 year ago
DOC: Document how to check for a specific dtype

timhoffm opened this pull request about 1 year ago
MAINT: Performance improvement of polyutils.as_series

florath opened this pull request about 1 year ago
BUG: enable linking of external libraries in the f2py Meson backend

andrea-bia opened this pull request about 1 year ago
ENH: replaced regular expression to improve readability and performance

eukub opened this pull request about 1 year ago
MAINT: expose and use dtype classes in internal API

ngoldbaum opened this pull request about 1 year ago
DOC: Migration guide should mention complex number API changes

djhoese opened this issue about 1 year ago
DOC: Subarray Iteration with nditer

OyiboRivers opened this issue about 1 year ago
API: C-API removals

seberg opened this pull request about 1 year ago
MAINT: Allow initializing new-style dtypes inside numpy

ngoldbaum opened this pull request about 1 year ago
API: Return type of isin() for scalar inputs

timhoffm opened this issue about 1 year ago
API: Return type of isin() for scalar inputs

timhoffm opened this issue about 1 year ago
DOC: Comparing dtypes

timhoffm opened this issue about 1 year ago
Discuss the issue of Numpy CI testing for LSX instructions

loongson-zn opened this issue about 1 year ago
BUG: Handle .pyf.src and fix SciPy [urgent]

HaoZeke opened this pull request about 1 year ago
BUG: Handle .pyf.src and fix SciPy [urgent]

HaoZeke opened this pull request about 1 year ago
BUG: linalg complex type rejection portability

tylerjereddy opened this pull request about 1 year ago
BUG: linalg complex type rejection portability

tylerjereddy opened this pull request about 1 year ago
CI: Install Lapack runtime on Cygwin.

DWesl opened this pull request about 1 year ago
DOC: Example in "Writing your own ufuncs" has a bug

ufrese opened this issue about 1 year ago
MAINT: Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1

dependabot[bot] opened this pull request about 1 year ago
BLD: Add flag to f2py to pass arbitrary linker flags.

joshuashaffer opened this pull request about 1 year ago
TST: Fix fp_noncontiguous and fpclass on riscv64

markdryan opened this pull request about 1 year ago
Updated config.yml by adding meson build

anirudh-hegde opened this pull request about 1 year ago
Updated config.yml by adding meson build

anirudh-hegde opened this pull request about 1 year ago
BUG: Calling `squeeze` on a slice of a memmap raises cryptic error

WardBrian opened this issue about 1 year ago
BUG: Calling `squeeze` on a slice of a memmap raises cryptic error

WardBrian opened this issue about 1 year ago
BUG: compiler warning about undefined behavior in macro expansion

ngoldbaum opened this issue about 1 year ago
BUG: compiler warning about undefined behavior in macro expansion

ngoldbaum opened this issue about 1 year ago
MAINT: Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request about 1 year ago
CI: Cygwin CI is failing

seberg opened this issue about 1 year ago
DOC: Mention installing threadpoolctl in issue template [skip ci]

ngoldbaum opened this pull request about 1 year ago
API: Shrink MultiIterObject and make `NPY_MAXARGS` a runtime macro

seberg opened this pull request about 1 year ago
BUG: `np.array` strips trailing `\x00` from bytes

alreadydone opened this issue about 1 year ago
BUG: Fix module name bug in signature files [urgent] [f2py]

HaoZeke opened this pull request about 1 year ago
BUG: f2py module giving 'symbol not found in flat namespace' on MacOS/Python 3.12

AlexanderRichert-NOAA opened this issue about 1 year ago
BUG: f2py module giving 'symbol not found in flat namespace' on MacOS/Python 3.12

AlexanderRichert-NOAA opened this issue about 1 year ago
Error "numpy" hasn't attribute "short"

alawamy opened this issue about 1 year ago
Error "numpy" hasn't attribute "short"

alawamy opened this issue about 1 year ago
MAINT: Bump actions/dependency-review-action from 3.1.3 to 3.1.4

dependabot[bot] opened this pull request about 1 year ago
BUG: F2PY: module name not written to signature file (regression)

jmrohwer opened this issue about 1 year ago
BUG: np.seterr(invalid='ignore') has to be run twice

mauroo4 opened this issue about 1 year ago
BUG: np.seterr(invalid='ignore') has to be run twice

mauroo4 opened this issue about 1 year ago
MAINT: Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.0

dependabot[bot] opened this pull request about 1 year ago
MAINT: Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.0

dependabot[bot] opened this pull request about 1 year ago
ENH: Add templates for f2py c functions and handle more C types

Pranavchiku opened this pull request about 1 year ago
ENH: Add templates for f2py c functions and handle more C types

Pranavchiku opened this pull request about 1 year ago
BUG: Fix output dtype when calling np.char methods with empty array

lysnikolaou opened this pull request about 1 year ago
TST: PyPy needs another gc.collect on latest versions

mattip opened this pull request about 1 year ago
TST: PyPy needs another gc.collect on latest versions

mattip opened this pull request about 1 year ago
DOC: Benchmark structure

Schefflera-Arboricola opened this issue about 1 year ago
ENH: add new wheel builds using Accelerate on macOS >=14

andyfaff opened this pull request about 1 year ago
BUG: mips doesn't use REAL(10)

matoro opened this pull request about 1 year ago
BUG: mips doesn't use REAL(10)

matoro opened this pull request about 1 year ago
CI: streamline macos_arm64 test

andyfaff opened this pull request about 1 year ago
CI: streamline macos_arm64 test

andyfaff opened this pull request about 1 year ago
TST: Fixture based tests for ``f2py``

HaoZeke opened this pull request about 1 year ago
TST: Fixture based tests for ``f2py``

HaoZeke opened this pull request about 1 year ago
DOC: fix typo (alignment)

wjandrea opened this pull request about 1 year ago
MAINT: do not use ``long`` type

charris opened this pull request about 1 year ago
DOC: Add release note for Highway VQSort on AArch64

Mousius opened this pull request about 1 year ago
DOC: Add release note for Highway VQSort on AArch64

Mousius opened this pull request about 1 year ago
ENH: Enable SVE detection for Highway VQSort

Mousius opened this pull request about 1 year ago
ENH: Enable SVE detection for Highway VQSort

Mousius opened this pull request about 1 year ago
CI: Add CI test for riscv64

markdryan opened this pull request about 1 year ago
ENH: Enable native half-precision scalar conversion operations on ARM

seiko2plus opened this pull request about 1 year ago
BUG: Cannot build master branch of numpy in AIX.

KamathForAIX opened this issue about 1 year ago
BUG: Cannot build master branch of numpy in AIX.

KamathForAIX opened this issue about 1 year ago
BUG: Fix non-contiguous 32-bit memory load when ARM/Neon is enabled

seiko2plus opened this pull request about 1 year ago
BUG: np.multiply memory allocation issue with where= set

harshilkamdar opened this issue about 1 year ago
ENH: Adding additional assert tests to numpy.testing

alex-rakowski opened this issue about 1 year ago
ENH: Adding additional assert tests to numpy.testing

alex-rakowski opened this issue about 1 year ago
Revert "MAINT: Pin scipy-openblas version."

charris opened this pull request about 1 year ago
Revert "MAINT: Pin scipy-openblas version."

charris opened this pull request about 1 year ago
TST: Use fixtures for `f2py` tests

HaoZeke opened this issue about 1 year ago
MAINT: do not use ``long`` type

tacaswell opened this pull request about 1 year ago
GPL3 present in the numpy WHL

TonyMcGrath opened this issue about 1 year ago
GPL3 present in the numpy WHL

TonyMcGrath opened this issue about 1 year ago