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 #22589 from ngoldbaum/gdb-docs

DOC: expand docs on debugging with gdb

2df493a5ea1d1438a7bca26a9264cdfbb8f6f0c9 authored about 2 years ago
MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`

This reduces the allocation size by 1 byte, but that doesn't matter
(everything we store later i...

f0bba1c0a4b8bdb785e0908b1fc1f286b994be7a authored about 2 years ago
DOC: Update parameter descriptions for np.pad (#22519)

Some parameters like pad_width or stat_length claimed to expect tuples-of-tuples as
input, but ...

cf59f6c2dad8acb8c4f6d18f6089b0faa2added8 authored about 2 years ago
CI: Update to Ubuntu 18.04 to 20.04

Github actions will drop support for 18.04 April 1, 2023. There
are now sporadic test cancelatio...

6736c78639300ac50298b4003eea2c5dea90885c authored about 2 years ago
Merge pull request #21895 from hoodmane/emscripten-ci

ENH, CI: Add Emscripten to CI

a7abbeec3f1f974c249a7aa6802debebead0b385 authored about 2 years ago
CI: add concurrency and permissions control to the Emscripten job

See for example `build_test.yml` for the same snippet.

9a9a4c6563ad98550ee9a123cef2db95c8315e00 authored about 2 years ago
Merge pull request #22587 from BvB93/typing

TYP: Update type annotations for new 1.24 features

8fff8ce75941483040d2fad4b00939abc82b5b2c authored about 2 years ago
Update numpy/core/src/umath/ufunc_type_resolution.c

Co-authored-by: Ross Barnowski <[email protected]>

6eaa5137e35aa90743859efb4ed6538080ad45b1 authored about 2 years ago
DOC: expand docs on debugging with gdb

9d2a5fb123e17f867c70fe7e7ff5c2647d330568 authored about 2 years ago
DOC: Clarify relationship between row_stack and vstack.

06e413f6a3041ce484901e3a33389028362cd012 authored about 2 years ago
Merge pull request #22583 from charris/create-f2c_blas-patch

MAINT: Patch to remove ncola variable from f2c_blas.c

[ci skip]

fbe1b65f5f66ca5a416b23194577a1ed5a4cf1bd authored about 2 years ago
TYP,DEP: Remove `msort` annotations

Xref https://github.com/numpy/numpy/pull/22456

b780d8b537842a892c62aa36228cd72b26994773 authored about 2 years ago
TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack`

Xref https://github.com/numpy/numpy/pull/21627

473b80f9b6cecdef0e26b0c9396e194353d92719 authored about 2 years ago
TYP,ENH: Add annotations for `np.show_runtime`

Xref https://github.com/numpy/numpy/pull/21468

6df49a353e01fd0382947bdf994c010342ab2c34 authored about 2 years ago
TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method

Xref https://github.com/numpy/numpy/pull/22228

8205e5d295d2844f603c31523968804468c9f101 authored about 2 years ago
TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` property

Xref https://github.com/numpy/numpy/pull/16154

a566f8144fca19b340bdf1ffb19973bb1fc6ca56 authored about 2 years ago
Merge pull request #22586 from rossbar/maint/arrayprint-type-cleanup

MAINT: Rm meaningless checks in determining typeless data

2b5328c287539db7f96dc488409557a75c67db74 authored about 2 years ago
MAINT: Rm unnecessary checks in determining typeless data.

The issubclass should always be false in Python3, so this change
should not change behavior.

d66bb7c8872a8f7c2373506262de9163892d6bee authored about 2 years ago
MAINT: Patch to remove ncola variable from f2c_blas.c

[skip ci]

d9baab4428922372d6e2c1132d836e886fa181f2 authored about 2 years ago
Merge pull request #22580 from rgommers/fix-lapacklite-build-warnings

BLD: remove unused `ncola` variables from lapack-lite

56ef10f539ae033d90f18429cfb612c181472e1a authored about 2 years ago
BLD: remove unused `ncola` variables from lapack-lite

This fixes some annoying build warnings.

6f3c56debe98d5e15264f159f6e37ee73073a0b2 authored about 2 years ago
Merge pull request #22578 from rgommers/fix-dlpack-includes

BLD: fix issue with header includes in dlpack.c

6bfa33a62787f758cae916ca6a101ac086ee06d6 authored about 2 years ago
Merge pull request #22579 from rgommers/use-c99-restrict

MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`

