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

Merge pull request #24664 from rgommers/fix-mtrand

BLD: fix bug in random.mtrand extension, don't link libnpyrandom

57e80500f3998d62e2da459e487f8682bffa9454 authored over 1 year ago
BLD: fix bug in random.mtrand extension, don't link libnpyrandom

Closes gh-24490

202de913fb4f58c6f48942532d4068a3487c60eb authored over 1 year ago
Merge pull request #24657 from pnacht/token-permissions-qemu

Add read-only token to linux_qemu.yml

b64f3c69990f6824096aab54214f22f2a5789cc0 authored over 1 year ago
CI: Switch SIMD tests to meson (#24625)

The SIMD tests have been transitioned to utilize the Meson build system.
The Intel SDE tests ar...

388778ccc0203422f29e3ab578d361657d74b833 authored over 1 year ago
Merge pull request #24498 from r-devulap/qsort-16bit-dispatch

MAINT: Re-write 16-bit qsort dispatch

54238c7be10104d506259d431e7ce81483666ade authored over 1 year ago
MAINT: Add read-only token to linux_qemu.yml

Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>

642926c0e632d4aedefb4ae123cc5a9e244bbb25 authored over 1 year ago
Apply review comments

906468f3efb0d91e742c1074a8bb44a3ba5e1a45 authored over 1 year ago
Add changelog file

4dd54b5570575d67d7f1ba3734b232ccf11de258 authored over 1 year ago
Fix after rebase

0ff4ac72af38c55015e024e45026bbf36a7efefe authored over 1 year ago
DOC: Add array_utils to autogenerated docs

744f05df121dff394bc6689f718ccd0607db4310 authored over 1 year ago
Add *_impl file

f764f89a5cd24f81a6be9543db56f0c5e3fc0f5c authored over 1 year ago
API: Add lib.array_utils namespace

52db499e7130239da0a66812b4970c4a92af3e35 authored over 1 year ago
MAINT: Avoid creating an intermediate array in np.quantile (#24610)

* MAINT: Avoid creating of intermediate array in np.quantile

* whitespace

da8cdcf2f127eb609448944ae33c6cb8eb660138 authored over 1 year ago
API: Cleaning `numpy/__init__.py` and main namespace - Part 4 [NEP 52] (#24445)

[skip ci]

2f0bd6e86a77e4401d0384d9a75edf9470c5deb6 authored over 1 year ago
Merge pull request #24644 from rgommers/remove-oldnumeric-h

MAINT: remove the `oldnumeric.h` header

aab248a320a8bb8a6b5c8c82224f1f21bd0bcbe8 authored over 1 year ago
Merge pull request #24643 from BvB93/mypy_strict

TYP, MAINT: General type annotation maintenance

5f297ae37b500f4bb55e3d3b839695342c03739a authored over 1 year ago
SIMD: Introduce tracer for enabled CPU targets on each optimized function (#24420)

* SIMD: Cleanup the cpu dispatcher by moving disutils helper macros into a
seprated header

...

5ffeef1b69cc87d6d677516cab94f691a3ee79d3 authored over 1 year ago
Merge pull request #24461 from seiko2plus/clang_partial_bug_refactor

SIMD: Refactor partial load workaround for Clang

b9c402325f2623317f0684889b07a0b20e4428d4 authored over 1 year ago
ENH: ``meson`` backend for ``f2py`` (#24532)

* FIX: Import f2py2e rather than f2py for run_main

* FIX: Import f2py2e instead of f2py

* ...

fedc834fecb7e1aca2917ad2e0fd1694400529e0 authored over 1 year ago
MAINT: remove the `oldnumeric.h` header

As the removed comment says, the last two known users were notified a
while back and updated the...

3e1fad54fd84c0f3c30777ced8a5c0811669ecd8 authored over 1 year ago
TYP,MAINT: Replace `np.ndarray[...]` with `npt.NDArray[...]` where possible

e758e8284db1e7ea462f1c37a59b709295d3c984 authored over 1 year ago
TYP,MAINT: Remove leftover `Union`s in favor of the PEP 604 pipe operator

191b9257509597704daedc9a0a0764ac687d4f21 authored over 1 year ago
TYP: Use stricter mypy settings

* Disallow generic types lacking a parameter
* Disallow importing from unknown modules

1621dfff71033c0e9ce2427809205e1b5e3bcfca authored over 1 year ago
TYP: Remove redundant `__path__` annotations

3b281ddd5322c4f873671d895957ebd1648b5d7a authored over 1 year ago
Merge pull request #24636 from numpy/dependabot/github_actions/actions/checkout-4.0.0

MAINT: Bump actions/checkout from 3.6.0 to 4.0.0

dc2ff125493777a1084044e6cd6857a42ee323d4 authored over 1 year ago
Merge pull request #24635 from BvB93/assert_type

ENH: Refactor the typing "reveal" tests using `typing.assert_type`

4db6fcebb0e644960d3a56efa179be28240c8ff0 authored over 1 year ago
Merge pull request #24626 from DanShatford/docs/add-release-notes-link

DOC: add release notes link to PyPI.

59867b99f82e28b9b5106a1f3e5da4ff426171de authored over 1 year ago
MAINT: Bump actions/checkout from 3.6.0 to 4.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release no...

ee6999967ffd3649dcb3ee5ad6b137006ceebe79 authored over 1 year ago
TYP: More `np.ctypeslib` test fixes for windows

cef217ab7896321a8de29ad4a8f4fb1ec7abf05a authored over 1 year ago
DOC: Use lower case for PyPI release notes link

f4530c52efec8760c6102b8e611d352ac8933d0c authored over 1 year ago
DOC: Revert change to setup.py

51070845845572bacfbdb599aaacfe03428840f7 authored over 1 year ago
TYP: Overhaul the typing test suite

fb65dc5198de809b376c3921d1817414cd6b45ff authored over 1 year ago
TYP: Bump mypy to 1.5.1

3c3b8d117fd52682344138ac126e4064c3e2fd51 authored over 1 year ago
TYP: Refactor the typing misc-tests cases using `typing.assert_type`

d35196e68186d63d80ead3794ea702644b8cee36 authored over 1 year ago
TYP: Refactor the typing reveal-test cases using `typing.assert_type`

82d9c8febdb01cc391ea12859ade0b11f0d3416e authored over 1 year ago
DOC: Clarify usage of --include-paths as an f2py CLI argument (#24631)

[skip ci]

70f702190dafb93467e9d0588128babd4457b349 authored over 1 year ago
DOC: fix isreal docstring (complex -> imaginary) (#24605)

[skip ci]

50c611a6072beef7913164365ea8dbc866edea2f authored over 1 year ago
SIMD: Refactor partial load Workaround for Clang

Clang exhibits aggressive optimization behavior when the `-ftrapping-math` flag is not fully s...

83cec53b543924273ad8f443b4af2d1c06a84221 authored over 1 year ago
Merge pull request #24628 from BvB93/binary_repr

TYP: Allow `binary_repr` to accept any object implementing `__index__`

0ed6bb1f0407a4fa231b011fd7ad3361884fb59a authored over 1 year ago
Merge pull request #24623 from BvB93/hash2

TYP: Explicitly declare `dtype` and `generic` as hashable

14709cf2155b286da4e829dabf433853de43bbd9 authored over 1 year ago
TYP: Allow `binary_repr` to accept any object implementing `__index__`

767b00f7a7511adb421c967ea8384e4b06d39a81 authored over 1 year ago
DOC: add release notes link to PyPI.

9863e669d8b26bba22166411f1c9efe38623fd36 authored over 1 year ago
TYP: Explicitly declare `dtype` and `generic` hashable

50cebde1928c078891c9e42ef92de0bb8d20ffb1 authored over 1 year ago
Merge pull request #24555 from HaoZeke/fixISOCvals

BUG, ENH: Fix `iso_c_binding` type maps and fix `bind(c)` support

1efe554c880c0fd32e131da84cbdf7fc29c8c834 authored over 1 year ago
Merge pull request #24618 from F3eQnxN3RriK/doc-patch-2

DOC: Fix markups for code blocks

5785a90848b6b999eee1a607478f7e06bbf0f156 authored over 1 year ago
DOC: Update NEP 52 file

5d94160c136fe41bcacc31973f3560e02dccad3e authored over 1 year ago
DOC: Fix markups for code blocks

[skip cirrus] [skip travis] [skip azp] [skip actions]

99425f05021dcfb6dd89ab60f8d25aedccc4e757 authored over 1 year ago
Merge pull request #24612 from warrickball/warrickball-patch-1

DOC: Replace "cube cube-root" with "cube root" in cbrt docstring

a85fdfb3c6d1397ee25e077cbbcfc059d7be347b authored over 1 year ago
Merge pull request #24611 from BvB93/clip

TYP: Add the missing `casting` keyword to `np.clip`

52556d8973a53df9061772c0aa6bcc6c5f686a9d authored over 1 year ago
Merge pull request #24581 from mtsokol/lib-index-tricks-namespace

API: Update `lib.index_tricks` namespace

7e988fd8c7baee50a053877eb45dfff492f31150 authored over 1 year ago
DOC: Replace "cube cube-root" with "cube root" in cbrt docstring [skip azp][skip actions][skip cirrus]

7a11a3801bfdb8ca901315574a3325cfa20f9510 authored over 1 year ago
TYP: Add the missing `casting` keyword to `np.clip`

4821fb87c7564b969f8f902eab22c96aa362acc7 authored over 1 year ago
DOC: Update building docs to use Meson (#24573)

Removes mentions of runtests.py when appropriate and replaces them with
equivalent spin command...

8381273f2c36d8d2c36ed1f9730b4b05129fd799 authored over 1 year ago
API: Update lib.index_tricks namespace

86c63b3c05f7e66b67444101d8b95398c62fee87 authored over 1 year ago
API: Update `lib.polynomial` and `lib.npyio` namespaces (#24578)

63d9da80788d75a5c2abb8e79c34a6f6eb02ef7e authored over 1 year ago
Merge pull request #24607 from liang3zy22/routdtypewarn

DOC: Fix import find_common_type warning[skip actions][skip cirrus][s…

99c1d5f32525afa60cc2071afa3b296f65366f32 authored over 1 year ago
DOC: Fix import find_common_type warning[skip actions][skip cirrus][skip azp]

ed163e2c8f7f06363d5433eac48d10bbde3de962 authored over 1 year ago
Merge pull request #24566 from mtsokol/lib-shapebase-namespace

API: Update `lib.shape_base` namespace

20d03bcfd9864527bf70cf3747ade162d2034f68 authored over 1 year ago
Merge pull request #24599 from mattip/unpin-sphinx2

DOC: unpin sphinx to pick up 7.2.5

98316300fa321f950f2a2643cc88419e6b633152 authored over 1 year ago
Fix duplicated import

271211fc0958acf07da618989cb032ed380ef5ba authored over 1 year ago
Merge pull request #24601 from rgommers/fix-mesoncpu

BLD: meson-cpu: fix SIMD support on platforms with no features

d82661dcde1f6ebe3f3dbfa91d0ad0722f2b1c1e authored over 1 year ago
Merge pull request #24600 from Carreau/chebinterpolate

DOC: wrong name in docs

2223c0fdc400c40c89d653cf4d8ae2031deb93b1 authored over 1 year ago
BLD: meson-cpu: fix SIMD support on platforms with no features

This code returned an empty list rather than an empty dict on
platforms that don't have a key in...

a058b0a30da67f5919b591bb04d5bd50cb049dbe authored over 1 year ago
DOC: wrong name in docs

closes #20926

As using `chebinterpolate` give the same result as what is in the doc
example, I ...

2656d61b8ce547ff7e903e9d0957c34b6f1fcc24 authored over 1 year ago
DOC: unpin sphinx to pick up 7.2.5 [skip cirrus] [skip azp] [skip actions]

3d03897226abbdafbec4eade3cabae2489b3dbfa authored over 1 year ago
Merge pull request #24598 from xzmeng/fix-typos

DOC: fix two misspellings in documentation

3030d4855a0a5b793eecfeaa5cc3e02307efde95 authored over 1 year ago
DOC: fix a typo in glossary.rst [skip ci]

ca15d02be0618bef1a2aa0057dc181e2a039a9d1 authored over 1 year ago
DOC: fix a typo in user/how-to-partition.rst [skip ci]

14ffba8f1d65016271e9e7b5b20eaeb37a070d34 authored over 1 year ago
TST: convert cython test from setup.py to meson (#24206)

The limited-api test has to wait for a new Meson version (see gh-24206).
This converts the regu...

1195ff552d9014196b1db502547e24bc0fc499a2 authored over 1 year ago
ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 (#24053)

macOS 13.3 shipped with an updated Accelerate framework that provides BLAS / LAPACK.
The new ve...

cb740cbe8bb1947c772a4164e10f61ea4feacff7 authored over 1 year ago
Merge pull request #24589 from ngoldbaum/nep-55-typos

NEP: fix typos and formatting in NEP 55

a395e3d33024a60a0ec9d7833b9bb621b2d37302 authored over 1 year ago
MAINT: Remove get_array_prepare

4708dca39e8c678025bce8c8f1daf39d9fef7ae2 authored over 1 year ago
API: Update lib.shape_base namespace

e03d8ff35985bb3ce1bdb159793303c6b7b297fb authored over 1 year ago
Merge pull request #24580 from mtsokol/lib-stride-tricks-namespace

API: Update `lib.stride_tricks` namespace

b73a5ae4770ac2b5e6d2ec2573c46e8b4db512cf authored over 1 year ago
NEP: fix typos and formatting in NEP 55

be3b11dfa952f1f2eed6c58485d2660ff1cba49c authored over 1 year ago
BLD: fix `_umath_linalg` dependencies (#24584)

Closes gh-24512, where `linalg.eigvalsh` was observed to be non-thread
safe. This was due to th...

a115ed3a3c92d8607c5eaa38a98825ac8a5e1bfc authored over 1 year ago
Apply review comments

6e12461def5a8df7e36879ca1a1070fcf21efd00 authored over 1 year ago
API: Update lib.stride_tricks namespace

3293164353d2b5168f83039a1158d54648a584ce authored over 1 year ago
MAINT: Remove deprecated functions [NEP 52] (#24477)

b43384e8f9f7242c59985c4a3d687c95a2a9dbf4 authored over 1 year ago
Merge pull request #24567 from mtsokol/lib-pad-setops-ufunc-utils-namespace

API: Update `arraypad`,`arraysetops`, `ufunclike` and `utils` namespaces in `np.lib`

39bc1b1fb1024929e67aa9aad295fb9ec5d11ec4 authored over 1 year ago
Apply review comment

08e086c3ea8b08cbe0af65546c662fc5499f284d authored over 1 year ago
Apply review changes

fd8a3925e4d2527d8c75f68a1b243a9e4b4ce8aa authored over 1 year ago
Update AttributeError message

0379c45e30a524bd51996830283939b9f0c58abf authored over 1 year ago
API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces

ace444596424846058d8bfaacace29cd7e0c849a authored over 1 year ago
Merge pull request #24577 from mtsokol/lib-twodimbase-namespace

API: Update `lib.twodim_base` namespace

ff5dce96e4c7739b5962963c0ab1b2d588c369d8 authored over 1 year ago
Merge pull request #24570 from DWesl/patch-4

CI: Exclude import libraries from list of DLLs on Cygwin.

0239d3e8afd51166dc4c2a7f3b0d8a1d306dce18 authored over 1 year ago
Merge pull request #24571 from eendebakpt/polynomial_tests

MAINT: Add tests for Polynomial with fractions.Fraction coefficients

18d89cc7c5b4ee202fcc6093a388e816115c1d8d authored over 1 year ago
Merge pull request #24582 from f380cedric/fix_typo_setflag

DOC: fix typos in ndarray.setflags doc

f936356b6c69960c9b436b449387cc20a6865f4e authored over 1 year ago
DOC: fix typos in ndarray.setflags doc

commit bb95cf015165bcf85f99ba0d28a7a6e727ca955b
(DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated ...

ef35d74230cc4d3df79e88c7b07ebeda9455f7e8 authored over 1 year ago
Merge pull request #24579 from liang3zy22/matwarn

DOC: fix `import mat` warning.

935edfe30ee0c9244d36037b54f55ede494d4c27 authored over 1 year ago
DOC: fix `import mat` warning.

ceb4ed32cad406ae89167b6bc90b015bc7ffdedf authored over 1 year ago
API: Update lib.twodim_base namespace

932edf66fd855a82d7cb04171eb6632b849e84aa authored over 1 year ago
Merge pull request #24483 from ngoldbaum/nep-55

NEP: add NEP 55 for a variable width string dtype

5ba26f0029f72c5ea9f553fb5837eed42e9fb3be authored over 1 year ago
fix assert

c1f9a3bf69492e9c86fc5240399ab35a3eb87644 authored over 1 year ago
add test

f5fdf65f01f0f435e6080f014ef33180a2556096 authored over 1 year ago
NEP: respond to NEP 55 PR review comments

bc323aaab23116eb0581d3fa7a3ff384c0bafe2c authored over 1 year ago
CI: Exclude import libraries from list of DLLs on Cygwin.

There are import libraries in numpy.random that are intended for distribution. This script sho...

6345967127ef2f82232b2cf831c7066997ea0514 authored over 1 year ago
MAINT: Add tests for Polynomial with fractions.Fraction coefficients

c3df74f62119731357569b90f5c53a83d4357fb2 authored over 1 year ago
DOC: variable width string dtype, NEP 55

d74343770ce39aab6cf16aa84765aa7253518c6c authored over 1 year ago
NEP: add discussion links

d043fe71f8855f528867ddf509e59318691d02a7 authored over 1 year ago