Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NumPy

The fundamental package for scientific computing with Python.
Collective - Host: numfocus - https://opencollective.com/numpy - Website: https://numpy.org/ - Code: https://github.com/numpy/numpy

Fix up Highway gate in Meson

github.com/numpy/numpy - 87f6d198357a5934735cecfaee92ff47697c7cea authored about 1 year ago by Chris Sidebottom <[email protected]>
Re-align submodules with main

github.com/numpy/numpy - 4d139b3860d025232f933e4d3c0d426f24b717b7 authored about 1 year ago by Chris Sidebottom <[email protected]>
ENH: Use Highway's VQSort on AArch64

Introduces Highway, a SIMD library from Google. Highway has it's own dispatch mechanism and SIMD...

github.com/numpy/numpy - a8082fe58906ee716ea212623cf93e3f80652d08 authored about 1 year ago by Chris Sidebottom <[email protected]>
Merge pull request #24791 from danbeibei/bug_f2py_string

BUG: Fix f2py to enable use of string optional inout argument

github.com/numpy/numpy - 7e77d36db0222a26e6aa37e3d6bc8dbe5fdc8446 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25198 from hroncok/ctypesarray

MAINT: Replace deprecated ctypes.ARRAY(item_type, size) with item_type * size

github.com/numpy/numpy - b850c3bf773f7fde43d3dac203fc03577b864627 authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25176 from mdhaber/gh21326

DOC: replace integer overflow example

github.com/numpy/numpy - 8406827576df6efe748d51f86a01b8da2b8a3223 authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: Replace deprecated ctypes.ARRAY(item_type, size) with item_type * size

See https://github.com/python/cpython/issues/105733

github.com/numpy/numpy - d9155244ea06705ebd9194cc7a621e82316b61ba authored about 1 year ago by Miro Hrončok <[email protected]>
BUG: Fix single to half-precision conversion on PPC64/VSX3

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

github.com/numpy/numpy - 77e50796b37ec821aa64439ba6082fe5a4d4bf7d authored about 1 year ago by Sayed Adel <[email protected]>
TST: Add a check for non-ndarray string types

github.com/numpy/numpy - d65d7dfdfbe6cf061cb3fdf14924e882035aa678 authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Add gh-24781 for string inout optional [f2py]

github.com/numpy/numpy - 5c909a61b33811eeb6e35764fde2c6a7883065b6 authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Be explicit about failure modes [f2py-str]

github.com/numpy/numpy - 14c458dfe2241e0a77d1e233777660a8842021f8 authored about 1 year ago by Rohit Goswami <[email protected]>
BUG: Fix numpy.f2py to enable use of string optional inout argument

github.com/numpy/numpy - 32ad40eeb49679c24e383c997716f6c227006300 authored about 1 year ago by Daniel Vanzo <[email protected]>
Merge pull request #25186 from HaoZeke/gh-19161

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

github.com/numpy/numpy - 907ccc3467006df46a95ef63f08c7ca546ff2c49 authored about 1 year ago by Matti Picus <[email protected]>
DOC: Add a note to the release [f2py] common-kind

github.com/numpy/numpy - b9599affd08699bb107b70b2673f3906576dfb76 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25185 from HaoZeke/fixNonemodule

MAINT: Fix sneaky typo [f2py]

github.com/numpy/numpy - 6c45668299035bf9562fd100e7a7107844a81c40 authored about 1 year ago by Matti Picus <[email protected]>
TST: Ensure f2py defaults are tested

github.com/numpy/numpy - 77ddda80c9180d33de397114a751eae183f43c8f authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Add a test for gh-19161 [f2py]

github.com/numpy/numpy - ce940a00125f6948ac1ad769a4396b866ca5cd42 authored about 1 year ago by Rohit Goswami <[email protected]>
BUG: Add use-block handling for common blocks

Closes gh-19161

github.com/numpy/numpy - 3e442fc4fb343a6e7a048f4279e1b916dbe5ec65 authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Create a useblocks function [f2py]

github.com/numpy/numpy - 33778a7314f08f4cf1d08aca3b4a03782a91069e authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Don't escape newlines from f2py [f2py]

