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 #22324 from bsipocz/deprecate-module

MAINT: update function's __module__ attribute in deprecate

54f9b4aba9f2b98b59a32eb0d003c6ea6dd8f4c8 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: update function's `__module__` attribute in `deprecate`

Currently the location of the function definition is always reported
to be `numpy.lib.utils`; th...

7e9f225ce23fd6df6893020f54b1b5daf883f9b9 authored over 2 years ago by Josh Wilson <[email protected]>
MAINT: use `functools.wraps` in `np.deprecate`

052db426f5139936e578f9ccba31a2d6f98bc2fd authored over 2 years ago by Josh Wilson <[email protected]>
Merge pull request #22321 from WarrenWeckesser/fix-typo

MAINT: core: Fix a typo in a datetime error message.

852f797006aab17d9af9d5f66c9dc2b7afe507d4 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: core: Fix a typo in a datetime error message.

d0d3dcea9d556cfab9149dc97e7d7bda64f8fadc authored over 2 years ago by warren <[email protected]>
ENH: Allow creating structured void scalars by passing dtype

Adds an optional `dtype=` kwarg to `np.void`. If given (and not None),
this kwarg effectively t...

519ce63b8ef9e3af0688936b3b822a8cbcc123f7 authored over 2 years ago by Sebastian Berg <[email protected]>
TST: add functional tests for kron

0815a8c8a31d0d16e3011db8f72cfdc750161c76 authored over 2 years ago by Shreyas Joshi <[email protected]>
Merge pull request #22256 from WillAyd/multi-index-iter-example

DOC: Add C API Documentation for NPY_ITER_MULTI_INDEX

2524a53ba30c1207770a27a513eb18a33837a145 authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Add C API documentation for NPY_ITER_MULTI_INDEX

2e58fd3a70626b91f76d92e671e1d1604ec9e057 authored over 2 years ago by Will Ayd <[email protected]>
Merge pull request #22314 from charris/fix-travis-log-length-2

MAINT: Shorten wheel test output on travis builds

c3598cf90d6829e4b2aeef19a71dd70222cdd01c authored over 2 years ago by Charles Harris <[email protected]>
MAINT, TST: Shorten wheel test output on travis builds

Travis has a limit on log length that is causing test failures, so
decrease the verbosity of the...

4e65ce8c2ce7ffe2e1e7468df1ccd08d6c49cc1d authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22312 from charris/fix-travis-log-length

MAINT, TST: Shorten test output on travis builds

1272086451305b52c7b445e85c8e4e1ff458ef0e authored over 2 years ago by Charles Harris <[email protected]>
MAINT, TST: Shorten test output on travis builds

Travis has a limit on log length that is causing test failures, so
decrease the verbosity of the...

