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

BUG: Fix single to half-precision conversion on PPC64/VSX3

This fix respects the lane order with regards to big/little-endians.

77e50796b37ec821aa64439ba6082fe5a4d4bf7d authored about 1 year ago
TST: Add a check for non-ndarray string types

d65d7dfdfbe6cf061cb3fdf14924e882035aa678 authored about 1 year ago
TST: Add gh-24781 for string inout optional [f2py]

5c909a61b33811eeb6e35764fde2c6a7883065b6 authored about 1 year ago
MAINT: Be explicit about failure modes [f2py-str]

14c458dfe2241e0a77d1e233777660a8842021f8 authored about 1 year ago
BUG: Fix numpy.f2py to enable use of string optional inout argument

32ad40eeb49679c24e383c997716f6c227006300 authored about 1 year ago
Merge pull request #25186 from HaoZeke/gh-19161

BUG: Handle `common` blocks with `kind` specifications from modules

907ccc3467006df46a95ef63f08c7ca546ff2c49 authored about 1 year ago
DOC: Add a note to the release [f2py] common-kind

b9599affd08699bb107b70b2673f3906576dfb76 authored about 1 year ago
Merge pull request #25185 from HaoZeke/fixNonemodule

MAINT: Fix sneaky typo [f2py]

6c45668299035bf9562fd100e7a7107844a81c40 authored about 1 year ago
TST: Ensure f2py defaults are tested

77ddda80c9180d33de397114a751eae183f43c8f authored about 1 year ago
TST: Add a test for gh-19161 [f2py]

ce940a00125f6948ac1ad769a4396b866ca5cd42 authored about 1 year ago
BUG: Add use-block handling for common blocks

Closes gh-19161

3e442fc4fb343a6e7a048f4279e1b916dbe5ec65 authored about 1 year ago
MAINT: Create a useblocks function [f2py]

33778a7314f08f4cf1d08aca3b4a03782a91069e authored about 1 year ago
MAINT: Don't escape newlines from f2py [f2py]

a298e08716f7e22f5f790c9106f8481b2d196a23 authored about 1 year ago
MAINT: Fix sneaky typo [f2py]

d0f00cb54ba1edefbb8ef2cc210079f6fc429733 authored about 1 year ago
Merge pull request #25181 from HaoZeke/newGH22819

BUG: Disallow shadowed modulenames

18c6157f5da5736575b6d8d492aacca3b5d69551 authored about 1 year ago
MAINT: Rework inline CLI with current URL

Used the archive link added to the documentation

320849308a41f899793e1193fe197c0b2ce53b97 authored about 1 year ago
DOC: Update inline licenses [f2py]

Closes gh-25137

ccc97b3db366ef79f77097cc9a7fc965c6f92f32 authored about 1 year ago
MAINT: Handle case where -m is None

50b0e81cfbeb4b138aa61a20fbbd5ec30e22b858 authored about 1 year ago
DOC: Rework documentation on -m [f2py]

1c4767f2292b65cee7650d17a78b0b0e9494abdb authored about 1 year ago
DOC: Add an entry to the changelog [f2py]

04a280e251da9932040cac8f173a6c7f3c797ab6 authored about 1 year ago
MAINT: Fix implementation for gh22819 [f2py]

fbf0ea0512b19f552a0b643384ae8e6076145a19 authored about 1 year ago
TST: Add tests for CLI .pyf file work

0f6e3574c00d9e3c05391bb6748ad92cab62376d authored about 1 year ago
MAINT: Strengthen the validation of pyf files

3961474e4053ff2215dd6ee4502165190609cdde authored about 1 year ago
DOC: std/var: remove colons to fix rendering

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

3d08e7436701948c1c35bfc3d90d79f271f398fd authored about 1 year ago
BUG: Correctly disallow shadowed modulenames

9140edde39d133487c3be6011100b2f93e09849a authored about 1 year ago
TST: Add one for gh-22819

0cc05f65946d5782e593e069c968e92c4e40a581 authored about 1 year ago
DOC: replace integer overflow example

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

4ba7282d25d1fcf13ce5419d0de28c17ecb0f452 authored about 1 year ago
DOC: std/var: make docstring raw to fix rendering

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

7f02f405e333b7a73a94b65eac06c8b826fd9297 authored about 1 year ago
DOC: std/var: improve documentation of ddof, take 2

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

112a55e6fdd9be925bc2e07643af8a8f1f84a735 authored about 1 year ago
MNT: do not use `long` type

