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 #21856 from bramton/main

DOC: Mention uniform in the np.random.Generator.random function.

c1fce11d73a56b1bf348b2f652fd6a110dde4100 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: Small fixups

5111b1ee832f861a44a7afb1cf19e10fffe5ce4a authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21887 from matthew-brett/mingw-random-compile

BLD: Allow GCC compile on mingw-w64-based systems

8b8ca096728916c5f07f8d7ce2de6df1816873a9 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21945 from melissawm/update-release-guide

MAINT, DOC: Update release guide

d3cb79922af428d4cf3244aa94025466459e31d8 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Add a note about security and NumPy to the documentation (#21927)

* DOC: Add a note about security and NumPy to the documentation

The main plan is to have some...

b8163197df10c72b47edebabffac8ac0f1aac132 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21960 from numpy/revert-16022-masked_ufunc

Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"

1ba51588d767559c3fa48ed405ebc2df3ea37874 authored over 2 years ago by Matti Picus <[email protected]>
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"

072ae770150a70e1821f71302b43cee4bba7055c authored over 2 years ago by Matti Picus <[email protected]>
BUG: Use `Popen` to silently invoke f77 -v

The output analyzed by this function unexpectedly ended up in stderr.

Closes #21942

05927a66a778a8a58ac794e0239d076acb30a6a3 authored over 2 years ago by Michael Osthege <[email protected]>
Merge pull request #21957 from BvB93/hash

TYP,ENH: Mark all unhashable classes as such

0e5770d7458f30ee745809a21ed47ae7d999be02 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #16022 from greglucas/masked_ufunc

ENH: Adding __array_ufunc__ capability to MaskedArrays

ab541f9c7b864713c744d513dc9895eaa34b9c6b authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21956 from charris/post-1.23.1-release-update

MAINT: Update main after 1.23.1 release.

934e41387fd3f34b2ab2f23a1b951d78b8b01788 authored over 2 years ago by Ralf Gommers <[email protected]>
TYP,ENH: Mark all unhashable classes as such

b56833ac19c4172501fd13c2e1e725acc127f058 authored over 2 years ago by Bas van Beek <[email protected]>
REL: Update main after 1.23.1 release.

670a9ecbcf8597a99c31db2f6a7e5160bff26a13 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Fix numbering in section title

Co-authored-by: Rohit Goswami <[email protected]>

fa9f6c176ead29418241914d7e6778fcb491632f authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
DOC: Address review comments

0232828ff2d0a690969819e3764f8175c33d41b2 authored over 2 years ago by melissawm <[email protected]>
Merge pull request #21890 from HaoZeke/fixSylcotRegression

BUG: Fix KeyError in crackfortran operator support

b89a1d219d493d62f0253b8f276b84cb61ed044a authored over 2 years ago by Charles Harris <[email protected]>
DOC: Addressing review comments

1aed3e44f30213b7ebaedff2a40023123c7552ae authored over 2 years ago by melissawm <[email protected]>
DOC: Double backticks in lagfit. (#21948)

Some of the values in the documentation of lagfit are in single-backticks,
though single backti...

bb9e79fa27037da4db161ff7d1907a29f7cc5714 authored over 2 years ago by Matthias Bussonnier <[email protected]>
Merge pull request #21248 from ax3l/doc-improve-array-interface-data

DOC: improve description of the `data` entry in `__array_interface__`

7cd7fc643ac3cc49dea43583ab4a8ecf8164b9cc authored over 2 years ago by Matti Picus <[email protected]>
DOC: Apply final wording suggestion.

Co-authored-by: Axel Huebl <[email protected]>.

14092a017a1703610916bb6af7107b6eddcf31f6 authored over 2 years ago by Ross Barnowski <[email protected]>
Links suddenly working

5376be2084eb93962d33df921775747e338ce521 authored over 2 years ago by Bram <[email protected]>
Merge pull request #21832 from eendebakpt/optimize_linspace

PERF: Micro optimize np.linspace

a9fadb2060810efead3f1fd7997b5666cdab3305 authored over 2 years ago by Matti Picus <[email protected]>
DOC: improve `ascontiguousarray()` and `asfortranarray()` examples (#21501)

Right now, example for ascontiguousarray() only demonstrates that the function is capable to cha...

b7add1b5215575536809a3d961134d31edd0d3d5 authored over 2 years ago by oleksiyskononenko <[email protected]>
Merge pull request #21946 from serge-sans-paille/fix/extern-c

BUG: Reorder extern "C" to only apply to function declarations in npy_math.h

c9b5893039759f08ad949a43f7ad8dbabb322b62 authored over 2 years ago by Charles Harris <[email protected]>
DOC: style fixes

Also adds how-to-verify-bug.rst to doctest skiplist in refguide_check.

Co-authored-by: Precisio...

ad610847f2d421f821fdc2d8e246768fa0a413bd authored over 2 years ago by melissawm <[email protected]>
Reorder extern "C" to only apply to function declarations in npy_math.h

That way incompatible included headers are not affected.

Fix #21802

527d51567b3278a6276fe9abc0385da568bf7ec6 authored over 2 years ago by serge-sans-paille <[email protected]>
DOC: How-to for verifying bug existence and fixes

Initial commit for replacement PR for 17851, which was closed
when the NumPy main branch was ren...

7bdb182d2c686b3a5fbbf54789c003ccbf5e1bdc authored over 2 years ago by PrecisionWordcraft <[email protected]>
DOC: How to verify your first numpy bug

a744c3fb5ee7a9c1b0286792fdf669e3e37333cb authored over 2 years ago by Al-Baraa El-Hag <[email protected]>
DOC: Apply suggestions from code review

Rebased on local, forced push, accepted all suggestions.

Co-authored-by: Rohit Goswami <r95g10@...

a73a73c1da6a7698cd19ea27c884031bf68c41e3 authored over 2 years ago by Precision Wordcraft LLC <[email protected]>
MAINT,DOC: Update release guide

1e25cb9b77d85dfe0f43a3d2df7daac4afc092fa authored over 2 years ago by melissawm <[email protected]>
Fixing formatting problem

d96c730d5ccdd3826f8ef98056bbd5594dde8da4 authored over 2 years ago by joaopfg <[email protected]>
Fixing too long lines

a8144ac75f877d2f32c51c43a54e28aee4d2e334 authored over 2 years ago by joaopfg <[email protected]>
Adding docs about the C-API incompatibility error and pointing to the docs in the error

1e98d60a1e68f94bdfe4eaedd6229f25b7554a74 authored over 2 years ago by joaopfg <[email protected]>
Adding docs about the C-API incompatibility error and pointing to the docs in the error

c94e84162a996d11415ce1a7add0d5e700ff9c6f authored over 2 years ago by joaopfg <[email protected]>
Merge pull request #21795 from hmaarrfk/no_overflow_unsigned

ENH: Ensure that assertion of unsigned dtypes does not return results

43b666c9296b24bc072f13e43dd2c605b6e659d2 authored over 2 years ago by Sebastian Berg <[email protected]>
Apply suggestions from code review

3a573b5c601bae21aa6c9a4fd0716b27320f69c9 authored over 2 years ago by Sebastian Berg <[email protected]>
TST: Add unsigned integers to integer divide-by-zero test

f918491c3a706d94fdbf5cc5b8bea79aaf4af942 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: Remove nested NPY_UNLIKELY in division paths

I am not certain the unlikely cases make much sense to begin with,
but they are certainly not he...

107dfbf77b35a38d0e2724bbc235ea2b6651571d authored over 2 years ago by Sebastian Berg <[email protected]>
TST: Add additional tests for division-by-zero and integer overflow

This introduces a helper to iterate through "interesting" array cases
that could maybe be used i...

ac5a84692f988a7dddbb4d306e805afbf972571c authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21844 from sevaseva/doc-broadcasting-fix-dimensionality

DOC: Rephrase dimensionality, size in broadcasting.rst

da6297b9f799301a109f478f9056dc9f5b7c6d27 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21905 from deego/main

DOC: Fix the interpolation formulae for quantile and percentile

96895a1d3e316dcb56b1ba451d5630e35f4c3c58 authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Use alternative phrasing for dimensionality, size in broadcasting.rst

91a844f9e3b8c8f67fbc5bedfd0238bb3a4819ca authored over 2 years ago by Seva Lotoshnikov <[email protected]>
DOC: Rephrase dimensionality, size in broadcasting.rst

e7c98ecdfb55ce396cbd9e5644d805690249b356 authored over 2 years ago by Seva Lotoshnikov <[email protected]>
DOC: Adopt changes as suggested in review

Co-authored-by: Charles Harris <[email protected]>

3163ae3d6ec2e791607df6c33dedeba311ed5c51 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21926 from WarrenWeckesser/sig-default_rng

MAINT: random: Annotate default_rng with cython.embedsignature

fa5bffc454fbafacfb3298ac30ea335635b54d07 authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: random: Annotate default_rng with cython.embedsignature

Closes gh-21910

7dcd3848cd5ec3339d650f21f00fd5e10ea522aa authored over 2 years ago by warren <[email protected]>
Merge pull request #21924 from DWesl/patch-1

CI: Use OpenBLAS again on Cygwin

90e96126a1ecdfb42b15123a9953d9d14e3e7f19 authored over 2 years ago by Sebastian Berg <[email protected]>
BUG: Fix subarray to object cast ownership details

fd6fc0e78afca9f89ebf07790ea5d447d5ede53c authored over 2 years ago by Sebastian Berg <[email protected]>
CI: Keep OpenBLAS on Cygwin

This was removed a few months ago to avoid failures with a previous version (#20654, #20660), ne...

774a4c73f33a3babf1e6d072f3b0aa646aebd879 authored over 2 years ago by DWesl <[email protected]>
Merge pull request #21922 from davidgilbertson/patch-2

DOC: fix typo on custom array containers page

0f7eaf8971541e9f7e99c91b3a21e007f9d64c0c authored over 2 years ago by Matti Picus <[email protected]>
Merge pull request #21921 from davidgilbertson/patch-1

DOC: Fix typo on Byte-swapping page

3c596da10b93a8ae4b351828c909a5ddc314e25b authored over 2 years ago by Tyler Reddy <[email protected]>
DOC: fix typo on custom array containers page

e7c383cbc9cdab5b2035d7dcc0d4e1f230bcb426 authored over 2 years ago by David Gilbertson <[email protected]>
Fix typo on Byte-swapping page

7735eff5e40940e753e451ee141d5234ba1ede27 authored over 2 years ago by David Gilbertson <[email protected]>
BUG: cross product: add dtype conversions of inputs (#20659)

Closes #19138

cf39a723ef4cac328225fd0e3a9b83edac41c2c1 authored over 2 years ago by Omar <[email protected]>
DOC: fix typo in `numpy._typing._NestedSequence` docstring example (#21909)

[ci skip]

353fea031dacf2c31399cc938f545cfcfdc9c57c authored over 2 years ago by Thomas Mansencal <[email protected]>
Merge pull request #21896 from mkoeppe/can_link_svml_i386

numpy/core/setup.py (`can_link_svml`): False for 32bit builds on `x86_64`

f9290124fa7b027e24485d2e1319160c27040824 authored over 2 years ago by Ralf Gommers <[email protected]>
Merge pull request #21904 from ZicsX/doc-string-for-np-char-center

DOC: Add usage example to np.char.center docstring

549fe95c1ffce9fa8db081d9602f3d2147a3064b authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
Merge pull request #21807 from HaoZeke/useFortranValue

eea02b0b7939108043a28a4e7f09983984c6fc7d authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
Fix the interpolation formulae which led to absurd results. For quantile() and percentile().

Fix the interpolation formulae in the docs which led to absurd results. For quantile() and perc...

a63587eadc5934158a97aca3fec8a3bb8ca255e1 authored over 2 years ago by deego <[email protected]>
Add usage example to np.char.center docstring

60f1d14f155b5409113060287a089f44a10ba353 authored over 2 years ago by Satish Mishra <[email protected]>
DOC: Clarify loadtxt input cols requirement (#21861)

Also add an example to illustrate how usecols can be used
to read a file with varying number of...

3d9cacc100e1b9382a543f000d0df44180cff122 authored over 2 years ago by Pranab Das <[email protected]>
TST: Changed `raise` to `warns`

* Changed `raise` to `warns` and test for `RuntimeWarning`
* Added results check back

aaa4c911259bfaad8efcbac2051c5586bde5fe28 authored over 2 years ago by ganesh-k13 <[email protected]>
Merge pull request #21894 from hoodmane/datetime_to_timedelta-fpcast

BUG: Fix datetime_to_timedelta_resolve_descriptors signature

860a12ede7a4521debc16ef8c3a8b3d182b65c7a authored over 2 years ago by Sebastian Berg <[email protected]>
TST: Removed eval | Fixed raises cases

be3f69125bff394f06312941200e132342b1abb2 authored over 2 years ago by ganesh-k13 <[email protected]>
BUG, SIMD: Handle overflow errors

Overflows for remainder/divmod/fmod

* If a types minimum value is divided by -1, an overflow wi...

b55b345cf5c58281d54275aa27ce06f7f31c3236 authored over 2 years ago by ganesh-k13 <[email protected]>
TST: New tests for overflow in division operations

251695ec57d98b9bf5bf1a2e76b686e9f10ddf29 authored over 2 years ago by ganesh-k13 <[email protected]>
SIMD: Removed cvtozero

Co-authored-by: Rafael Cardoso Fernandes Sousa <[email protected]>

960f015f3ed9f251897291b2e6423d1d4eae9efc authored over 2 years ago by ganesh-k13 <[email protected]>
numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64

00ec579a408b21738ae5f579e2b0887aa2c6275e authored over 2 years ago by Matthias Koeppe <[email protected]>
Changing error type in test for nan values in poly test

9d0f6e5b1c7d5fa51f0734fbb09f392453e8c7cd authored over 2 years ago by Will Tirone <[email protected]>
Fix datetime_to_timedelta_resolve_descriptors signature

697235dea4a8410313df76d0286b803cd2c90ba9 authored over 2 years ago by Hood Chatham <[email protected]>
BUG: Fix KeyError in crackfortran operator support

235aa7d7a570139e9f15efc3be119f5a2c4d9578 authored over 2 years ago by Rohit Goswami <[email protected]>
Merge pull request #21885 from ssanya942/patch-3

DOC: Link to PEP-484 in the typing docs

b0b523ec0980e46ca735ce96c7c976c4fdd28424 authored over 2 years ago by Bas van Beek <[email protected]>
Merge pull request #21886 from matthew-brett/arch-32-bits-windows

Fix lib flags for librandom

a111b9d0736af0278895a2d618f6b18a77e6bf77 authored over 2 years ago by Matti Picus <[email protected]>
DOC: Fix link to PEP-484

Co-authored-by: Bas van Beek <[email protected]>

7cbeb8e906339c8eeae79d7ba1ea70a719cd76c3 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21877 from tupui/css_dark_theme

DOC: dark theme css rules

b98baa742fbae47e3a63ca1a0906855833f2449f authored over 2 years ago by Sebastian Berg <[email protected]>
MAINT: Disable checks for Win workaround for GCC (#21881)

* Disable checks for Win workaround for GCC

Python compiled with GCC on Windows does not suff...

0fa4f0f1e90e93c96349a72287f06994358965d7 authored over 2 years ago by Matthew Brett <[email protected]>
BUG: Ensure that assertion of unsigned dtypes does not return results

that wrapped around.

162b63b4ee2f9567c638699a92fc8477e281c924 authored over 2 years ago by Mark Harfouche <[email protected]>
TST: Add a failing test case to demonstrate the bug gh2176

57d04d883e874c611091933c4c36e1cd43ea0e04 authored over 2 years ago by Mark Harfouche <[email protected]>
DOC: Adding improvement note for MaskedArray ufunc

a819f00a5b7e2fcf875ec5694d53fda39842768b authored over 2 years ago by Greg Lucas <[email protected]>
TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy

This test makes sure that a MaskedArray defers properly to another
class if it doesn't know how ...

1557c878d0c69ce2369924f723a459c46edc3d2d authored over 2 years ago by Greg Lucas <[email protected]>
ENH: Adding __array_ufunc__ capability to MaskedArrays.

This enables any ufunc numpy operations that are called on a
MaskedArray to use the masked versi...

6d77c591c59b5678f14ae5af2127eebb7d2415bc authored over 2 years ago by Greg Lucas <[email protected]>
MAINT: changing the method of checking for nan / inf values in numpy.linalg.eig.

Changing numpy to use the same function from numpy.lib.function_base as scipy. Tests pass.

c7bd547aeca593403765a741fab8a274eae2f788 authored over 2 years ago by Will Tirone <[email protected]>
Allow GCC compile on mingw-w64-based systems

Macro `__MINGW32__` always defined for Mingw-w64 compilers (32- or
64-bit):

https://sourceforge...

467be385f57cfdf373ba076836054fee3a8218ca authored over 2 years ago by Matthew Brett <[email protected]>
BUG: Fix numpy.isin for timedelta dtype (#21860)

This PR fixes the issue discussed on #12065 and #21843 where 'timedelta64' was noted to be a sub...

f9bed20bffd88bce06dbc8be200179edfe7580a4 authored over 2 years ago by Miles Cranmer <[email protected]>
Fix lib flags for librandom

Add the voltbl fix to librandom. Remove SSE flag for GCC on 32-bit
Windows, it's the default.

0fa10479209618f09febb6dc49cc79266d8aea88 authored over 2 years ago by Matthew Brett <[email protected]>
Merge pull request #21884 from hoodmane/Wreturn-type

MAINT: Fix non-void function does not return a value warning

10f0e0ad0f8b5bbc58cbc45623cc7f4f80eaba3b authored over 2 years ago by Sebastian Berg <[email protected]>
Linking PEP-484, as suggested

aec865126dc9b835cf6083c85587690dd556092b authored over 2 years ago by ssanya942 <[email protected]>
MAINT: Fix non-void function does not return a value warning

885a08ce8ed35ded1f0ef149478d0de57477e7fd authored over 2 years ago by Hood Chatham <[email protected]>
Merge pull request #21849 from charris/update-doc-makefile

MAINT: Update the documentation Makefile

2c79206d6048886635d5548721de0017c3fd9e74 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: skip circleCI logic.

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

30dcbb817143da04d184d948f0a98337e58d0632 authored over 2 years ago by Pamphile Roy <[email protected]>
DOC: Fixed minor typo in BitGenerator reference (#21876)

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

4d057e633408c04c15292ccc9cd11d96e33a90f5 authored over 2 years ago by Bram <[email protected]>
MAINT: skip azp logic

5611a727d2c3250009c1206e6f10db08c1ccda2a authored over 2 years ago by Pamphile Roy <[email protected]>
DOC: add dark logo.

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

784a9aa917a5277ad0df977ff8bb56e4290fa1d7 authored over 2 years ago by Pamphile Roy <[email protected]>
MAINT: remove doc prefix for version switcher

180d56b00481e99ab62d175a50c73e7bb8f77f1b authored over 2 years ago by Pamphile Roy <[email protected]>
DOC: dark theme css rules

214d3711d35d33801099088320e94b301f222b9b authored over 2 years ago by Pamphile Roy <[email protected]>
Forgot backticks

e472fec0ecfec531a12a50d59614c2597f67877a authored over 2 years ago by Bram <[email protected]>
Corrected reference to uniform()

c7b0bb26143834c59689c92d86af843c5e67eca0 authored over 2 years ago by Bram <[email protected]>
Merge pull request #21863 from seberg/fpe-warning-simplification

ENH,MAINT: Improve and simplify scalar floating point warnings

b9786ab5495ca670807d579bb6553d124273703d authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21872 from WarrenWeckesser/remove-obsolete-comment

CI: tools: Remove a long but obsolete comment from travis-test.sh

d041ffa3f8d6f45ca52f4a98ed623d2a7583be69 authored over 2 years ago by Charles Harris <[email protected]>
CI: tools: Remove a long but obsolete comment from travis-test.sh

4239b4a894689e488debaaa2615227bdaf18da92 authored over 2 years ago by warren <[email protected]>