ab35f4af64ba261d4521a4c263e881539d4cdb38 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Add examples for isdigit and str_len (#22291)

Co-authored-by: Sebastian Berg <[email protected]>

65eb581a3bd4b5e0ee390606e20dc4b6f8597b34 authored over 2 years ago by Digya053 <[email protected]>
Merge pull request #22259 from ganesh-k13/doc_21506_div_overflow

DOC: Better report integer division overflow (#21506)

293dc0e242be473216fcceec421d7aceba4e285e authored over 2 years ago by Charles Harris <[email protected]>
DOC: Add `isupper` examples (#22285)

* added examples for isupper

* fixed examples for isupper

* Update numpy/core/defchararray...

91d1c1ebd26d3269c45051d61bf24efb8db0678e authored over 2 years ago by Sarah Coffland <[email protected]>
DOC: Correct usage example for np.char.decode docstring (#22309)

The docstring was previously a copy-paste error from `encode` rather than `decode`.

becf417a55bbfc985a350cfb673b26e248af4542 authored over 2 years ago by Brent Tan <[email protected]>
DOC: Add examples for join and index (#22299)

Add examples for join and index for issue #22267

* DOC: add join, index examples

* DOC: up...

7f43baa7b24ec36b65426428209901c7599c41ef authored over 2 years ago by Yunika Bajracharya <[email protected]>
DOC: add examples to np.char.multiply (#22294)

resolves #22267 partially by adding examples to np.char.multiply

* DOC: add examples to np.ch...

0b7b940ecb436427289093b3becb51f935eb05df authored over 2 years ago by Eric-Shang <[email protected]>
DOC: Update for return value of np.ptp() (#22276)

* Update documentation for return value of np.ptp()

* Update integer value to scalar to accom...

b4d24a5ca83ddfa4d10af4018a17d5db71df340f authored over 2 years ago by Digya053 <[email protected]>
SIMD: Add new intrinsics to check true cross all vector lanes

npyv_any_##SFX: returns true if any of the elements is not equal to zero
npyv_all_##SFX: ret...

6ef4c8bc1459f5d4f548ed87715651c6bc75fc49 authored over 2 years ago by Sayed Adel <[email protected]>
Merge pull request #22295 from tahsinsoha/isupper

DOC: Added an example for isupper() function

bcb7962166ac8383ed844abc07cb8035feae0fed authored over 2 years ago by Charles Harris <[email protected]>
MAIN: `import numpy as np` is not needed

f6f98a3b0fb0db243449462e76355b523a443088 authored over 2 years ago by Charles Harris <[email protected]>
Update numpy/core/defchararray.py

Co-authored-by: Brigitta Sipőcz <[email protected]>

327dcbfa1c20668fc4b8fec1b3ed4d5e58fe3bbe authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22263 from MatteoRaso/finfo_complex

DOC: Clarified how finfo works with complex numbers (#22260)

d6586b97a3b5d23832e729b098de0fa023246e9c authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22272 from Begasus/Haiku

MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__

49cd617cc96c92ea37a36fc2318b28423d880b92 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22296 from clearspear/memleak_nestediters

BUG: Memory leaks in numpy.nested_iters

05f64596758ba7843678294d66788e03d5f75906 authored over 2 years ago by Tyler Reddy <[email protected]>
Merge pull request #22279 from shreya-singh-tech/shreya

DOC: Add example to msort docstring

a44c838fad63c532d560a96b95c20f9a362131a8 authored over 2 years ago by Charles Harris <[email protected]>
ENH, SIMD: Implement new universal intrinsic for max/min operations

max/min that reverse IEC 60559's NaN beahvior(propagates NaNs) for float data types
npyv_m...

a64320839f2dc9988c9fbf043f62a5212bba33d4 authored over 2 years ago by Sayed Adel <[email protected]>
MAINT, SIMD: remove local implementation of max/min reduce intrinsics

a2697cac9adbeb2e9218543eed41c185182faf2a authored over 2 years ago by Sayed Adel <[email protected]>
Merge pull request #22298 from swagatip/swagatip

DOC: add example for ma.unique function

d71275f6ad9d8bfa2fa991523f872aa5ad98e584 authored over 2 years ago by Charles Harris <[email protected]>
BUG: Import ``numpy.ma`` at beginning of examples.

b7c2f078fa7dc31b91afa683d711a72c1d6af207 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22304 from bsipocz/DOC_default_rng_cleanup_rebase_18966

DOC: default_rng cleanup

74980dc65755eebbc99f097308b3fd5a44dee0e3 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Update notes with API link

368d47f9a3279f83ca2ed0c21a5fc3409425797e authored over 2 years ago by Brigitta Sipőcz <[email protected]>
DOC: clarify docs that inform that one should use a Generator

839ec3885b8e36cee1136b948fc92b06c1f544f9 authored over 2 years ago by Monika Kubek <[email protected]>
STY: minor formatting touchups.

1cefcb90d376446de7bd7da30e90738b3cbd47d1 authored over 2 years ago by Ross Barnowski <[email protected]>
DOC: Change in the documentation for chebpts2 method

f454a92417950106168f66a73b5b406478bf0d91 authored over 2 years ago by Shashank Gupta <[email protected]>
Added an example for isupper() function

4963402f922e3eea347d6165ec0fe7b386663704 authored over 2 years ago by Sabiha Tahsin Soha <[email protected]>
DOC: add example for ma.unique function

1d556d97b20d9a6e1d6fa4dbfd6672e4b2bedeff authored over 2 years ago by swagatip <[email protected]>
Merge pull request #22282 from Yunika-Bajracharya/issue#22267

c078843fd210cbd1ca61785f6bf405044131dbe4 authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
Adding missing Py_DECREF call on iter

b78adc818b06952403bf6e0d36ee28227a5d0cb6 authored over 2 years ago by Sicheng Zeng <[email protected]>
DOC: Add example for find

5ebf7f97c045b1356959111014859400c45a35b3 authored over 2 years ago by Yunika Bajracharya <[email protected]>
DOC: Add examples to msort in lib/function_base.py

b99935e362e1fb52a4d12e678cb509c45b666cfb authored over 2 years ago by Shreya <[email protected]>
Added example to np.prod

b034f6dc33ebfef2e389a7b011c7b7920cc44f68 authored over 2 years ago by Sanjana M Moodbagil <[email protected]>
DOC: updated the description for array-like type in histogramdd

426741722874395d6bb46c562a0651954a008a0d authored over 2 years ago by XinRu Lin <[email protected]>
MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__

159abdfd14f2f308b31342dd8e202580926c3191 authored over 2 years ago by begasus <[email protected]>
DOC: Clarified how finfo works with complex numbers (#22260)

There was some confusion about how finfo works with complex numbers,
leading to an issue being m...

e792e6c58241b6e1576c3002a076b96e9f8ff21e authored over 2 years ago by Matteo Raso <[email protected]>
DOC: Better report integer division overflow (#21506)

3a2d0093faaeda8ae686cbef9e3a34795e9a0f16 authored over 2 years ago by ganesh-k13 <[email protected]>
Merge pull request #22240 from sterrettm2/SVML

ENH: Use SVML for fp32 and fp64 power and arctan2

5f94eb858f3e181eccfda2c26db9f0b9167a8156 authored over 2 years ago by Matti Picus <[email protected]>
TST: Move new `asarray` test to a more appropriate place. (#22251)

As noted at #21995 (comment), the new test from #21995 was placed in a directory intended for th...

4d4fca0cef2e5594a50c1d10a9db6f21aaba0a58 authored over 2 years ago by M. Eric Irrgang <[email protected]>
Merge pull request #22253 from rossbar/fix-concatenate-error-msg

DOC: Update concatenate exception message.

688f48ac8448b367bb5c37fa231f667484a50eee authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Update concatenate exception message.

Add missing word to correct exception message when concatenate
axes don't match.

cca7f77299b0b158c4064a6448b56f75f81b16e8 authored over 2 years ago by Ross Barnowski <[email protected]>
Merge pull request #22239 from charris/post-1.23.3-release-update

MAINT: Update main after 1.23.3 release.

71155e9331cd30dbb37732a74fca5f23ab734aa4 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22245 from rgommers/doc-getinfo

MAINT: random: remove `get_info` from "extending with Cython" example

8dfe9e2138f902087e478a033739ff0ee0a7f7f6 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: random: remove `get_info` from "extending with Cython" example

xref gh-21431

8c0e2bc4746417269c9cca105c729a08a0349a7e authored over 2 years ago by Ralf Gommers <[email protected]>
Merge pull request #22242 from lazka/pcg64-missing-include

BLD: add back stdlib.h include in pcg64.h

151c18486ef04d97bedb7a1b9f88cea5b75ce816 authored over 2 years ago by Ralf Gommers <[email protected]>
BLD: add back stdlib.h include in pcg64.h

This seems to have been removed by accident in #21887
stdlib.h is required for _rotr64() further...

80c75e370b77296965ed571eb3bd30b316d2efd8 authored over 2 years ago by Christoph Reiter <[email protected]>
Fixed linter errors

6502e326b960b9b03b77eea1c0cd1651b0034b83 authored over 2 years ago by Matthew Sterrett <[email protected]>
TST: Adds some tests for power involving infinities

c85e17e3c91e46fec3beb4414c0a91017c6f3faf authored over 2 years ago by Matthew Sterrett <[email protected]>
BENCH: Adds benchmarks for arctan2 and power

4d4fc629750882e0bb0c592dd50f8c86c23f4011 authored over 2 years ago by Matthew Sterrett <[email protected]>
ENH: Added support for SVML vectorization of power and arctan2

01c0b76b353ab8451a61461ad213dc99fca5d3c3 authored over 2 years ago by Matthew Sterrett <[email protected]>
REL: Update main after 1.23.3 release.

88d0af7af4ef8b2087d2fe8b3e2575a73887501f authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecations

MAINT: Remove long deprecated functionality from np.ma

397b6e51b446647839f548529d06dc80bf0a4c53 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22236 from seberg/fixup--21995

BUG: Fix incorrect refcounting in new `asarray` path

b63d475ace5e003e95cbb4844869e7a3c12ab54a authored over 2 years ago by Ralf Gommers <[email protected]>
BUG: Fix incorrect refcounting in new `asarray` path

The new path to preserve dtypes provided by creating a view got the
reference counting wrong, be...

3da24bb449c312e51086734cf935c0c661e1f95f authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22235 from williamstein/patch-1

Remove incorrect comment about checking generated C files in

4a9b7145eb1a0731821eb8912c2474352cadc682 authored over 2 years ago by Matti Picus <[email protected]>
Remove incorrect comment about checking generated C files in

Evidently the decision was made at some point not to do what Dag suggests in the documentation o...

cd71690522e0063a39135fc4be4660db20349ee2 authored over 2 years ago by William Stein <[email protected]>
fix release note formatting

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

cf94f4f1ec8fd47e0e8a7c1e5c51d61ed38de8df authored over 2 years ago by Brigitta Sipőcz <[email protected]>
Merge pull request #21507 from ganesh-k13/bug_div_overflow

BUG: Better report integer division overflow

e9295bf998fa6a09af2e46d060469eeff2a365ea authored over 2 years ago by Sebastian Berg <[email protected]>
Adding release note

57a3a607cdba03cab1a215f00997b9d989846a7e authored over 2 years ago by Brigitta Sipőcz <[email protected]>
Merge pull request #22227 from mattip/fix-typo

DOC: fix up release note

c6aee221f876ad43de97db82f04ba00af7f758d5 authored over 2 years ago by Sebastian Berg <[email protected]>
Remove long deprecated functionality from np.ma

b9781cbf38c7839e68740eb5576a6d8d38e9b149 authored over 2 years ago by Brigitta Sipőcz <[email protected]>
DOC: fix up release note

a5d383d0a1de325194c8554ff3126accaf473d0e authored over 2 years ago by mattip <[email protected]>
Remove try statement. Add test.

4213779a4a1108f5908a51dd96ed468057f2c1f2 authored over 2 years ago by Chiara Marmo <[email protected]>
Merge pull request #21995 from eirrgang/mei-1468

BUG: Distinguish exact vs. equivalent dtype for C type aliases.

65c10c1cfecb2b3ebd0306ed1c63b103158f80d5 authored over 2 years ago by Matti Picus <[email protected]>
BUG: Fix the implementation of numpy.array_api.vecdot (#21928)

* Fix the implementation of numpy.array_api.vecdot

See https://data-apis.org/array-api/latest...

0e960b985843ff99db06f89eadaa9f387b5a65f8 authored over 2 years ago by Aaron Meurer <[email protected]>
Merge pull request #21981 from Saransh-cpp/test-for-TypeError

TST: ensure `np.equal.reduce` raises a `TypeError`

db550d57ee72e097b50d776cce108c64c80c181b authored over 2 years ago by Matti Picus <[email protected]>
TST,BUG: Us context from spawn to fork in (#22204)

Since Python 3.8, the default start method for multiprocessing has been changed from fork to spa...

5e9ec76a20062ec8bb7ee0c936be28c63837b6dd authored over 2 years ago by Jyn Spring 琴春 <[email protected]>
TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)

Closes #22185

The __class_getitem__ implementations would previously perform basic validation...

7a17d01977e5e6a9b7ef8f4c435235e711bc97be authored over 2 years ago by Bas van Beek <[email protected]>
Merge pull request #22193 from iantra/main

BUG: change overloads to play nice with pyright.

5bc59763e891ab367410085453c352198cb935d4 authored over 2 years ago by Bas van Beek <[email protected]>
Merge pull request #22210 from phofl/doc_fixt_typoes

DOC: Fix typos in cast warning release note

b64565024d06362b70c72f7597d82e5396843387 authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Fix typos in upcoming changes

469ff30e561aca83c7f01d9c4a6c1845f833aecf authored over 2 years ago by Patrick Hoefler <[email protected]>
Merge pull request #22171 from MatteoRaso/bug_fix

DOC: Note symmetry requirement in `multivariate_normal` error

35cfcacb40cda04ca9537162f83f95dd3db1bd9d authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)

* Fix typo disutils -> distutils

* Update doc/source/reference/distutils_status_migration.rst...

63bec252a76bb13d739de20ae9c4732bfa7c3129 authored over 2 years ago by Loïc Estève <[email protected]>
BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.

d35f772dbfa598868bb0a1155ee7bf8ca9183b59 authored over 2 years ago by iantra <[email protected]>
Merge pull request #22205 from milliams/fromfunction-doc-fix

DOC: Clarify that `like` is not passed to `function`

0003671d3db5a36c9a2d2994e350620ce72420cb authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Clarify that `like` is not passed to `function`

f9b2945a6c1233fbebaefb01a6ccf72e14c49d27 authored over 2 years ago by Matt Williams <[email protected]>
DOC: Take a stab at shortening the release note

235b75e939b8233f29a073175d93070fcfc5e8d1 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22009 from eendebakpt/fix/average

BUG: fix np.average for Fraction elements

2a6daf39cc4fd895ab803edf018907cb8044f821 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #22024 from serge-sans-paille/feature/heapsort-header

BUG: Expose string_heapsort algorithm in a shared header

005aa4314d6002d1331b7e77e7fe39b70e202a49 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22199 from charris/fix-circleci-different

MAINT: Unpin towncrier

0664ec70f7c10c97650bab9e1fbf1b9571e2ef13 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: Unpin towncrier

This sets ``single_file=false`` in pyproject.toml instead of pinning the
towncrier version.

[sk...

3c023bc7ed70cdebf02b824c6dd9219b60a3a477 authored over 2 years ago by Charles Harris <[email protected]>
Expose heapsort algorithms in a shared header

Fix #22011

7dc3ac32d300c4827bad6d1f497959a98ffd98c1 authored over 2 years ago by serge-sans-paille <[email protected]>
Merge pull request #22194 from charris/fix-circleci-failure

BUG: Fix circleci build

551a4a040308eeef6318a3bb6503da7288f6d6bc authored over 2 years ago by Charles Harris <[email protected]>
BUG: Fix circleci build

Pin towncrier to 21.9.0.

[skip azp]
[skip github]
[skip travis]

e8cba650d7b96c23492f319eee131a54f61e8b41 authored over 2 years ago by Charles Harris <[email protected]>
BUG: change overload order to play nice with pyright.

Pyright just chooses the first matching type whenever there is ambiguity in type resolution, whi...

a670bea06280a50458a08e2dd9f1512150e02526 authored over 2 years ago by iantra <[email protected]>
Merge pull request #22189 from rgommers/fix-f2py-pointer-mismatch

MAINT: fix an incorrect pointer type usage in f2py

b2fbc4349b3549bc41e17013209cba99bfed1658 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: fix an incorrect pointer type usage in f2py

This was giving many warnings like this one in the SciPy build:
```
scipy/special/_specfunmodule...

c465c2941d10a57fb4dd8cb07454f9a4085620af authored over 2 years ago by Ralf Gommers <[email protected]>
Merge pull request #22179 from MatteoRaso/randint_test

TST: Implemented an unused test for np.random.randint

917335c6f1277e44c998c8475173ba66b4d409b5 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22152 from RinCat/main

BUG: Support using libunwind for backtrack

8b9b349e06d7ccb3c180632c79167f077c592223 authored over 2 years ago by Ralf Gommers <[email protected]>