Removed as type at language level 3 in ed7e95912b6ed7d20e190fbf1aecb9f2a997d479
in cython

6dc2fd31f8a5a4ef502cb7734f004f5bce94e671 authored about 1 year ago
Merge pull request #24939 from melissawm/legacy-directive

DOC: Add legacy directive to mark outdated objects

605e34577affa99fd49bbb6156843953b81d92b8 authored about 1 year ago
Merge pull request #25160 from jmrohwer/f2pycompile

BUG: Fix moving compiled executable to root with f2py -c on Windows

a091a251d4e5f5f2eca116e28d8adc226762b048 authored about 1 year ago
ENH: Add replace ufunc for bytes and unicode dtypes

19396d298beca3f56d93d59e18b6965853c9eebc authored about 1 year ago
MAINT: Cython restore NPY_MAXDIMS and add NPY_RAVEL_AXIS

8dddc54a764c757a21d0259b5a1d937897ae9b50 authored about 1 year ago
TST: Make linter happy, it was right.

a5a250f16885d5c3ad48e711bd3925c753371ddd authored about 1 year ago
TST: "fix" failing memoryview with too many dimensions test

Memoryview actually also only supports 65 dimensions currently,
so skip the test when the memory...

d6840f54bf8e390686045537a0a9f08be2ecf47e authored about 1 year ago
DOC: Add documentation for maxdim increase (and related) changes

3270231a4c333997066f35815b1ee05b12adccf0 authored about 1 year ago
API: Add 1.x support for ``PyArray_RUNTIME_VERSION`` to the compat header

6a878e38fc5744b3827d751c8371e44558b6a36b authored about 1 year ago
TST: Add a few tests for paths that are for now limited to 32 dims

bbc40836309c8ec49bce25582ac23214b7e733ff authored about 1 year ago
TST: Adapt test to larger max-dims and max-args

af55c6b7d1ba15128fe7ddd6c9d91f057faa9d28 authored about 1 year ago
API: NumPy NPY_MAXDIMS and NPY_MAXARGS to 64 introduce NPY_AXIS_RAVEL

Bumping these two has three main caveats:
1. We cannot break ABI for the iterator macros, which ...

fc1bb6b5b751dc20d7a4fe85ec4fd4287968a0ab authored about 1 year ago
Merge pull request #24949 from seberg/import-error

API: Enforce ABI version and print info when compiled against 1.x

6b5fb5e1531096a6eb549dff570243c4efc29987 authored about 1 year ago
Merge pull request #25154 from seberg/mapiter-cleanup

MAINT: Cleanup mapiter struct a bit

4dc749edc3abacc7d6b59959fba43d23572206e1 authored about 1 year ago
DOC: Update lexsort docstring for axis kwargs

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

Signed-off-by: Liang Yan <[email protected]>