github.com/numpy/numpy - a298e08716f7e22f5f790c9106f8481b2d196a23 authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Fix sneaky typo [f2py]

github.com/numpy/numpy - d0f00cb54ba1edefbb8ef2cc210079f6fc429733 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25181 from HaoZeke/newGH22819

BUG: Disallow shadowed modulenames

github.com/numpy/numpy - 18c6157f5da5736575b6d8d492aacca3b5d69551 authored about 1 year ago by Matti Picus <[email protected]>
MAINT: Rework inline CLI with current URL

Used the archive link added to the documentation

github.com/numpy/numpy - 320849308a41f899793e1193fe197c0b2ce53b97 authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: Update inline licenses [f2py]

Closes gh-25137

github.com/numpy/numpy - ccc97b3db366ef79f77097cc9a7fc965c6f92f32 authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Handle case where -m is None

github.com/numpy/numpy - 50b0e81cfbeb4b138aa61a20fbbd5ec30e22b858 authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: Rework documentation on -m [f2py]

github.com/numpy/numpy - 1c4767f2292b65cee7650d17a78b0b0e9494abdb authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: Add an entry to the changelog [f2py]

github.com/numpy/numpy - 04a280e251da9932040cac8f173a6c7f3c797ab6 authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Fix implementation for gh22819 [f2py]

github.com/numpy/numpy - fbf0ea0512b19f552a0b643384ae8e6076145a19 authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Add tests for CLI .pyf file work

github.com/numpy/numpy - 0f6e3574c00d9e3c05391bb6748ad92cab62376d authored about 1 year ago by Rohit Goswami <[email protected]>
MAINT: Strengthen the validation of pyf files

github.com/numpy/numpy - 3961474e4053ff2215dd6ee4502165190609cdde authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: std/var: remove colons to fix rendering

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

github.com/numpy/numpy - 3d08e7436701948c1c35bfc3d90d79f271f398fd authored about 1 year ago by Matt Haberland <[email protected]>
BUG: Correctly disallow shadowed modulenames

github.com/numpy/numpy - 9140edde39d133487c3be6011100b2f93e09849a authored about 1 year ago by Rohit Goswami <[email protected]>
TST: Add one for gh-22819

github.com/numpy/numpy - 0cc05f65946d5782e593e069c968e92c4e40a581 authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: replace integer overflow example

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

github.com/numpy/numpy - 4ba7282d25d1fcf13ce5419d0de28c17ecb0f452 authored about 1 year ago by Matt Haberland <[email protected]>
DOC: std/var: make docstring raw to fix rendering

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

github.com/numpy/numpy - 7f02f405e333b7a73a94b65eac06c8b826fd9297 authored about 1 year ago by Matt Haberland <[email protected]>
DOC: std/var: improve documentation of ddof, take 2

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

github.com/numpy/numpy - 112a55e6fdd9be925bc2e07643af8a8f1f84a735 authored about 1 year ago by Matt Haberland <[email protected]>
MNT: do not use `long` type

Removed as type at language level 3 in ed7e95912b6ed7d20e190fbf1aecb9f2a997d479
in cython

github.com/numpy/numpy - 6dc2fd31f8a5a4ef502cb7734f004f5bce94e671 authored about 1 year ago by Thomas A Caswell <[email protected]>
Merge pull request #24939 from melissawm/legacy-directive

DOC: Add legacy directive to mark outdated objects

github.com/numpy/numpy - 605e34577affa99fd49bbb6156843953b81d92b8 authored about 1 year ago by Rohit Goswami <[email protected]>
Merge pull request #25160 from jmrohwer/f2pycompile

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

github.com/numpy/numpy - a091a251d4e5f5f2eca116e28d8adc226762b048 authored about 1 year ago by Rohit Goswami <[email protected]>
ENH: Add replace ufunc for bytes and unicode dtypes

github.com/numpy/numpy - 19396d298beca3f56d93d59e18b6965853c9eebc authored about 1 year ago by Lysandros Nikolaou <[email protected]>
MAINT: Cython restore NPY_MAXDIMS and add NPY_RAVEL_AXIS