6b89500270e792c1cd0675be58f70e338ef071ed authored about 2 years ago
MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`

This saves doing an expensive configure-time check that does
not seem needed.

305f84245e819af411a8c93877cf3c6713690106 authored about 2 years ago
BLD: fix issue with header includes in dlpack.c

a8c69b964ed0d8ea22074d5450eda5bf2ce44d5c authored about 2 years ago
Merge pull request #22576 from rgommers/fix-assert

BUG: fix issue with broken assert statement in `templ_common.h.src`

2204bfef72026ed322eb7cae8b3cbf6292714cb3 authored about 2 years ago
BUG: fix issue with broken assert statement in `templ_common.h.src`

assert() only takes one argument.
This was recently introduced, in commit 4156ae260 (gh-21793)

3a6d29059f8b8c27605ca1d57229040415847a20 authored about 2 years ago
BUG: add quotes to error message

dec39471cda3f6f08af98d4251d1a6ed515e43a0 authored about 2 years ago
BUG: fix misleading error message

closes gh-22570

e42f6cc22febf971c9d7b0e4031a60088f256675 authored about 2 years ago
ENH, CI: Add emscripten to CI

fddb8a3792619f4a931fe33e3211bdb8f4fcd885 authored about 2 years ago
BLD, BUG: Fix math feature detection with musl libc

1a397b3a74ef87a93fbd32d39b1844622e750850 authored about 2 years ago
TST: Skip tests that are not currently supported in wasm

08c6e9c142e619ac5175b6a13342ba2f2c571ddd authored about 2 years ago
Merge pull request #22566 from seberg/ObjectType-fixup

BUG: Fix use and errorchecking of ObjectType use

2ad596fc8d015dd3f5ee30bedf068c2c3daf60d2 authored about 2 years ago
Merge pull request #22567 from rossbar/ci-add-pr-write-permissions-to-artifact-redirector

CI: Add PR write permissions to artifact redirector.

6aacc5167983d7c6f8689d7039294f2fc0d5f5fb authored about 2 years ago
CI: Add PR write permissions to artifact redirector.

Re-enable the circleci artifact redirector action which was disabled
when permissions were added...

866fed5f2362975a669eaa44ebbbf2ebf2fb8047 authored about 2 years ago
Merge pull request #22552 from juztamau5/fix-temp-address

MAINT: Do not use temporary struct construct

62df7a80e79b7323f673f9b26c5f699325606466 authored about 2 years ago
Merge pull request #22540 from seberg/finalize-dtype-depr

DEP: Expire deprecation of dtype/signature allowing instances

2ce5416de6268dbecb69e797fe8b1e3c1d0b75c4 authored about 2 years ago
Fix taking address of temporary array

Error was:

dtype_transfer.c:2979:28: error: taking address of temporary array
2979 | ...

e3db792974777527ec40d5c6caf88c503653da56 authored about 2 years ago
MAINT: Ensure that datetime dot, correlate, and vdot cannot happen

This is by just undefining the function that should never have been
defined to begin with.

7c317d9e2bb0ed04778fb0b2ef5661e2bb742347 authored about 2 years ago
BUG: Fix use and errorchecking of ObjectType use

This should be replaced really, it is pretty bad API use, and doesn't
work well (up to being inc...

eae88ff5f9cc3e3caea5e849600e0f8db52a67db authored about 2 years ago
MAINT: Update doc/release/upcoming_changes/22540.expired.rst

Co-authored-by: Ross Barnowski <[email protected]>

f1fb58bf95426c985f374273b665601a6c175bf0 authored about 2 years ago
Merge pull request #22557 from aayushagrawal135/gentype-reduce-mem-leak

BUG: Decrement ref count in gentype_reduce when allocated memory not …

1aa73ca93afd2cd2cac3b564051f1153a2c05ee8 authored about 2 years ago
Add examples for diag_indices_from()

85f4667c718402f806ec9e21bdc971d26e0fd4c9 authored about 2 years ago
BUG: Decrement ref count in gentype_reduce when allocated memory not used

89b5038dd3ee418aeeaa5bbb6540a1b05a55de6b authored about 2 years ago
ENH: Ensure we will transition to an error for `np.r_[int8_arr, 300]`

That is, once the NEP 50 transition happens

518313ba108a86ac803a723e81ed858a53c368ae authored about 2 years ago
DOC: Add note about object fallback and odd time handling (as example)

1ad0166f5b1ba32925c924916af70d2c07de43b4 authored about 2 years ago
Merge pull request #22375 from melissawm/doc-arange

DOC: How to partition domains

9a6d956b273fe8f4d3ecd1d1f08f8a1c2e4edc06 authored about 2 years ago
Apply suggestions from code review

Co-authored-by: Ross Barnowski <[email protected]>

a09cc4311cd39b80dd0aa9f17d75e65a06595547 authored about 2 years ago
Merge pull request #22554 from juztamau5/cleanup-cast

MAINT: Match arguments of constant in `isless()`

9d11ecd9cce1e91ca0670b602b6fef559961d48a authored about 2 years ago
Merge pull request #22550 from juztamau5/fix-enum-bool

MAINT: Fix Fortran order flag use (using bool rather than enum)

2c455b8f24f593ba305a0259fb4f2b03652049db authored about 2 years ago
Cleanup: Fix designator order not matching declaration order

Example error:

array_method.c:487:1: error: designator order for field '_typeobject::tp_deall...

0f07f4135e5713f859409853cd1c824d594b21bb authored about 2 years ago
Cleanup: Match arguments of isless()

Error was:

npy_math_internal.h.src:570:24: error: no matching function for call to 'isless(np...

2cc2b52ba3c44a4d5df60c95b5b9ded564730577 authored about 2 years ago
Fix conversion from bool to enum

Error was:

ndarraytypes.h:1503:75: error: cannot convert 'bool' to 'NPY_ORDER' in assignment

bff98532030d2f8a9af070f5f9210d174621d1e0 authored about 2 years ago
DOC: Add instruction to initialize git submodules (#22543)

Add instructions to developer documentation about initializing git submodules
before local build.

3a5d336c32c413f4739d6468d51e56969ca61f1e authored about 2 years ago
DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)

* DEP: Expire deprecation to ignore bad dtype= in logical ufuncs

Basically only `bool` and `o...

