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

DOC: Visually divide main license and bundled licenses in wheels

d15bf44b1c49ea6d5f9541f4251ad689023cbff9 authored over 1 year ago
DOC: Visually divide main license and bundled licenses in wheels

793875698a71bd4bd70ee0e6119415aa7aa002dd authored over 1 year ago
DOC: update vectorize docstring for consistency (#24995)

382eedf3891d474196677e65f3aae066afb32c5f authored over 1 year ago
BLD: musllinux_aarch64 [wheel build]

32547ae8d088986120237292e113b6113fe54b88 authored over 1 year ago
ENH: Added a `lint` spin command (#24983)

9f6789ce88458c7724a4507b86b2152419954de0 authored over 1 year ago
Merge pull request #24991 from adwiii/main

DOC: add note to default_rng about requiring non-negative seed

04b40bce1d619f172dff0f4701d6565dd9c58cf9 authored over 1 year ago
Merge pull request #24990 from numpy/dependabot/github_actions/ossf/scorecard-action-2.3.1

MAINT: Bump ossf/scorecard-action from 2.3.0 to 2.3.1

64ffc31f42e72cef0dba252f1954ee9cb0872c53 authored over 1 year ago
Merge pull request #23912 from seberg/nep50-finalize

API: Switch to NEP 50 behavior by default

5abbb3a9d03cc90aca6ebda7f601447e3e9570df authored over 1 year ago
MAINT: appease linter

b5c8398ec77fbba93226e677974650514704183e authored over 1 year ago
Merge pull request #24980 from rgommers/remove-ilp64-envvar

BLD: remove `NPY_USE_BLAS_ILP64` environment variable [wheel build]

057ac96779b06c030b9850a87c952a6e278e6424 authored over 1 year ago
DOC: add note to default_rng about requiring non-negative seed

This propagates the doc change from #22779 to the default_rng docs.
Closes #22745

86b3e636c9041a9194be296b1b0fc74b673d127a authored over 1 year ago
MAINT: Bump ossf/scorecard-action from 2.3.0 to 2.3.1

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1.
- [...

12685aac011abe0774ec4ec0126b18a57c737f88 authored over 1 year ago
DOC: absolute_beginners.rst: revise revisions

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

82f83f8775554bcb7f6b2ae7252db801795bfcbc authored over 1 year ago
Merge pull request #24979 from rgommers/fix-strtold_l-check

BLD: clean up incorrect-but-hardcoded define for `strtold_l` check.

d03d4ed240c8ffd45d5b230ca359df0a39db922b authored over 1 year ago
Merge pull request #24986 from ganesh-k13/bld_24080_authors

ENH: Added `changelog` spin command

ea2286e32165e5e7304c8800bb0a4777ef2ce169 authored over 1 year ago
MAINT: Address Nathans review comments

35e105f92e6778d273b7ece2d863599effa347a1 authored over 1 year ago
MAINT: Use importlib over raw imports of tools

29e47fb20010cdf19304c4dc28d896c0c10c587f authored over 1 year ago
MAINT: Change `authors` to `changelog`

c5daed56177caa14460cf32c585431444f5a5e3f authored over 1 year ago
Merge pull request #24950 from mtsokol/test-public-functions-one-location

TEST: Add test for checking functions' one location rule

a54793691a711f6ec79d6791f555569716671e3d authored over 1 year ago
Apply review changes

06e9e12286345ef26233971510a2d6bde9899ab7 authored over 1 year ago
MAINT: Better error handling for missing imports

c6fd3da60cef62e369a5e968f4fad1cb1a611c42 authored over 1 year ago
ENH: Added `authors` spin command

422e5bdff902ec7b62de39c8f56629f90b0ecda5 authored over 1 year ago
MAINT: Clean up error path (DescrFromType cannot fail for simple builtins)

But move the error check to be higher up and thus more directly
relevant. If `PyArray_DescrFrom...

bf0ff21419f2d0f43c646e72b758e73a9cdf1b4b authored over 1 year ago
Merge pull request #24985 from mtsokol/pybind11-warnings

MAINT: Disable warnings for items imported by pybind11

a082ed849ebf3fceed2ecaf1aed8c3a253c59018 authored over 1 year ago
MAINT: Disable warnings for items imported by pybind11

2ead7ca391c4f89b782e07b4e6fed536cdb29767 authored over 1 year ago
DOC: absolute_beginners.rst: revise introductory parts

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

1ea2a3ba3d1d91966c2ae1f50d284d19859efa15 authored over 1 year ago
DOC: absolute_beginners.rst: begin revisions

24094e497b09fb0be385e896aa2bdb2b2ede7bf0 authored over 1 year ago
BLD: more cleanups in `cibw_before_build.sh` [wheel build]

The pkg-config file *is* supposed to be named openblas64.py, the
comment was incorrect. And the ...

26411a96c49297a909d16f6576c5135b70f8fcf0 authored over 1 year ago
BLD: remove `NPY_USE_BLAS_ILP64` environment variable [wheel build]

This was the numpy.distutils way; with Meson the preferred way is
the `-Duse-ilp64` CLI flag.

8870faf6f782da5f894c6b2a94560acc34b2f76e authored over 1 year ago
BLD: clean up incorrect-but-hardcoded define for `strtold_l` check.

GNU-specific and missing on many platforms, see
https://www.gnu.org/software///gnulib/manual/htm...

9f1dd221968bfce597c5d8e214e83679c1bd6188 authored over 1 year ago
MAINT: testing: rename parameters x/y to actual/desired

6b045de66e446d32bad80fef57107713470e1393 authored over 1 year ago
Merge pull request #24967 from rgommers/macos-linker

BLD: use classic linker on macOS, the new one in XCode 15 has issues

4811db788872f29ff3b71202a2130e9e964be4fb authored over 1 year ago
Merge pull request #24931 from mdhaber/gh19171

221110fa3a39dffcf297bd8b1ea017d259e410b7 authored over 1 year ago
Merge remote-tracking branch 'origin/gh19171' into gh19171

c12deaa7c840b0bab3d2ee5f0a5af8a3915ec5bf authored over 1 year ago
Merge remote-tracking branch 'upstream/main' into gh19171

7caa35288fcd7a489946556adafedc51cebb7a72 authored over 1 year ago
Merge pull request #24970 from markmentovai/tempita_use_correct_python_executable

BLD: Use the correct Python interpreter when running tempita.py

0b1484cb033007d9ade33a73a784594bf300cc5a authored over 1 year ago
BLD: Use the correct Python interpreter when running tempita.py

When a program located by find_program is executable directly, meson
will execute it. If it is a...

667cd3147f3ff0ceabf8b1557749006b6bdba106 authored over 1 year ago
Merge pull request #24969 from rgommers/fix-py313-issues

MAINT: fix a few issues with CPython main/3.13.0a1

2c15eb02d21d996d817570d7dbe90cbe3bc64914 authored over 1 year ago
MAINT: fix a few issues with CPython main/3.13.0a1

5e562ab8edcef4a14d96b97b5bc2dcada3ddd12e authored over 1 year ago
Merge pull request #24959 from mtsokol/python-api-cleanup-nitpicks

d034f167043057cc9f3e917c0b0e1399a928b92a authored over 1 year ago
MAINT: Move scimath and user_array implementations

e55b39b0952ee767b79e9c4ab7ffdff7fc023262 authored over 1 year ago
BLD: only check for scipy-openblas dependency with pkg-config

This is a custom-built wheel that can only be detected through
pkg-config. So trying other metho...

163f6425e9b9801721425086f6ab4d9a47d6b501 authored over 1 year ago
BLD: use classic linker on macOS, the new one in XCode 15 has issues

Closes gh-24964

636111f96d251935d97c951f19d6d8ca61e55173 authored over 1 year ago
MAINT: Address review comments

ba47e60841d7b3e0d08090a99650166ff66d6f3e authored over 1 year ago
TEST: Add test for checking functions' one location rule

ccd9835c184bfa3d74e1bc56a08b9ef49468b834 authored over 1 year ago
MAINT: Python API cleanup nitpicks

4c0bc269615d8932a662deac9ff81beb93c19376 authored over 1 year ago
Merge pull request #24958 from seberg/remove-silly-error-setting

MAINT: Remove unhelpful error replacements from `import_array()`

d885b0b546cbe2ab8401622c8d4db984ec5ea31b authored over 1 year ago
TST: Adjust test to avoid overflow (and bad results on BSD)

Readding invalid warning ignoring, even though it should not matter
(it does seem to for macos a...

dcb8de260237284dd351237a421940702c9c03f6 authored over 1 year ago
BENCH: Explicitly skip reversed (arg)partition case because they fail

This doesn't seem like an ideal solution, but is "minimal"?

6707f39277d48b2053b590b750d46682ea8f0b9d authored over 1 year ago
API: Disable `can_cast` with Python scalars (for now)

a907624d7cdd7b9b04e3a4253c1e45bed101fe4c authored over 1 year ago
MAINT: Undo now unnecessary random number cast to int64

0e6d569c3ad2ea232726e5b592340a225598f190 authored over 1 year ago
STY: Remove unnecessary indentation level

This used to make a bit of sense in C99, but now just distracts

1f07c939bee9cb0ad3ef300c7d61cd48290d8ad0 authored over 1 year ago
MAINT,TST: Fix issues due to out-of-range integers

This contains two fixes:
1. a somewhat hackish solution to keep allowing very large integers
...

af5fe2ee3ac2128766fb7a6a61964143796c3994 authored over 1 year ago
MAINT: Robustify histogram unsigned-subtract and fix test for NEP 50

14f6aa1ab292f65efcb6e260b542e34bbd2e6139 authored over 1 year ago
TST: Adjust tests for direct NEP 50 changes

0cc124d9e53ea53fd11be2b6adda8eeef4e3bb00 authored over 1 year ago
TST: xfail test that checks `can_cast()` beahvior with pyints

623e0f052dd2c8ae224e770f2502922931f743b4 authored over 1 year ago
TST: Straight forward NEP 50 fixup or longdouble+int scalar tests

e19fd644a3554baa4005ee33e0f74adf550a6d20 authored over 1 year ago
MAINT: Also adopt `q` handling from the main quantile/percnetile to na version

0f18c6f7f7a0646286087fabe2f37e2a6e6eacde authored over 1 year ago
MAINT: Address review comments by Marten

94b7f905cfe94424892cd2af6fe25e7db3ce33e1 authored over 1 year ago
TST: Fix one more tests

Was hidden locally due to longdouble having the same size as double

841a280b920312679bc2bf34b181b6d9e39fa976 authored over 1 year ago
API: Use weak scalar logic in where (and fix up error paths slightly)

e445e8097f3c1248ba12625cb4d881606ca6a498 authored over 1 year ago
MAINT: Require `select` for NEP 50 support

This isn't quite ideally, it would be nice to grow specific code
for it (and actually, we curren...

166e806e4828e58f547a76c3170e1ee85e21caed authored over 1 year ago
TST: Adept where test to NEP 50

346a146d4bf622cd36673d4472c7aabf8b253525 authored over 1 year ago
Fix percentile and quantile

6cf68f36888b475ae2b25d480493fb84dcec6f35 authored over 1 year ago
TST: Undo test changes related to comparising to out-of-bound ints

375de5d4b342bab699006e24ca08ead5be7f03b3 authored over 1 year ago
DOC: Fix docstring pointing out quirks that got less bad with NEP 50

0aa93fa49bc3e08e22e811dd62d3708a6acd2246 authored over 1 year ago
MAINT: Avoid overflow in comparison with int64 on shorter platforms

Maybe not the best way, but its functional and easy to grok and I
doubt it matters speed wise.

8a1497f26850c12f60c9b880b23684cd338c9d91 authored over 1 year ago
TYP: Fix typing passing test which cannot pass anymore

Note that we don't seem to type signed/unsigned mixing for the
cases where they promote to float...

09418fc148f14b4aa9c95046841a6336a30e72de authored over 1 year ago
DOC: Fix docs that cause an integer overflow

df8f9d6d9c0b2aa7248ecc204ea5cf26e540d05d authored over 1 year ago
API: Switch to "weak" promotion state by default

197e61c6bbca7b35414f341f0596391ecf17a31f authored over 1 year ago
Merge pull request #24945 from mtsokol/fft-helper-private

MAINT: Make `numpy.fft.helper` private

acae28b9c0bfe6755ea2b58afed5a988fddaea25 authored over 1 year ago
Merge pull request #24915 from seberg/pyint-comparisons

7566783f1660acd8530431ef3dfe119325eaf539 authored over 1 year ago
Merge pull request #24946 from mtsokol/linalg-linalg-private

MAINT: Make `numpy.linalg.linalg` private

c0f488f157f3690cf795be5d406f4ecb1832d0e6 authored over 1 year ago
MAINT: typo fix

19941fabb6de199cdac63e15cf68baa9771fe03f authored over 1 year ago
Merge pull request #24927 from mdhaber/numpy_json_encoder

DOC: how-to-io.rst: document solution for NumPy JSON serialization

9e26cdb4cd03b6e16daa4cb7f1f66c2c703b2190 authored over 1 year ago
MAINT: Make numpy.fft.helper private

81c0c8b1330a03a25aa92884344b0f18d277e5a4 authored over 1 year ago
MAINT: Make numpy.linalg.linalg private

58999eafd76c0f7b2e1cd5d6f43c09ade3a1cd9a authored over 1 year ago
MAINT: Remove unhelpful error replacements from `import_array()`

Replacing the original error is just not useful and actively unhelpful
since the original array ...

b2f0b23261c199fc3379160df17a6a881660d221 authored over 1 year ago
MAINT: Address smaller review comments.

7c70ad2a8297cb11960d0a297177c3cea5d882db authored over 1 year ago
Merge pull request #24953 from rossbar/doc-gh-24942

DOC: Indicate shape param of ndarray.reshape is position-only

85d956917903624289c451bd0fcfa4743ec86988 authored over 1 year ago
Merge pull request #24369 from ellaella12/feature/array_compare_among_violations

ENH: assert_array_less should report max violations instead of max differences

fc30e98add92159496653d4a7f4a8415f540b2fc authored over 1 year ago
DOC: Add warning about ill-conditioning to linalg.inv docstring (#24938)

* DOC: Add warning about ill-conditioning to linalg.inv docstring

* DOC: Add wikipedia link a...

5389ae05bea22a48f202aa577f0a90c0602b4f32 authored over 1 year ago
BUG, ENH: Access `PyArrayMultiIterObject` fields using macros. (#24658)

Adds static inline functions to the C-API for accessing `PyArrayMultiIterObject` fields.
At the...

1aae0a2ed991ca122352963c83bf37f312138caf authored over 1 year ago
MAINT: fix incorrect merge resolution

20f48824bcf42874012b869d71a21d2a5fcc2fcc authored over 1 year ago
DOC: Indicate shape param of ndarray.reshape is pos-only.

f767ca10188c64a0a726dc825ac7724d808d75ad authored over 1 year ago
Merge branch 'main' into feature/array_compare_among_violations

651dbd8a62c70e4588a564c0603a45e626c7c58c authored over 1 year ago
Merge pull request #24943 from ngoldbaum/public-import-api-symbols

MAINT: don't warn for symbols needed by import_array()

064f84187fb6c38b25275fdae64540479e11300a authored over 1 year ago
ENH: Add isdigit/isspace/isdecimal/isnumeric ufuncs for string types

248c60ef5e4776937e723587467841f8a16308f3 authored over 1 year ago
MAINT: don't warn for symbols needed by import_array()

3645c991c9b4862fcb00b0dc1d507277a96447a6 authored over 1 year ago
MAINT: testing: use g format specifier for max ULP

[skip actions] [skip cirrus]

a6069a7a5fdae9f90fcc68a29ce1735224fd2258 authored over 1 year ago
API: Make new `resolve_dtypes_with_pyscalars` private for now

Makign private by raising an error. Maybe a bit odd, but OTOH,
it does advertise that we can ma...

cdbea5e2aafc29e5cda9e2668df052ddfd0e01ee authored over 1 year ago
MAINT: Reorganize `get_value_range` (int comparisons) for clearer error handling

df219d03480ba215945b72e69e1841f660a866a6 authored over 1 year ago
MAINT: Readd missing ifdef __cplusplus extern C

Not sure when this got lost, but should be easy to deal with
any conflicts

8a0ba73d6ab4c88f9cd74b4b3750329ecbc651c6 authored over 1 year ago
MAINT: Address review comments by Marten

* Smaller cleanups/fixes
* Rename the function to `resolve_descriptors_with_scalars` for now
* R...

d110554d54f2595e112a2e06afc24c0a769fefd4 authored over 1 year ago
TST: Reduce NEP50 as it is failing now (becoming obsolte anyway)

4df28409a4bd810c924d8df79f90a10a52914583 authored over 1 year ago
TST: Add explicit test for new out-of-bound int handling

b483533fbf836ba70711cc846c95633b1bade103 authored over 1 year ago
API: Allow comparisons with and between any python integers

This implements comparisons between NumPy integer arrays and arbitrary valued
Python integers wh...

af55348f5cbe338a86ed032812ee11e8714be673 authored over 1 year ago
Merge pull request #24941 from numpy/dependabot/github_actions/actions/checkout-4.1.1

MAINT: Bump actions/checkout from 4.1.0 to 4.1.1

8e1454130b0f747842813f6fdb7ca4e465f177ea authored over 1 year ago
MAINT: Bump actions/checkout from 4.1.0 to 4.1.1

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

af3910e213e634f0a00b34e0befe7f4994b154c1 authored over 1 year ago
Merge pull request #24858 from lysnikolaou/string-ufuncs-add

ENH: Extend np.add ufunc to work with unicode and byte dtypes

19bfa3ff2514cf41af7b4014120741811f37232c authored over 1 year ago