github.com/numpy/numpy - 8dddc54a764c757a21d0259b5a1d937897ae9b50 authored about 1 year ago by Sebastian Berg <[email protected]>
TST: Make linter happy, it was right.

github.com/numpy/numpy - a5a250f16885d5c3ad48e711bd3925c753371ddd authored about 1 year ago by Sebastian Berg <[email protected]>
TST: "fix" failing memoryview with too many dimensions test

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

github.com/numpy/numpy - d6840f54bf8e390686045537a0a9f08be2ecf47e authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Add documentation for maxdim increase (and related) changes

github.com/numpy/numpy - 3270231a4c333997066f35815b1ee05b12adccf0 authored about 1 year ago by Sebastian Berg <[email protected]>
API: Add 1.x support for ``PyArray_RUNTIME_VERSION`` to the compat header

github.com/numpy/numpy - 6a878e38fc5744b3827d751c8371e44558b6a36b authored about 1 year ago by Sebastian Berg <[email protected]>
TST: Add a few tests for paths that are for now limited to 32 dims

github.com/numpy/numpy - bbc40836309c8ec49bce25582ac23214b7e733ff authored about 1 year ago by Sebastian Berg <[email protected]>
TST: Adapt test to larger max-dims and max-args

github.com/numpy/numpy - af55c6b7d1ba15128fe7ddd6c9d91f057faa9d28 authored about 1 year ago by Sebastian Berg <[email protected]>
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 ...

github.com/numpy/numpy - fc1bb6b5b751dc20d7a4fe85ec4fd4287968a0ab authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #24949 from seberg/import-error

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

github.com/numpy/numpy - 6b5fb5e1531096a6eb549dff570243c4efc29987 authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25154 from seberg/mapiter-cleanup

MAINT: Cleanup mapiter struct a bit

github.com/numpy/numpy - 4dc749edc3abacc7d6b59959fba43d23572206e1 authored about 1 year ago by Matti Picus <[email protected]>
DOC: Update lexsort docstring for axis kwargs

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

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