10908c5fd147572c9ea02cef0c0d5eae6892e4cb authored about 2 years ago
Merge pull request #22542 from seberg/dlpack-buffererror

API: Always use BufferError when dlpack export fails

93991066060a2f7384ecc7992e145a56899d81b0 authored about 2 years ago
DOC: Try to clarify which dtype instaces are still allowed

We still allow the "singleton" instances (which mainly applies to
our own dtypes), mainly becaus...

ec23c51919e442ccd14cc969020b5fd3be927dda authored about 2 years ago
API: Always use BufferError when dlpack export fails

See also https://github.com/data-apis/array-api/pull/498.

I think we should just change this. ...

26342d7f117ed5759fefdaba7e60569e674f9a12 authored about 2 years ago
DEP: Expire deprecation of dtype/signature allowing instances

We never really allowed instances here and deprecated it since
NumPy 1.21 (it just failed comple...

2c72fbf88f81ba7a7dc7fd83d737fe4139ec7133 authored about 2 years ago
DOC: Add release note for expired dtype=/signature= ufunc deprecation

fdb858db9f80ae74c2ef52830f3189e612536e68 authored about 2 years ago
DEP,TYP: Remove `find_common_type` typing stubs and tests

3c15610e49e96c7c1dc659d2994f4b1dcb2624db authored about 2 years ago
DOC: Add release notes for both changes

Unfortunately, the notes for the `np.r_` change is rather long even
though it is not a change I ...

5ba4b8a6acb7aa9e7e31597b401c05fe3e983f34 authored about 2 years ago
DEP: Deprecate `np.find_common_type`

The function uses the numeric scalar common dtype/promotion rules.
These are subtly different fr...

49b18ff32ed25f16b7af8282237b5668ddfb5087 authored about 2 years ago
MAINT: Refactor AxisConcatenator to not use find_common_type

Rather, use `result_type` instead. There are some exceedingly small
theoretical changes, since ...

b70a1e995faaf01cbf89cfe1316a7c14570cdbec authored about 2 years ago
Merge pull request #22538 from rgommers/getinfo-npymath

DOC: update libnpymath docs on its status and how to consume it

fcafb6560e37c948a594dce36d300888148bc599 authored about 2 years ago
DOC: update libnpymath docs on its status and how to consume it

[skip azp] [skip actions]

Closes gh-21431

ec37b2bb2be9b71e5eab279902c32d25ca535cff authored about 2 years ago
ENH: Add OpenSSF Scorecard GitHub Action (#22482)

[skip azp][skip circle]

2081f2997b3ff192604415587761ce1806dc20a8 authored about 2 years ago
DOC: Remove "current" from byte-order note and expand it slightly (#22521)

We don't preserve non-native byte-order and we have no wish to do so.
(If someone disagrees, th...

d2d6c39d73713cb922cec4b0f37db64d985b83a0 authored about 2 years ago
Merge pull request #22531 from charris/update-setup-python

BLD, CI: Update setup-python

77728885a04a3178909111e7ce3f96a544b2796c authored about 2 years ago
BLD, CI: Update setup-python

The `setup-python@v3` function uses a deprecated command, so try
using `setup-python@v4` instead.

72a6f73af24dd5036961cab106962297d61ea1ba authored about 2 years ago
Merge pull request #22524 from EwoutH/cibuildwheel-2.11.2

MAINT, BLD: Wheel CI: Update cibuildwheel to 2.11.2

371f85e9a8749a0f0bf5e1906fed6db200317d9d authored about 2 years ago
MAINT: Update cibuildwheel from 2.9.0 to 2.11.2

Main new feature is that is that cibuildwheel now uses the stable Python 3.11.0 release for buil...

a58ffa41a61b4ca06427435479c918ea7dc5550e authored about 2 years ago
MAINT: Ensure raw dlpack deleter works when called without the GIL (#22510)

* Ensure raw dlpack deleter works when called without the GIL

* PR comments

28e9227565b22d2309825b58cb8fa8a45af011d9 authored about 2 years ago
Merge pull request #22498 from story645/readme

REL: readme in PyPI plus test

b53ea930592183a44e29e74ad19d1420e741eba3 authored about 2 years ago
removing docstring

6c2fa300b91a77d105818ec099aa8e00141f0b91 authored about 2 years ago
Merge pull request #22504 from blackary/patch-1

DOC: Add code-formatting on install instructions

c3a64134cd55bd6ed4689d601d5502c7cc0efbab authored about 2 years ago
Switch to code block

1a5df2cdb737f1c296aab4f3f68d2d77948f59f2 authored about 2 years ago
Merge pull request #22503 from DWesl/patch-1

CI: Only fetch in actions/checkout

b83076da29cd67c796dfd99b4ebb1b8c934bb039 authored about 2 years ago
DOC: added example in char (#22500)

Add examples to char module docstring showing use-cases for a couple of the
functions in the pa...

f569129ff09c947f2c6d83c75cde353a38e27f64 authored about 2 years ago
Merge pull request #22505 from nathanrooy/patch-1

DOC: fixed minor typo in f2py docs

0044e2bf844156b7fd7248d7934de5c21302c5be authored about 2 years ago
Update index.rst

4f78b7dff48fa1317ef601a42f7860f80fd9c076 authored about 2 years ago
Add code-formatting on install instructions

The docs seem to be collapsing `--` into `-`, leading the live [page](https://numpy.org/devdocs/...

a4d95e6462da1ae4d91084c7d5d75883b1911a87 authored about 2 years ago
CI: Only fetch in actions/checkout

I had the workflow fetch the repository in two steps earlier. That was failing after the switch...

88c69b8acafd5531c709cb773c2b7d834b16c4ea authored about 2 years ago
Merge pull request #22478 from seberg/integer-scalar-warnings

BUG: -unsigned_int(0) no overflow warning

53beb7b0244425111196085a1342c0787b451e76 authored about 2 years ago
Update doc/neps/nep-0050-scalar-promotion.rst

Co-authored-by: Matti Picus <[email protected]>

27d876ffaa179cf38b7d20b8f245a9e637bd0de8 authored about 2 years ago
REL: readme in pypy plus test

ce57eeab6cffb62c1239e2f80a1817a164868dcb authored about 2 years ago
Merge pull request #22481 from sashashura/patch-4

GitHub Workflows security hardening

04ddeb3e159a0f075f4d5e9d113b6cfa61d55fdb authored about 2 years ago
Merge pull request #22496 from RazerM/license-expression

Use SPDX license expression in project metadata

0380f1cfd36786bcb4832b93524d1a4dc131f84c authored about 2 years ago
MAINT: remove redundant open() modes and io.open() alias

080cf82ebc5858ec47eff0d49bdf48b74f955274 authored about 2 years ago
MAINT: Use SPDX license expression in project metadata

033503c008c263ff5215d588f7c82c5cf24c1a4f authored about 2 years ago
Merge pull request #22485 from seberg/issue-21169

TST: Make test_partial_iteration_cleanup robust but require leak checker

68b1e1467734042f7ccd575276823c5dc5e03ef1 authored about 2 years ago
Merge pull request #22483 from mwtoews/maint-subprocess

MAINT: change subprocess arguments from Python>=3.7

a8ebbd5fdb9df3d1d2885b24e783757d747dec8e authored about 2 years ago
Merge pull request #22491 from charris/fix-cygwin-build-on-branches

TST: Make cygwin build run for branches.

a10b20760610be8e820f695f9889060af1a640b9 authored about 2 years ago
NEP: Make NEP 51 to propose changing the scalar representation (#22261)

* NEP: Initial draft for a NEP to change NumPy scalar representation

* NEP: Propose to use ``...

0694704aa3f0cba1f072999acb7a7964437049dd authored about 2 years ago
TST: Make cygwin build run for branches.

The cygwin build test currently only runs for PRs and merges to main.
Make it also run on mainte...

fd105ac0ea6d4d09bdd6a44348c58981741e3a75 authored about 2 years ago
Merge pull request #22488 from DWesl/cygwin-install-action

MAINT, CI: Switch to cygwin/cygwin-install-action@v2

488f2b28feeb5f2e46883f14b9bd506c6581f542 authored about 2 years ago
Merge pull request #22487 from seberg/setup-fixup

TST,MAINT: Replace most setup with setup_method (also teardown)

7596d43810857d284b2417fc9e63d46b5dab03d7 authored about 2 years ago
STY: Make linter happy

Not new things, but in touched lines...

5292238c026780d7f31a951ab76ab9cbc1506780 authored about 2 years ago
CI: Switch to cygwin/cygwin-install-action@v2

egor-tensin/setup-cygwin@v3 was crashing; let's see if this works.

5db99ed7c0a0ea5330e9953f50baedc65c4cb29a authored about 2 years ago
MAINT: Adopt changes from Stuart's review

Co-authored-by: stuartarchibald <[email protected]>

c973fc90c65e6864444677b4d8e0f70060a17da3 authored about 2 years ago