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
github.com/numpy/numpy - 065cff93e2282a4bc3cbb58ac484ad99a9f6c6a3 authored 11 months ago by Yuki <[email protected]>
github.com/numpy/numpy - c5b5d7a416d4988b003f6d7c6db10c69bc0765bb authored 11 months ago by Yuki <[email protected]>
Co-authored-by: Matti Picus <[email protected]>
github.com/numpy/numpy - 0b56d31cbdc9ba722133ff504fadc14873c84808 authored 11 months ago by Sebastian Berg <[email protected]>[skip cirrus] [skip azp] [skip actions]
github.com/numpy/numpy - d23a1ee29266b288177ce95451f7a0c833a6b73f authored 11 months ago by Yuki <[email protected]>MAINT: Simplify scalar int division a bit (no need for helper func)
github.com/numpy/numpy - ac8b7ac9e1b47bfc8211ca2895086030e7f71ed4 authored 11 months ago by Charles Harris <[email protected]>Update to OpenBLAS 0.3.26
github.com/numpy/numpy - 864c18aa17ca0a1321b316aafae5d892ab396604 authored 11 months ago by Charles Harris <[email protected]>
This just removes the integer true division helper function as it
is trivial and not templated a...
BUG: avoid core dumps with irfft with n=1 on larger input and
more generally ensure correctnes...
BUG: Allow NumPy int scalars to be divided by out-of-bound Python ints
github.com/numpy/numpy - 57684c06258ad61891df4aee1b617ee1764307ab authored 11 months ago by Nathan Goldbaum <[email protected]>github.com/numpy/numpy - 5246b7042bcc0269dff95e6cbf1a71f3f9ec6c82 authored 11 months ago by mattip <[email protected]>
For n=1, the previously led to segfaults.
Regression tests added.
[skip ci]
github.com/numpy/numpy - 7aabe8bf52434b38377926ebeb60df3b86c48eda authored 11 months ago by Marten van Kerkwijk <[email protected]>DOC: add a section on NumPy's module structure to the refguide
github.com/numpy/numpy - 578670bc4465e3c3344c8c194e4ae44a5770e5f5 authored 11 months ago by Matti Picus <[email protected]>NEP: add note on Python integer "exceptions" to NEP 50
github.com/numpy/numpy - 31c2a8416485434d1b15b277a07285ca393fc0a6 authored 11 months ago by Matti Picus <[email protected]>
It is tricky, because there are many corner cases, but I don't want
to list them. More guidance...
Also add some context to the "Routines and objects by topic" listing,
since that was helpful dur...
DOC: replace autosummary for numpy.dtypes with enumerated list
github.com/numpy/numpy - 756c2761e6d405435ee8ef8a27416ac84f26ef11 authored 11 months ago by Ralf Gommers <[email protected]>[skip azp] [skip actions] [skip cirrus]
github.com/numpy/numpy - c0c18518b0afaba583153490169822072a5f1d29 authored 11 months ago by Nathan Goldbaum <[email protected]>
* correct :math: tag
* forgotton word: counterparts
BUG: Use large file fallocate on 32 bit linux platforms
github.com/numpy/numpy - aa8def50ef089ca2ba70bf34e14179e4c4d7535b authored 11 months ago by Matti Picus <[email protected]>ENH: Vectorize argsort and argselect with AVX2
github.com/numpy/numpy - 221427b2076fe7c1eba136fe68f1625bc4c22eed authored 11 months ago by Sayed Adel <[email protected]>
These are not really exceptions to the rules, but may look like
exceptions when compared to the ...
DOC: minor improvement to the partition() docstrings
github.com/numpy/numpy - 0a4b2b83eaf3479f352a7fe5a4b378a169ab48f0 authored 11 months ago by Sebastian Berg <[email protected]>github.com/numpy/numpy - c459b6d1e959bd69591f015720629326a439941f authored 11 months ago by Kit Lee <[email protected]>
github.com/numpy/numpy - 680b6823efd960b574a30b2067c54f5ed31639d8 authored 11 months ago by Raghuveer Devulapalli <[email protected]>
github.com/numpy/numpy - 0db6939e1eed45db197323fee926645302e335ac authored 11 months ago by Raghuveer Devulapalli <[email protected]>
BUG: Ensure meson updates generated umath doc correctly.
github.com/numpy/numpy - 877ca75aba52c7d3a3cb7fc2b098fe71a068386b authored 11 months ago by Ralf Gommers <[email protected]>github.com/numpy/numpy - 8cb1a343f3763c82417e8e6171a927d396e752af authored 11 months ago by Sebastian Berg <[email protected]>
The docstrings are set in `code_generators/ufunc_docstrings.py`,
so added that to the inputs for...
MAINT: Bump actions/upload-artifact from 4.2.0 to 4.3.0
github.com/numpy/numpy - e99906220ab490d26424990e81b9bbac7c563858 authored 11 months ago by Charles Harris <[email protected]>Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0....
github.com/numpy/numpy - c0c381b4cde31ac16ae7144a4bb68378bc9325c8 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>DOC: add autosummary API reference for DType clases.
github.com/numpy/numpy - a7681f63fc0cb9ab7d59e90c272d8d2d80ecd6fb authored 11 months ago by Nathan Goldbaum <[email protected]>BLD: fix potential issue with escape sequences in `__config__.py`
github.com/numpy/numpy - ceeeab11e875e993c6498cfa8e8fa755d1737e97 authored 11 months ago by Charles Harris <[email protected]>
The current code isn't robust to backslashes (from path segments on
Windows) in linker flags. No...
github.com/numpy/numpy - 88536af3495d7201f54bd5209fd51ee7dcfd2f7c authored 11 months ago by Sebastian Berg <[email protected]>
Co-authored-by: Ross Barnowski <[email protected]>
github.com/numpy/numpy - 86f58887877096d99dadde56ba81afe70cbb0451 authored 11 months ago by Nathan Goldbaum <[email protected]>
This is unfortunately slow as it goes into the ufunc machinery,
but since the ufunc machinery al...
ENH: Use AVX512-FP16 SVML content for float16 umath functions
github.com/numpy/numpy - 1d0edc13fd48336422a81e04a78bbc3100eaad9b authored 11 months ago by Sayed Adel <[email protected]>github.com/numpy/numpy - bc272997742403b10fbf5bf4297154e5dcb0f0b4 authored 11 months ago by Raghuveer Devulapalli <[email protected]>
MAINT: Bump mymindstorm/setup-emsdk from 13 to 14
github.com/numpy/numpy - 09eb0ce28f15e159f6a58d9a100349173670f60b authored 11 months ago by Charles Harris <[email protected]>ENH: Allow strings in logical ufuncs
github.com/numpy/numpy - f84b5a4cf0eb8a3e30df168019dcaa6b3d4914bf authored 11 months ago by Nathan Goldbaum <[email protected]>
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14.
- [Re...
MAINT: fix warning about visibility tag on clang
github.com/numpy/numpy - a9c1096914d339395f62b8695993e8b0ec663db9 authored 11 months ago by Nathan Goldbaum <[email protected]>github.com/numpy/numpy - 10dec3ff07274cf843fcc293e21f6b53c9b2772e authored 11 months ago by Sebastian Berg <[email protected]>
* DOC: Improve error messages for random.choice
github.com/numpy/numpy - 6fbbcab75e20bafcff2de9927307e5f1fc776b41 authored 11 months ago by Miles Cranmer <[email protected]>ENH: Create helper for conversion to arrays
github.com/numpy/numpy - 55afe35caa472122c38fd02dcef8a290624ba0f4 authored 11 months ago by Nathan Goldbaum <[email protected]>Co-authored-by: Sebastian Berg <[email protected]>
github.com/numpy/numpy - 0589dc155d06135ae6da229a6da6e0ba9d8882d0 authored 11 months ago by Nathan Goldbaum <[email protected]>BUG: Fix AVX512 build flags on Intel Classic Compiler
github.com/numpy/numpy - 97e3fb77e372506776bae6ce6bb7908c8cc09b22 authored 11 months ago by Charles Harris <[email protected]>github.com/numpy/numpy - 2264d77548f04f1daa727941866f3aeea58a09e6 authored 11 months ago by Sebastian Berg <[email protected]>
github.com/numpy/numpy - 796e7975356b3424772e48174219cee8702bdc73 authored 11 months ago by Nathan Goldbaum <[email protected]>
[skip cirrus] [skip actions] [skip azp]
github.com/numpy/numpy - 4f89e363eda9752bb57f5af02c09e4ac0f331b74 authored 11 months ago by Nathan Goldbaum <[email protected]>DOC: improve structure of reference guide
github.com/numpy/numpy - b123cc9a0ebc032e35ae978e56b06daca5929d6a authored 11 months ago by Nathan Goldbaum <[email protected]>github.com/numpy/numpy - 953cc2dfc0f0e063a01778d1392c931d9031c469 authored 11 months ago by Sayed Adel <[email protected]>
I didn't allow them because casting strings to bools made no sense
at all. But that was fixed i...
[skip cirrus] [skip actions] [skip azp]
github.com/numpy/numpy - 354dcfb87cdddd13eb7216d8e7975d706305c562 authored 11 months ago by Ralf Gommers <[email protected]>This PR adds support for weights in np.quantile similar to np.average(..., weights=w). As an unc...
github.com/numpy/numpy - 89eac8bb788cef4869e88cbd20e90da0f745eafd authored 11 months ago by Christian Lorentzen <[email protected]>* DOC: random.Generator.pareto: improve accuracy of documentation
Co-authored-by: Matt Haberl...
github.com/numpy/numpy - ce6c9bd1811c88f86f8695c0409f5f6e85390d75 authored 11 months ago by mkiffer <[email protected]>DOC: fix syntax highlighting issues in added f2py docs
github.com/numpy/numpy - 560ef3958deb1cb47f44d6f3b10c0bba1eeddb7b authored 11 months ago by Charles Harris <[email protected]>[skip actions] [skip cirrus] [skip azp]
github.com/numpy/numpy - 0958774151b6461d5d287f63b65c579fd1a3c23c authored 11 months ago by Ralf Gommers <[email protected]>ENH: Make `numpy.array_api` more portable
github.com/numpy/numpy - ad360324dbb3f43f0b40384e97e2f251b4140c2f authored 11 months ago by Ralf Gommers <[email protected]>DOC: Fix links to f2py codes
github.com/numpy/numpy - 4b562030913a5fc69a10f4b1afc8749a1d9fff77 authored 11 months ago by Ralf Gommers <[email protected]>
Functions in NumPy that return lists of arrays are problematic for
Numba. See https://github.co...
`f2py/advanced.rst` was moved to `f2py/advanced/use_cases.rst`,
so the relative links to `code/*...
This doesn't quite fix all places, but it does most (most prominently
linalg also does some quit...
This helper allows dealing with result_type and array wrapping
without explicitly holding on to ...
github.com/numpy/numpy - 27fa00b6b9bc0ac0ef2999e4c944d8430715cda6 authored 11 months ago by Sebastian Berg <[email protected]>
This reorganize how array-wrap is called. It might very mildly change the semantics for reductio...
github.com/numpy/numpy - 6bd3abfadd21757bbfc7563da5ac9fe996d58e55 authored 11 months ago by Sebastian Berg <[email protected]>DOC: Remove a duplicated argument `shape` in `empty_like`
github.com/numpy/numpy - 285f5fbdca825db7c1e2add63995c15697964c60 authored 11 months ago by Sebastian Berg <[email protected]>github.com/numpy/numpy - 1582f0e5485ac7a3e76a96e7c7b53a6cb7ecaf18 authored 11 months ago by Yuki <[email protected]>
github.com/numpy/numpy - 7c937ade9dabd9d0121570449dbc67a5fff0d683 authored 11 months ago by Richard Howe <[email protected]>
NEP: update NEP 55 text to match current stringdtype implementation
github.com/numpy/numpy - 39c3732cb9048414c468bff8a17c048d11b8bfa4 authored 11 months ago by Nathan Goldbaum <[email protected]>github.com/numpy/numpy - 34ec3fb54dddf93f084e4b00afc95cc45b73b7ab authored 11 months ago by Raghuveer Devulapalli <[email protected]>
github.com/numpy/numpy - 0a0ac43e6d260a1365d2cca9534c7f4e1d26c253 authored 11 months ago by Raghuveer Devulapalli <[email protected]>
MAINT: Bump actions/upload-artifact from 4.1.0 to 4.2.0
github.com/numpy/numpy - e234e90b05ae0a2a323a216f2c9b8c87d8b7c3c6 authored 11 months ago by Charles Harris <[email protected]>Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0....
github.com/numpy/numpy - 2cf003889de79ca109fa98445e991765d989d762 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>MAINT, ENH: Implement calling pocketfft via gufunc and allow out argument
github.com/numpy/numpy - 539dafa3fbd823bfb490f6355ac2d76d16eddc23 authored 11 months ago by Sebastian Berg <[email protected]>github.com/numpy/numpy - 01357d0119350a9708852d8990fd3f18e0018510 authored 11 months ago by Lysandros Nikolaou <[email protected]>
The ufuncs taken npts from the output, so that using less or more
than the full input remains po...
These changes make no sense for upstream.
github.com/numpy/numpy - 0ac6bdef2791cb7509bd6ed571e1c37c5ca2e987 authored 11 months ago by Marten van Kerkwijk <[email protected]>This commit ensures the pockefft.c file is identical to upstream.
github.com/numpy/numpy - a8813cca6d88ae2b062df2dfa76cb4460ad6d295 authored 11 months ago by Marten van Kerkwijk <[email protected]>
These numpy changes could in principle be added to upstream,
as they add robustness.
github.com/numpy/numpy - 7ff5d4f8aa1b03f0d7db4b19c8f1c5b6ebbaeafc authored 11 months ago by Lysandros Nikolaou <[email protected]>
TST: Bump pytz to 2023.3.post1
github.com/numpy/numpy - 72879d3fd02a618b7ec2b3e42f3829f5d0d474d0 authored 11 months ago by Ralf Gommers <[email protected]>TST: Fix test_warning_calls on Python 3.12
github.com/numpy/numpy - c7d7af5ea15898eca3fbcac39bc45d37c19d7c88 authored 11 months ago by Sebastian Berg <[email protected]>TST: Fix f2py doc test collection in editable installs
github.com/numpy/numpy - de39d32318f17607908931347fe8cca43ff6f315 authored 11 months ago by Ralf Gommers <[email protected]>
Using local prototypes instead of the header files meant that the
redirects triggered by -D_FILE...
This version fixes the DeprecationWarning in Python 3.12:
```
DeprecationWarning: datetime.datet...
It currently raises a warning:
```
DeprecationWarning: Attribute s is deprecated and will be rem...
When running outside `spin` and in a short directory path, the
`parents[8]` causes an `IndexErro...
github.com/numpy/numpy - 60b7a53c212c095d54f1de39bd64148af488eb59 authored 11 months ago by Nathan Goldbaum <[email protected]>
API: make arange `start` argument positional-only
github.com/numpy/numpy - a7c6be59af49eb08fc6c6a13a72d25811f68b295 authored 11 months ago by Sebastian Berg <[email protected]>ENH: Wrap string ufuncs in np.strings to allow default arguments
github.com/numpy/numpy - dbab03d97fee363fb887bd507f709a94d143d00c authored 11 months ago by Nathan Goldbaum <[email protected]>Improve documentation related to fft parameter deprecations
github.com/numpy/numpy - dce08c3e7eacf27ca79db3ddf3962675f7a0ef9e authored 11 months ago by Lucas Colley <[email protected]>github.com/numpy/numpy - 8fd0ae58d170b73769a95e35f782bd29319559d4 authored 11 months ago by Sebastian Berg <[email protected]>
Also reinstante tests...
github.com/numpy/numpy - 08058db332f7c106552740ad789a0cce34fb6382 authored 11 months ago by Sebastian Berg <[email protected]>github.com/numpy/numpy - 2d9f7976ba3c961055d0ce0257d4109040624d4a authored 11 months ago by Evgeni Burovski <[email protected]>
github.com/numpy/numpy - 824ae98ac6fee0e9fe5503d8cd5f618c5723234b authored 11 months ago by Evgeni Burovski <[email protected]>
TST: Fix test_numeric on riscv64
github.com/numpy/numpy - 41dcc021a0378478abb6446dcd1690c232962a2a authored 11 months ago by Sebastian Berg <[email protected]>MAINT: Bump actions/dependency-review-action from 3.1.5 to 4.0.0
github.com/numpy/numpy - a05ab5965e0ab64ecf60086083936af31bac24f1 authored 11 months ago by Charles Harris <[email protected]>BLD: fix building for windows ARM64
github.com/numpy/numpy - 626312265d1654e9f41b5b4bfbb0f848f687526c authored 11 months ago by Sebastian Berg <[email protected]>