github.com/numpy/numpy - 20790a802ddfc49b0fa147866cec34f34677af9a authored about 1 year ago by Liang Yan <[email protected]>
BUG: Fix ma.convolve if propagate_mask=False (#24869)

github.com/numpy/numpy - 8f3dfa5abf021b0af7ef7e837d6da155f1660932 authored about 1 year ago by Larry Bradley <[email protected]>
Merge pull request #25158 from seberg/loadtxt-encoding

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

github.com/numpy/numpy - 32fad571b9486cad6aecd075ba25aadf6602a0fe authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25165 from ngoldbaum/submodule-install

DOC: mention submodule init in source install instructions

github.com/numpy/numpy - 706e9aa07a8c54aba0225de5e69396f97bb77f5d authored about 1 year ago by Charles Harris <[email protected]>
NEP: Add Warren as a NEP 55 author

github.com/numpy/numpy - d836130f85275afaa483daa26bcd52ff12e36ad7 authored about 1 year ago by Nathan Goldbaum <[email protected]>
DOC: mention submodule init in source install instructions

github.com/numpy/numpy - 9707ca337891077ccaac2f136315bea2909b25de authored about 1 year ago by Nathan Goldbaum <[email protected]>
Update numpy/testing/_private/utils.py

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

github.com/numpy/numpy - 93139e978c30a544d697855192c7bec579c86f4e authored about 1 year ago by Matt Haberland <[email protected]>
Merge pull request #25156 from seberg/refcount-cleanup

API: Remove PyArray_REFCNT and NPY_REFCOUNT

github.com/numpy/numpy - 83112cd66b2b26c41aac7204860050e5ad7fed12 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge branch 'main' into nep-55

github.com/numpy/numpy - 69d9a2c8bdf3d7cf38cb7f0aa7f32b192843a4db authored about 1 year ago by Nathan Goldbaum <[email protected]>
DOC: finish NEP 55 updates

github.com/numpy/numpy - 34ff2c08f8386e3ef2d55af40536d91581feb188 authored about 1 year ago by Nathan Goldbaum <[email protected]>
MAINT: apply refurb suggestion (#515)

[FURB108]: Replace `x == y or x == z` with `x in (y, z)`

github.com/numpy/numpydoc - 13b0f815763b3be13cb1cd34fd285f186fd5a142 authored about 1 year ago by Dimitri Papadopoulos Orfanos <[email protected]>
DOC: Fix typos found by codespell (#514)

github.com/numpy/numpydoc - 4381a7f10302c8676e5cd1dd068d3f05e4a12b3f authored about 1 year ago by Dimitri Papadopoulos Orfanos <[email protected]>
BUG: Fix moving compiled executable to root with f2py -c on Windows

github.com/numpy/numpy - 63175cc5dccb758faa380f482848f32015fcaa70 authored about 1 year ago by JM Rohwer <[email protected]>
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.

github.com/numpy/numpy - bdb0c13673c5457b6fbd1928accb56e1dd3016d6 authored about 1 year ago by zoj613 <[email protected]>
DOC: Remove `u` string prefixes from docs

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

github.com/numpy/numpy - 798a3d13c43f381d5e1d4a12b63b29c062d79464 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Fixup docs for new `encoding=None` default

github.com/numpy/numpy - 1d0b04f0885fe6ef4d1338a28f1afc7917b1c455 authored about 1 year ago by Sebastian Berg <[email protected]>
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...

github.com/numpy/numpy - 31b33a4763c0adfe4885d4db13751937e6cbb086 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Update the type table to mention the codes p and P

github.com/numpy/numpy - b6328e9793ae62d8d6d17288e412087484432555 authored about 1 year ago by Sebastian Berg <[email protected]>
BUG: Fix order: long should be preferred over int for `intp`/default

(Might have gotten confused in the merge conflict?)

github.com/numpy/numpy - 82d0941b78687b9f4edaff2631e8a826fe7235b3 authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: Fixup release note to explain transition and support n in buffers

github.com/numpy/numpy - ab5c7f61e1912f43d2be6706df5b57e4884e2c46 authored about 1 year ago by Sebastian Berg <[email protected]>
TYP: Update intp typing codes (unfortunately p and P are now gone)

github.com/numpy/numpy - 0df27eb1ad40509975292ec74f5a70befe9815ed authored about 1 year ago by Sebastian Berg <[email protected]>
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...

github.com/numpy/numpy - 27248ba7040e4c9a1d5891d4929ac18b87ce3a13 authored about 1 year ago by Sebastian Berg <[email protected]>
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...

github.com/numpy/numpy - 1d7ed0a96b84bedb00807a97abf59cc3b91ae373 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Adjust casting table to include the new `nN`

github.com/numpy/numpy - a736d41272d2327fdc8b34a3e6068b7773ae4d53 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Add release snippets for intp/uintp redefinition

github.com/numpy/numpy - 17ac2eeae4b27921688e0dbf008c70565de8c7b7 authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25136 from hawkinsp/align

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

github.com/numpy/numpy - 71f7dcf5f42cda02c2127d19f1bdbf452d73a274 authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25129 from seiko2plus/issue_25097

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

github.com/numpy/numpy - 0419d0a9710fd0c264c308478f7dd3e9b8e8672d authored about 1 year ago by Sebastian Berg <[email protected]>
API: Remove PyArray_REFCNT and NPY_REFCOUNT

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

github.com/numpy/numpy - 8aeb08af1b657d753ae6281f0e3b890b4687632f authored about 1 year ago by Sebastian Berg <[email protected]>
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...

github.com/numpy/numpy - 3ed0e5ad76a2084b7c65a1d97ac9e9628c6490d1 authored about 1 year ago by Sayed Adel <[email protected]>
Merge pull request #25151 from mattip/openblas-prefix

BLD, CI: revert pinning scipy-openblas

github.com/numpy/numpy - 51ee17b6bd4ccec60a5483ee8bff94ad0c0e8585 authored about 1 year ago by Sebastian Berg <[email protected]>
MAINT: Cleanup mapiter struct a bit

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

github.com/numpy/numpy - 7477debcbc3fee07076dfd1de9c5c366905ffbb6 authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25104 from lysnikolaou/string-ufuncs-strlen-count

github.com/numpy/numpy - e801e7a3f5aa78b3640fe7081dcc6a18aa9ed2b1 authored about 1 year ago by Nathan Goldbaum <[email protected]>
ENH: Add strip/lstrip/rstrip ufuncs for unicode and bytes

github.com/numpy/numpy - 728fedc65d97a14122334edac73f15f8b6798321 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Merge pull request #25138 from seberg/mapiter-removal

API: Remove The MapIter API from public

github.com/numpy/numpy - 85d1fe3d3ce7dc2074a6737a1939171eeba68926 authored about 1 year ago by Matti Picus <[email protected]>
BLD, CI: revert pinning scipy-openblas

github.com/numpy/numpy - f7ec2fc5fe998df72b5fffe028bfdfdb4b5cdd33 authored about 1 year ago by mattip <[email protected]>
Address feedback // Improve docstring and add comment to string_count

github.com/numpy/numpy - e256dcc0cf245d66a270a20f22a1c64d9ef3c469 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Merge branch 'main' into string-ufuncs-strlen-count

github.com/numpy/numpy - 47c8aa2f3f2dae7ab8cab34b6e9320aae434b365 authored about 1 year ago by Lysandros Nikolaou <[email protected]>
Merge pull request #25141 from seberg/cytest

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

github.com/numpy/numpy - b3d71f7cdb4a3fdb10bcc0a4321be9d4d0e3bc6f authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25146 from rgommers/array-api-fixes

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

github.com/numpy/numpy - 0f61000320f056fbd6a55392579429e73bed7268 authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25140 from mdhaber/gh24624

DOC: clarify boolean index error message

github.com/numpy/numpy - 34ab283cd2460949d560096ed62f0dddb9d38a9c authored about 1 year ago by Sebastian Berg <[email protected]>
BUG: fix issues with `newaxis` and `linalg.solve` in `numpy.array_api`

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

github.com/numpy/numpy - 562d55fe7b6b6e03d7fd776392f56fb992a2bafd authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #25144 from emilyhunt/DOC-Fix-typo-in-NumPy-2.0-migration-guide

DOC: Fix typo in NumPy 2.0 migration guide

github.com/numpy/numpy - 2a98b4d6df903a3af63120768a89ef2791d383e6 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: Fix typo in NumPy 2.0 migration guide

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

github.com/numpy/numpy - d7b305ffe7f75a8c69b60f386ea11a2377584bb0 authored about 1 year ago by Emily Hunt <[email protected]>
ENH: Add str_len & count ufuncs for unicode and bytes dtypes

github.com/numpy/numpy - c7f8c140eff6fbf2b34fa5f5a06abdfc1c9413ae authored about 1 year ago by Lysandros Nikolaou <[email protected]>
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...

github.com/numpy/numpy - 3fc43d3eaebb095960914b724562a60346941c0e authored about 1 year ago by Sebastian Berg <[email protected]>
TST: Build cython checks testing module only once

github.com/numpy/numpy - 919fd3a0f8e0bbc94d05277b03f1259bc77af754 authored about 1 year ago by Sebastian Berg <[email protected]>
DOC: clarify boolean index error message

github.com/numpy/numpy - f41a399e60428556e6a107bf8e47fa7eee95bbd3 authored about 1 year ago by Matt Haberland <[email protected]>
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 ...

github.com/numpy/numpy - 8446a47e5c4041fad5b49c11f2b5fd293e6d30ff authored about 1 year ago by Sayed Adel <[email protected]>
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

github.com/numpy/numpy - 585e8fb69d787cd158b0bfca033e2b2c2da349d5 authored about 1 year ago by Charles Harris <[email protected]>
TYP: add None to `__getitem__` in `numpy.array_api` (#25022)

Closes gh-24982

github.com/numpy/numpy - 3c853e149d5021a377dbe985ecd06b201ff3de46 authored about 1 year ago by Illviljan <[email protected]>