20790a802ddfc49b0fa147866cec34f34677af9a authored about 1 year ago
BUG: Fix ma.convolve if propagate_mask=False (#24869)

8f3dfa5abf021b0af7ef7e837d6da155f1660932 authored about 1 year ago
Merge pull request #25158 from seberg/loadtxt-encoding

API: Make `encoding=None` the default in loadtxt

32fad571b9486cad6aecd075ba25aadf6602a0fe authored about 1 year ago
Merge pull request #25165 from ngoldbaum/submodule-install

DOC: mention submodule init in source install instructions

706e9aa07a8c54aba0225de5e69396f97bb77f5d authored about 1 year ago
NEP: Add Warren as a NEP 55 author

d836130f85275afaa483daa26bcd52ff12e36ad7 authored about 1 year ago
DOC: mention submodule init in source install instructions

9707ca337891077ccaac2f136315bea2909b25de authored about 1 year ago
Update numpy/testing/_private/utils.py

[skip cirrus] [skip circle] [skip azp]

93139e978c30a544d697855192c7bec579c86f4e authored about 1 year ago
Merge pull request #25156 from seberg/refcount-cleanup

API: Remove PyArray_REFCNT and NPY_REFCOUNT

83112cd66b2b26c41aac7204860050e5ad7fed12 authored about 1 year ago
Merge branch 'main' into nep-55

69d9a2c8bdf3d7cf38cb7f0aa7f32b192843a4db authored about 1 year ago
DOC: finish NEP 55 updates

34ff2c08f8386e3ef2d55af40536d91581feb188 authored about 1 year ago
BUG: Fix moving compiled executable to root with f2py -c on Windows

63175cc5dccb758faa380f482848f32015fcaa70 authored about 1 year ago
ENH: Add the Array Iterator API to Cython (#24691)

This is a followup to gh-24658, and adds the new Iterator API to the Cython 3.X init.

bdb0c13673c5457b6fbd1928accb56e1dd3016d6 authored about 1 year ago
DOC: Remove `u` string prefixes from docs

Since I noticed them in the text loading docs (removes all though)

798a3d13c43f381d5e1d4a12b63b29c062d79464 authored about 1 year ago
DOC: Fixup docs for new `encoding=None` default

1d0b04f0885fe6ef4d1338a28f1afc7917b1c455 authored about 1 year ago
API: Make `encoding=None` the default in loadtxt

This has been a very long wart that `encoding=bytes` was always
the default, which means that cu...

31b33a4763c0adfe4885d4db13751937e6cbb086 authored about 1 year ago
DOC: Update the type table to mention the codes p and P

b6328e9793ae62d8d6d17288e412087484432555 authored about 1 year ago
BUG: Fix order: long should be preferred over int for `intp`/default

(Might have gotten confused in the merge conflict?)

82d0941b78687b9f4edaff2631e8a826fe7235b3 authored about 1 year ago
MAINT: Fixup release note to explain transition and support n in buffers

ab5c7f61e1912f43d2be6706df5b57e4884e2c46 authored about 1 year ago
TYP: Update intp typing codes (unfortunately p and P are now gone)

0df27eb1ad40509975292ec74f5a70befe9815ed authored about 1 year ago
MAINT: Use Py_intptr_t for NpyIter allocation sizes

This is probably unnecessary but for good sport seems to make sense.
OpenVMS can have intptr_t a...

27248ba7040e4c9a1d5891d4929ac18b87ce3a13 authored about 1 year ago
API: Make `intp` `ssize_t` and introduce characters nN

This also removes `NPY_INTPLTR` to avoid confusion as it would have
to be `p` on old NumPy but s...

1d7ed0a96b84bedb00807a97abf59cc3b91ae373 authored about 1 year ago
DOC: Adjust casting table to include the new `nN`

a736d41272d2327fdc8b34a3e6068b7773ae4d53 authored about 1 year ago
DOC: Add release snippets for intp/uintp redefinition

17ac2eeae4b27921688e0dbf008c70565de8c7b7 authored about 1 year ago
Merge pull request #25136 from hawkinsp/align

BUG: Fix -fsanitize=alignment issue in numpy/_core/src/multiarray/arraytypes.c.src

71f7dcf5f42cda02c2127d19f1bdbf452d73a274 authored about 1 year ago
Merge pull request #25129 from seiko2plus/issue_25097

BUG: Fix FP overflow error in division when the divisor is scalar

0419d0a9710fd0c264c308478f7dd3e9b8e8672d authored about 1 year ago
API: Remove PyArray_REFCNT and NPY_REFCOUNT

These don't really make sense, even less as public API.

8aeb08af1b657d753ae6281f0e3b890b4687632f authored about 1 year ago
ENH: Disable SIMD single-precision division optimization on armv7

The decision is based on the lack of native SIMD support for
this operation in the armhf arc...

3ed0e5ad76a2084b7c65a1d97ac9e9628c6490d1 authored about 1 year ago
Merge pull request #25151 from mattip/openblas-prefix

BLD, CI: revert pinning scipy-openblas

51ee17b6bd4ccec60a5483ee8bff94ad0c0e8585 authored about 1 year ago
MAINT: Cleanup mapiter struct a bit

This is a small followup to making MapIter private. It renames
`numiters` to `num_fancy` (becau...

7477debcbc3fee07076dfd1de9c5c366905ffbb6 authored about 1 year ago
Merge pull request #25104 from lysnikolaou/string-ufuncs-strlen-count

e801e7a3f5aa78b3640fe7081dcc6a18aa9ed2b1 authored about 1 year ago
ENH: Add strip/lstrip/rstrip ufuncs for unicode and bytes

728fedc65d97a14122334edac73f15f8b6798321 authored about 1 year ago
Merge pull request #25138 from seberg/mapiter-removal

API: Remove The MapIter API from public

85d1fe3d3ce7dc2074a6737a1939171eeba68926 authored about 1 year ago
BLD, CI: revert pinning scipy-openblas

f7ec2fc5fe998df72b5fffe028bfdfdb4b5cdd33 authored about 1 year ago
Address feedback // Improve docstring and add comment to string_count

e256dcc0cf245d66a270a20f22a1c64d9ef3c469 authored about 1 year ago
Merge branch 'main' into string-ufuncs-strlen-count

47c8aa2f3f2dae7ab8cab34b6e9320aae434b365 authored about 1 year ago
Merge pull request #25141 from seberg/cytest

TST: Explicitly pass NumPy path to cython during tests (also speed them up)

b3d71f7cdb4a3fdb10bcc0a4321be9d4d0e3bc6f authored about 1 year ago
Merge pull request #25146 from rgommers/array-api-fixes

BUG: fix issues with `newaxis` and `linalg.solve` in `numpy.array_api`

0f61000320f056fbd6a55392579429e73bed7268 authored about 1 year ago
Merge pull request #25140 from mdhaber/gh24624

DOC: clarify boolean index error message

34ab283cd2460949d560096ed62f0dddb9d38a9c authored about 1 year ago
BUG: fix issues with `newaxis` and `linalg.solve` in `numpy.array_api`

[skip azp] [skip cirrus] [skip circle]

562d55fe7b6b6e03d7fd776392f56fb992a2bafd authored about 1 year ago
Merge pull request #25144 from emilyhunt/DOC-Fix-typo-in-NumPy-2.0-migration-guide

DOC: Fix typo in NumPy 2.0 migration guide

2a98b4d6df903a3af63120768a89ef2791d383e6 authored about 1 year ago
DOC: Fix typo in NumPy 2.0 migration guide

`scipy.interpolate.trapz` should be `scipy.integrate.trapz.`

d7b305ffe7f75a8c69b60f386ea11a2377584bb0 authored about 1 year ago
ENH: Add str_len & count ufuncs for unicode and bytes dtypes

c7f8c140eff6fbf2b34fa5f5a06abdfc1c9413ae authored about 1 year ago
TST: Explicitly pass NumPy path to cython during tests

This papers over gh-25135, it doesn't fix it, since we are finding
the right NumPy, Cython shoul...

3fc43d3eaebb095960914b724562a60346941c0e authored about 1 year ago
TST: Build cython checks testing module only once

919fd3a0f8e0bbc94d05277b03f1259bc77af754 authored about 1 year ago
DOC: clarify boolean index error message

f41a399e60428556e6a107bf8e47fa7eee95bbd3 authored about 1 year ago
BUG: Fix FP overflow error in division when the divisor is scalar

The bug occurred when SIMD partial load was involved,
due to filling remaining lanes of the ...

8446a47e5c4041fad5b49c11f2b5fd293e6d30ff authored about 1 year ago
Merge pull request #25139 from numpy/dependabot/github_actions/actions/dependency-review-action-3.1.3

MAINT: Bump actions/dependency-review-action from 3.1.2 to 3.1.3

585e8fb69d787cd158b0bfca033e2b2c2da349d5 authored about 1 year ago
TYP: add None to `__getitem__` in `numpy.array_api` (#25022)

Closes gh-24982

3c853e149d5021a377dbe985ecd06b201ff3de46 authored about 1 year ago
BLD: limit scipy-openblas32 wheel to 0.3.23.293.2 (#25085)

Also move unwieldy multi-line CI script into a file

a901911bb4ba0da2fe00152b1e2f90987f389380 authored about 1 year ago
Merge pull request #25131 from charris/post-1.26.2-release-update

MAINT: Update main after 1.26.2 release.

59d94b1e8afa1b36ea0589ea948ea50503d5c08a authored about 1 year ago
MAINT: Bump actions/dependency-review-action from 3.1.2 to 3.1.3

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) fr...

37b77f40817580b52d79ca552fec579213a0f8ce authored about 1 year ago
Merge pull request #25105 from seberg/depr-array-prepare

API: Remove `__array_prepare__`

74e03d384d18abc6ebc94f4d86bfad736be741f1 authored about 1 year ago
Merge pull request #25124 from HaoZeke/f2pyCLIcruft

DOC: `f2py` CLI documentation enhancements

5b1317ce91956ea5c11a29cf397eb6d0a1426e65 authored about 1 year ago
DOC: Update `__array_wrap__` doc based on Martens suggestion

6b980b0c77edaec9a04a057c01b0ebfc57d886d1 authored about 1 year ago
DOC: Tweak mapiter removal note and fix PR number

64768dfd10dd530610a25ae0331c83bd83361453 authored about 1 year ago
DOC: Add release note for removal of `MapIter` related public API

8ed4ec6968d274bd758dc0e44b613d5ee973bf68 authored about 1 year ago
MAINT: Remove now unnecessary MapIter code that preserved ABI

999d0e14d9aa29e353cafd7237b92a6992aca91c authored about 1 year ago