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

Remove unused portion per request

d51785c68ef7a91c16b4a762ac54b0322977f1b2 authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
DOC: Fix small grammar slip (#22180)

8a0859835d3e6002858b9ffd9a232b059cf9ea6c authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
docs: Fix small grammar slip

e070aeae713a73439d82a103fea558f5ef8dd628 authored over 2 years ago by Martin Zacho <[email protected]>
TST: Implemented an unused test for np.random.randint

In numpy/random/tests/test_random.py, a class called TestSingleEltArrayInput had a method called...

1647f467a7fcb000ffeff0f2fd4b30f23a32d882 authored over 2 years ago by Matteo Raso <[email protected]>
BUG: Made the error and warning messages for numpy.random.multivariate_normal more descriptive (closes #22140)

Issue #22140 says that numpy.random.multivariate_normal incorrectly warns that a non-symmetric p...

7a3066c39002404e5c0b7ff316317604ef3f603b authored over 2 years ago by Matteo Raso <[email protected]>
Merge pull request #22169 from mattip/universal2-python

MAINT: fix defines for universal2 python builds of NumPy

50a74fb65fc752e77a2f9e9e2b7227629c2ba953 authored over 2 years ago by Ralf Gommers <[email protected]>
MAINT: fix defines for universal2 python builds of NumPy

800c9333b2c29c59cb85a91ebba43e644c721c83 authored over 2 years ago by mattip <[email protected]>
ENH: Remove AVX related functions from non x86 based builds

Apple silicon builds of NumPy have extra functions in them for AVX2/AVX512. The changes here re...

28c8e9224f887a56936cf5f18423b426704334c2 authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
ENH: Improve tanh for architectures without efficient gather/scatter instructions

NumPy implements tanh with a lookup table that isn't setup well for Apple silicon. Transposing ...

6bddc28787fab819c31480da7c309ee0d18496b6 authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
Merge pull request #22090 from mattip/simplify-npymath

MAINT: Simplify npymath

d8c09c50ef2e90f0db7395e70d2d8fa11921abc5 authored over 2 years ago by Ralf Gommers <[email protected]>
PERF: Eliminate slow check for pypy during numpy import (#22163)

This PR replaces the import of platform and a call to platform.python_implementation() with a ch...

acdd0e3ffff0db9f45951c6b51887937ca31935e authored over 2 years ago by Pieter Eendebak <[email protected]>
TASK: rename macros (from review)

25629dd1e1c08d6846e51d39bc265724a7c5ab82 authored over 2 years ago by mattip <[email protected]>
Merge pull request #22154 from rgommers/warning-pin-setuptools

DOC: add more prominent warnings to pin setuptools

8d45b9b33c9957c816cde9f630c5f418224ac5d6 authored over 2 years ago by Matti Picus <[email protected]>
DOC: add more prominent warnings to pin setuptools

[skip github]
[skip azp]

ad4d29254f80c4a6942b1dd22b50ad37b8a3386d authored over 2 years ago by Ralf Gommers <[email protected]>
BUILD: convert HAVE_ macros to BLOCK_, cleanup

d1cbf3fe0316b1a97d9c3c8806b31fd7f90ab2e4 authored over 2 years ago by mattip <[email protected]>
strtoull and strtoll are mandatory

759e0cdbc2642211ad2f0adce3ef247428a1e3b3 authored over 2 years ago by mattip <[email protected]>
frexp is now mandatory

37b2cf17cbf50122283f9737e4419a79fb32d6fb authored over 2 years ago by mattip <[email protected]>
copysign is mandatory, no HAVE_COPYSIGN is defined

b0878cff37cebe4471c3b5d1d0b3f72020b2cb44 authored over 2 years ago by mattip <[email protected]>
rearrange badly placed header includes

ee2103b53474d1aa65e5cf51795263e98c901e6c authored over 2 years ago by mattip <[email protected]>
move hypot to optional for windows, fix pow and log2

Signed-off-by: mattip <[email protected]>

c304f6f2e9f8d319fe5aaa65d03292b5a8879068 authored over 2 years ago by mattip <[email protected]>
nextafter is mandatory

704ca94f75246439c6b6575d654c96f5405b49d9 authored over 2 years ago by mattip <[email protected]>
make optional C99 double routines mandatory

9e481adde718e758cd6b9314d43ee6e6d88967c9 authored over 2 years ago by mattip <[email protected]>
restore HAVE_POWL for macOS blocklisting

Signed-off-by: mattip <[email protected]>

16a64051c1d71579527dbfa70f3600eaf9cc6448 authored over 2 years ago by mattip <[email protected]>
remove duplicate C99 functions, ensure optional variant HAVE_ macros are generated

b6d52fc2b0611207ae5d554de09d7d6305a8b22b authored over 2 years ago by mattip <[email protected]>
remove ifndef alterantives for mandatory functions

aceba280d9484e5f7e66967bbf7c047aa6ded3fe authored over 2 years ago by Matti Picus <[email protected]>
remove obsolete support for Solaris

f33e5790ee7fa338208749a052f129ff73e12404 authored over 2 years ago by mattip <[email protected]>
restore HAVE_LOG2 for cygwin blocklistingw

c35cb18f3e20c3b072adfc2f1bed86e6ca89d172 authored over 2 years ago by mattip <[email protected]>
rearrange headers to make npy_config.h only about config

e9e8cee18ad6aa0b500a0188e239f260b71dfb78 authored over 2 years ago by mattip <[email protected]>
restore atan2 implementation, clean up c99 mandatory functions

2c4cc10b8076f00419a2f7bd3042b2400fd73e6f authored over 2 years ago by mattip <[email protected]>
DEP: drop older cygwin compatibility shims (#22159)

[ci skip]

a36783e02704d030f73674c3ed60a3dd6b0647e1 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl

ENH: Use `threadpoolctl` in `show_runtime` (a new function)

185c4f205c51049a2a21e406e205e4135fab5273 authored over 2 years ago by Matti Picus <[email protected]>
DOC: Fixed links for np.show_runtime (#21468)

3d2fe4ec796be6ae63c482e4c4f74e3c7867ff1d authored over 2 years ago by Ganesh Kathiresan <[email protected]>
DEP: drop support for msvc<=1900 and Interix (#22139)

[ci skip]

Co-authored-by: h-vetinari <[email protected]>

17d730ae32f5f60c9c2ca75d202b4e866debd686 authored over 2 years ago by Matti Picus <[email protected]>
DOC: Added `show_runtime` to Utility

c806a0ad789908d80bdd12ffdc4f63472bb19a88 authored over 2 years ago by ganesh-k13 <[email protected]>
DOC: Added `np.show_runtime` (#21468)

706c922ff278a6197f47ba678e8cc6128028d5ab authored over 2 years ago by ganesh-k13 <[email protected]>
TST: Added show_runtime to test_public_api

5a2a84a19a125bcc1bc72598ac81938dff790dcb authored over 2 years ago by ganesh-k13 <[email protected]>
ENH: Added `show_runtime`

1. Information is derived with the help of `threadpoolctl` library.
2. In case `threadpoolctl` i...

fe6369961f4ff136161b0dac2ae2ec620dbce5fb authored over 2 years ago by ganesh-k13 <[email protected]>
Merge pull request #22150 from seiko2plus/issue_21920

CI: Test NumPy build against old versions of GCC(6, 7, 8)

555c07f71d779d59a0ea097f811442a6c1bb405c authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22117 from melissawm/user-guide-outline

DOC: Reorganize user guide outline

f04f803597157bfdffe4f44f0283a256bf5054f6 authored over 2 years ago by Ralf Gommers <[email protected]>
BLD: use macos-11 image on azure, macos-1015 is deprecated (#22043)

[ci skip]

831c04a223f837a3eaaa4fdc2514f4a98c258854 authored over 2 years ago by Matti Picus <[email protected]>
DOC: add notes on GCC 6.5 being the minimum supported GCC version.

Given that GCC 6 is mainly kept for Ubuntu LTS and that has 6.5
when you install gcc-6 with `apt...

c56afe796999ee7b3e2c1d4d7cf2e52192794d8b authored over 2 years ago by Ralf Gommers <[email protected]>
Merge pull request #22149 from WarrenWeckesser/doc-partition

DOC: Copy-edit the 'partition' docstring.

58ee8a8bde14a84fa261ae329c3f99d953644f2c authored over 2 years ago by Charles Harris <[email protected]>
BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilers

ab5bd90f7d232df5d5d2caf803c9d25de653056d authored over 2 years ago by Sayed Adel <[email protected]>
CI: Test NumPy build against old versions of GCC(6, 7, 8)

2ad82de616ad1cb45fb82574d93ccc617b4038f6 authored over 2 years ago by Sayed Adel <[email protected]>
BUG: Support using libunwind for backtrack

Some system (e.g. musl) do not have "execinfo.h", and the backtracking
is provided by libunwind....

1d4cb4ba641e7b3662f7cd498865a2ceea62ec47 authored over 2 years ago by Rin Cat (鈴猫) <[email protected]>
Merge pull request #22122 from rkern/doc/sequence-of-seeds

DOC: Explain how to use sequences of integers as seeds.

75ae7be9fc053c8b8c2187b7ca170183da370ba2 authored over 2 years ago by Charles Harris <[email protected]>
DOC: More copy-editing of 'partition' docstring.

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

2d1984adaa504c06214599f1bbe86be5589ae7e1 authored over 2 years ago by warren <[email protected]>
DOC: Copy-edit the 'partition' docstring.

Closes gh-7958.

5ae64753122ee06dc19656c33b8da2e20b6eba13 authored over 2 years ago by warren <[email protected]>
Merge pull request #22142 from charris/add-python310-to-classifiers

MAINT: Update setup.py for Python 3.11.

e8c45599c3272b7c9e32bb1444001fd0a6a83fcb authored over 2 years ago by Ralf Gommers <[email protected]>
Fix linalg.tensorsolve docstring

9b4e12e196146f8e73af86cdf38d16a072d968c0 authored over 2 years ago by Yin Li <[email protected]>
Merge pull request #21879 from tupui/skip_azp_circle

CI: skip azp and circleCI logic

0ca460da16787e3613d20c6cb46236a0b5bd3bbf authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22143 from charris/update-release-walkthrough

MAINT: Update the RELEASE_WALKTHROUGH file.

18416ae0d9f0a605505cc6eb3dafdb6afc4df4c4 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22144 from gregsadetsky/patch-1

3255a9e0d991eef4ac284c95b12f5ec397e8bd9f authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
DOC: Add missing word

3ac8bf5ca9e9652a0497229f7611c997acb5b1db authored over 2 years ago by Greg Sadetsky <[email protected]>
DOC: update skip section and fix formatting.

[skip ci]

b3f01f14506322a4a0984042e5957efc3e1e119c authored over 2 years ago by Pamphile Roy <[email protected]>
MAINT: Update the RELEASE_WALKTHROUGH file.

cafaa2537c1c6da2b65b8faa3433a0a5e378cfc4 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: Update setup.py for Python 3.11.

f06a315c965898fc8c6de144e279a161e8175a36 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22116 from melissawm/add-sphinx-design

MAINT,DOC: Remove sphinx-panels in favor of sphinx-design

b6a3e837785eac58a2f68e126f4db7895ca047b3 authored over 2 years ago by Matti Picus <[email protected]>
DOC: Fix intersphinx inventory names

Since Sphinx 5.0.0, some intersphinx links need explicit inventory names or they won't be resolv...

9de446ab53b09fd06d2796b63cec6a8155189fe5 authored over 2 years ago by melissawm <[email protected]>
Merge pull request #22130 from charris/post-1.23.2-release-update

MAINT: Update main after 1.23.2 release.

c2ddceb01a28243db684b537e518c022e76e4d7a authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22132 from bashtage/bit-gen-pickle-rel-note

DOC: Add a release note for bit generator reduce changes

f20cab0127fd4bc05aa85aca65c989052e5a9479 authored over 2 years ago by Matti Picus <[email protected]>
DOC: Add a release note for bit generator reduce changes

Add a release note highlighting that Generators now support
pickling and unpickling using third ...

f14d5c8e02bae5633588fd688c2b4a7e9527eeb8 authored over 2 years ago by Kevin Sheppard <[email protected]>
Merge pull request #22124 from zheddie/supportos400

DEV: supporting IBM i system

0b90540d2086efb90b29af1faf2cbf6387b8ed59 authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #22127 from charris/build-aarch64-311-wheels

BLD: Add Python 3.11 wheels to aarch64 build

f84adefb0ad759801ae75014882f9b11882f1fbb authored over 2 years ago by Matti Picus <[email protected]>
REL: Update main after 1.23.2 release.

49b92ee5dd2fcd25ee36bca5e858d9b97d6efa4e authored over 2 years ago by Charles Harris <[email protected]>
BLD: Add Python 3.11 wheels to aarch64 build

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

fe3893f22383ccd08440bc22477fd0b9e76fedbe authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22118 from melissawm/docs-percentile

DOC: Fix documentation for percentile and quantile

4512a30f80b79576b0393659d369d7321bdbd361 authored over 2 years ago by Matti Picus <[email protected]>
DEV: supporting IBM i system

505cff914de69205daec2dc4e60a3017a0534b4b authored over 2 years ago by GavinZhang <[email protected]>
Merge pull request #22120 from rkern/doc/seed-sequence-spawn-key

DOC: Explain spawn_key a little more.

a264bac28c2cf37ab49f0e9cb01f9a9db863731d authored over 2 years ago by Charles Harris <[email protected]>
DOC: Explain how to use sequences of integers as seeds.

3e0bd19ff6c7a5bb5e033229b91760b23ea27369 authored over 2 years ago by Robert Kern <[email protected]>
DOC: Explain spawn_key a little more.

bd97d7aefef7cb06ebda1014b1ab1c60c58ad224 authored over 2 years ago by Robert Kern <[email protected]>
DOC: Fix documentation for percentile and quantile

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

a52aae6793fbcea04148ca41456a3fe24b26efee authored over 2 years ago by melissawm <[email protected]>
Merge pull request #21152 from PrecisionWordcraft/howto-bug

29b99f544a551d3590910bf8f398686336515ce4 authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
DOC: Reorganize user guide outline

31e15215c84df6975a32ef74ddc2131b43c0da7c authored over 2 years ago by melissawm <[email protected]>
DOC: Note about virtualenv

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

39f9840b563ec173d37084914555cd0afa30b0b6 authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
MAINT,DOC: Remove sphinx-panels in favor of sphinx-design

3b5ee21eae3d1456e6da0f3dff1df128e9895847 authored over 2 years ago by melissawm <[email protected]>
Merge pull request #22102 from charris/add-python-311-wheels

BLD: Try building python3.11 wheels.

4ee7b891ee9c3e5d0a805471eb03fb09f5cd65df authored over 2 years ago by Charles Harris <[email protected]>
BLD, WIP: Try building python3.11 wheels.

f7ea43f4df664a94f169bf40561cd943d4b9976a authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22112 from pijyoi/svd-hermitian-redundant-reorder

MAINT: remove redundant reversal of eigenvalues order in svd path

34abd9b7cbdcda9a5d57a46640fe93d8020742ca authored over 2 years ago by Sebastian Berg <[email protected]>
remove redundant reversal of eigenvalues order

be29802e9b6027c5959149b5357f8969effc3bef authored over 2 years ago by KIU Shueng Chuan <[email protected]>
Merge pull request #22111 from Developer-Ecosystem-Engineering/improve_tobits_pack_apple_silicon

BUG: Missed a case in the diff merge for #22110

27c8fd276ee209e83bcabe9576749f49c78f3d64 authored over 2 years ago by Charles Harris <[email protected]>
Missed a case

eb2e09ff961559d0044dc9a90b82e35147b30f94 authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
Merge pull request #22110 from Developer-Ecosystem-Engineering/improve_tobits_pack_apple_silicon

BUG: Address failures in aarch64 gcc builds due to #22096

668c9953821e5ca396c3eba23a6b411e2ee08bb5 authored over 2 years ago by Charles Harris <[email protected]>
Address failures in gcc

ae8bf91a74a5db0cd883c9ad003104d07430e5cf authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
Merge pull request #21976 from bashtage/enable-hot-swap

ENH: Add the capability to swap the singleton bit generator

0d87f32d74100bec18efc14c65f99d9f5a1ce37a authored over 2 years ago by Charles Harris <[email protected]>
TYP: Import into random module

cf3ca1587bcadfb0747b7ec31c3e0fdc988ef1e8 authored over 2 years ago by Kevin Sheppard <[email protected]>
DOC: Correct doc errors

Fix typos and wrap length

962535f7cbf3265e4f11a339b682dd3c7d312424 authored over 2 years ago by Kevin Sheppard <[email protected]>
MAINT: Update typing information

4b8cd57bedd1b10fd4cebb2eaaff2acead71b70c authored over 2 years ago by Kevin Sheppard <[email protected]>
Update doc/release/upcoming_changes/21976.new_feature.rst

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

69530cf09c571023ff523034ef435386a907ca01 authored over 2 years ago by Kevin Sheppard <[email protected]>
ENH: Add the capability to swap the singleton bit generator

Add a new version or seed that supports seeding any bit gen
Add set/get_bit_generator as explici...

dd79030184e7aaa072c12d9182d79b3d9eb74757 authored over 2 years ago by Kevin Sheppard <[email protected]>
BUG: fix np.average for Fraction elements

25d5e385ec537f911702f905ca050815e320865a authored over 2 years ago by Pieter Eendebak <[email protected]>
Merge pull request #22105 from palbarta/lerp_symmetric_test_issue_22073

TST: fix test_linear_interpolation_formula_symmetric

86a368f53ba15a610be4c6cb3a173446aef3aa80 authored over 2 years ago by Matti Picus <[email protected]>
TST: fix test_linear_interpolation_formula_symmetric

The lerp test compared the output of the original and the symmetric
functions by using basic ass...

002df0e20f109dd001053f42bdc9a90632f536ff authored over 2 years ago by Pal Barta <[email protected]>
Merge pull request #22099 from gpshead/gh9968-test-cleanup

TST: Remove workaround for gh-9968 from `test_scalar_methods.test_roundtrip`

a642e1f0437571be82966069484dd359732c852b authored over 2 years ago by Charles Harris <[email protected]>
Remove workaround for gh-9968 from test_roundtrip.

https://github.com/numpy/numpy/issues/9968 was fixed. workaround no
longer appropriate.

Also in...

79410aab355573b9765434126a0e74162e995776 authored over 2 years ago by Gregory P. Smith [Google LLC] <[email protected]>
Merge pull request #22083 from Flamefire/tmp

BUG: Fix skip condition for test_loss_of_precision[complex256]

74a042a2e52228bd571b2ff924f121255d65423b authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22081 from eendebakpt/performance/import_pep440

PERF: Remove numpy.compat._pep440 from default imports

0327e51391b5f1adf7e24dcbbf4b220980d3d600 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #22096 from Developer-Ecosystem-Engineering/improve_tobits_pack_apple_silicon

PERF: Improve intrinsics for tobits and pack on Apple silicon

dee1841de1fb9937e0b9758d5f0b0e65e1471954 authored over 2 years ago by Charles Harris <[email protected]>
PERF: Improve intrinsics for tobits and pack on Apple silicon

Improvements:
- up to 1.25x faster on pack_bits()
- up to 1.63x faster for comparison loops

App...

eeba168c30dcb0a79906f293e85305150d965810 authored over 2 years ago by Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>
Merge pull request #21965 from ZicsX/issue-template-priority-update

Added priority in bug-report issue-template

c652fcbd9c7d651780ea56f078c8609932822cf7 authored over 2 years ago by Matti Picus <[email protected]>