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

TYP: Remove `trapz`, `in1d` and `row_stack` leftovers

xref #24445

github.com/numpy/numpy - 97623ced647fc05766ac2cde4360213fa5fa2ed8 authored about 1 year ago by Bas van Beek <[email protected]>
TYP: Remove remnants of functions deprecated in #24376

Xref #24376

github.com/numpy/numpy - 0c259b5bef321a2418b49c23dadd2278a73588f1 authored about 1 year ago by Bas van Beek <[email protected]>
TYP: Allow the `err_msg` parameter `np.testing` functions to take arbitrary objects

Xref #24877

github.com/numpy/numpy - 4d0fdb1c514801f35a50481e34991df4ae698b78 authored about 1 year ago by Bas van Beek <[email protected]>
TYP: Add `np.version` stubs

github.com/numpy/numpy - fad52fcadb5a97f8c70780271d5817356c9df35f authored about 1 year ago by Bas van Beek <[email protected]>
CI: Bump the ubuntu-latest python version from 3.10 to 3.12 for the mypy jobs

github.com/numpy/numpy - d9dd4b53a343a170e64321a946b9b86dd653e025 authored about 1 year ago by Bas van Beek <[email protected]>
MAINT: Remove a now-redundant warning ignore related to mypy

github.com/numpy/numpy - 0c8b8f3f2e5e86e84cb157ad48d5e4d2e3440632 authored about 1 year ago by Bas van Beek <[email protected]>
TYP,CI: bump mypy from 1.5.1 to 1.8.0

github.com/numpy/numpy - f2effd0bf6574807f9d5e174fd5765de560b1840 authored about 1 year ago by Bas van Beek <[email protected]>
ENH: Define a vecdot gufunc

Also use it in the tests instead of the old inner1d from
the test umath functions.

github.com/numpy/numpy - 843a5e39fb0d79cd1badc27f29002227d47a3433 authored about 1 year ago by Marten van Kerkwijk <[email protected]>
Merge pull request #25443 from rgommers/fix-avx-test-warnings

TST: fix issue with dtype conversion in `test_avx_based_ufunc`

github.com/numpy/numpy - 5cd31cd5093c427aa62d8cf9cb8f0f28989dd264 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25255 from andyfaff/macoswheel

ENH: add new wheel builds using Accelerate on macOS >=14

github.com/numpy/numpy - 07c512e15e2830cb9bca8ff86e7b8ebc2df36aba authored about 1 year ago by Ralf Gommers <[email protected]>
TYP: Explicitly re-export `np.lib.array_utils`

xref #24540

github.com/numpy/numpy - d89f1768a81a21c8d12df1745e37f3677d1aceb8 authored about 1 year ago by Bas van Beek <[email protected]>
Merge pull request #25388 from mtsokol/pinv-cholesky-array-api

API: Adjust ``linalg.pinv`` and ``linalg.cholesky`` to Array API

github.com/numpy/numpy - 5038cef09caee72239f941522f26edcc0fef3511 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25434 from mhvk/dtype-from-string-with-trailing-comma

API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.

github.com/numpy/numpy - cad2c172a28c62ae7b100eeb773087bef56b1bbb authored about 1 year ago by Nathan Goldbaum <[email protected]>
Merge pull request #25444 from rgommers/fix-pypy-test-failure

TST: remove `TestNewBufferProtocol.test_error_too_many_dims`

github.com/numpy/numpy - aff759554fc87d291a3f784ef9038b917819c20e authored about 1 year ago by Nathan Goldbaum <[email protected]>
BLD: modify macos wheel build to use accelerate [wheel build]

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

github.com/numpy/numpy - c6bcaaaf75ff5996646eba839249335286b09b79 authored about 1 year ago by Andrew Nelson <[email protected]>
Merge pull request #25440 from rgommers/show-meson-log

CI: show meson-log.txt in Cirrus wheel builds

github.com/numpy/numpy - 84da5965e28e545cb84f8d3ab8bb2321db4ccd2e authored about 1 year ago by Ralf Gommers <[email protected]>
TST: fix issue with dtype conversion in `test_avx_based_ufunc`

This avoids a deprecation and solves CI log pollution like:

```
...
_core/tests/test_umath.p...

github.com/numpy/numpy - a8e1a278997716f78d10c172bdb22bdde3086a23 authored about 1 year ago by Ralf Gommers <[email protected]>
TST: remove `TestNewBufferProtocol.test_error_too_many_dims`

This is failing in the tests for PyPy 3.9 wheel builds, which
is blocking the production of nigh...

github.com/numpy/numpy - 5a93cfe29f68f7edf26f4b5001474ae775da79d9 authored about 1 year ago by Ralf Gommers <[email protected]>
API: Adjust linalg.pinv and linalg.cholesky to Array API

github.com/numpy/numpy - dfe7fd611459d9d755851af062ad61085d91f9ae authored about 1 year ago by Mateusz Sokół <[email protected]>
remove meson considerations from the NEP [skip actions]

[skip travis]
[skip azp]
[skip cirrus]

github.com/numpy/numpy - 20d4941bff634fd9f4e05573b79d70bb90018139 authored about 1 year ago by Matti Picus <[email protected]>
resolve conversations, mainly by removing controversial topics

github.com/numpy/numpy - 3f0461ee78f2c331afacb959c59320302543e438 authored about 1 year ago by Matti Picus <[email protected]>
CI: show meson-log.txt in Cirrus wheel builds [wheel build]

To do this, we need to be able to locate the log file in a fixed
location, hence the need to add...

github.com/numpy/numpy - ce0ea9d663404657b12c2806bcf47e1870e61daa authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #25438 from rgommers/ninja-test-req

DEV: add `ninja` to `test_requirements.txt` and clean up related comment

github.com/numpy/numpy - 021787a600cee9350234185f71a6349db83c699f authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #25439 from rgommers/clean-wheel-cflags

BLD: remove `-fno-strict-aliasing`, `--strip-debug` from cibuildwheel config

github.com/numpy/numpy - 4dde4c0321987319170424492a1da175b32ddfe4 authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25054 from mtsokol/isdtype-function

API: Introduce `np.isdtype` function [Array API]

github.com/numpy/numpy - a1fbdd96e144fb6b4ecd7cf073822b574eb02c03 authored about 1 year ago by Nathan Goldbaum <[email protected]>
BLD: remove `-fno-strict-aliasing`, `--strip-debug` from cibuildwheel config

It's already included in the top-level `meson.build` file, which
is more correct. See gh-25004 f...

github.com/numpy/numpy - 1d01aae55ccbf2685d9b2bae31faf447e4773473 authored about 1 year ago by Ralf Gommers <[email protected]>
DEV: add `ninja` to `test_requirements.txt` and clean up related comment

github.com/numpy/numpy - d815ef3431fc6d41f71c407b1dcba39cd16383ac authored about 1 year ago by Ralf Gommers <[email protected]>
Merge pull request #25413 from linus-md/beta-2

DOC: Add example to ``rng.beta(...)``

github.com/numpy/numpy - 9fd38f9a8f0f52b54cf3b8f568f9ab485a621262 authored about 1 year ago by Matti Picus <[email protected]>
DOC: Add whitespace

github.com/numpy/numpy - 1b35a60a362bb2549d8c313c037086ae46795cf7 authored about 1 year ago by Linus Sommer <[email protected]>
Merge pull request #25432 from mtsokol/docs-update

DOC: Add ``numpy.lib`` docs page

github.com/numpy/numpy - 84595f61c3fce7c27a3892ae00fd54eb4580e38f authored about 1 year ago by Nathan Goldbaum <[email protected]>
API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.

Previously, `np.dtype("i")` and `np.dtype("i,")` were treated as
identical, even though `np.dtyp...

github.com/numpy/numpy - 86b39ab8a92bb741abf3e3d32a5708cef1da692b authored about 1 year ago by Marten van Kerkwijk <[email protected]>
DOC: Add numpy.lib docs page

github.com/numpy/numpy - 2d91a3014ad3eaa7b3eaeff85efd48d7bb73fdcb authored about 1 year ago by Mateusz Sokół <[email protected]>
REVERT: revert python vecdot implementation

github.com/numpy/numpy - 00a6b963cda31c268fa9a7fa6330104958e7bf37 authored about 1 year ago by Marten van Kerkwijk <[email protected]>
DOC: Improve ``beta`` example

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

github.com/numpy/numpy - da05724b7c42497f0117304cfbfd23a503f89040 authored about 1 year ago by linus-md <[email protected]>
Merge pull request #25426 from ngoldbaum/set-invalid-state

BUG: avoid seg fault from OOB access in RandomState.set_state()

github.com/numpy/numpy - 0032ede015c9b06f88cc7f9b07138ce35f4357ae authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25425 from seberg/mem-errors

BUG: Fix two errors related to not checking for failed allocations

github.com/numpy/numpy - b9a0c9eeae013dea5e6258ce711aa88811dbbfe3 authored about 1 year ago by Charles Harris <[email protected]>
BUG: avoid seg fault from OOB access in RandomState.set_state()

github.com/numpy/numpy - 952fac697b8ff1b32e5a2f11274a24e01273c9dd authored about 1 year ago by Nathan Goldbaum <[email protected]>
BUG: Fix two errors related to not checking for failed allocations

Tracking down issues in the 32bit debug run, it turned out to be a memory
leak and the crashes w...

github.com/numpy/numpy - 40c5a4129d8c1935d4e0866b164f9b34788c041a authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25417 from numpy/dependabot/github_actions/actions/setup-node-4.0.1

MAINT: Bump actions/setup-node from 3.8.1 to 4.0.1

github.com/numpy/numpy - 81ac1c4bea10ceb30326e00cd160e5a793a3c4ed authored about 1 year ago by Charles Harris <[email protected]>
Merge pull request #25418 from numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-328d16f501600fcb4535e1024a538077cd333ea8

MAINT: Bump larsoner/circleci-artifacts-redirector-action from 7e80b26b4c58b5d3272effc05491c1829...

github.com/numpy/numpy - 70b40a021852f7e14740d49c16f10d69ac3c032f authored about 1 year ago by Charles Harris <[email protected]>
DOC: Improve ``np.histogram`` docs (#25404)

Add note to the weight parameter description describing the
relationship between the weight dty...

github.com/numpy/numpy - 8385ba3c4827b6ca1492ea3929cf1e227f3d299c authored about 1 year ago by Pablo <[email protected]>
MAINT: Bump larsoner/circleci-artifacts-redirector-action

Bumps [larsoner/circleci-artifacts-redirector-action](https://github.com/larsoner/circleci-artif...

github.com/numpy/numpy - 5a0def220789c36762a725f71f4a35f77a6e2381 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MAINT: Bump actions/setup-node from 3.8.1 to 4.0.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.1.
- [Releas...

github.com/numpy/numpy - 4be0c9b5db5b5bc7fe6e217e3a7fb4bf3283c6f2 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #25412 from linus-md/clean-up-generator

DOC: Clean up of ``_generator.pyx``

github.com/numpy/numpy - 2cc2112e030cdf402566e7e06411473e1665fd38 authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25226 from HaoZeke/gh25207

BUG: Handle `iso_c_type` mappings more consistently

github.com/numpy/numpy - 003c8468b0c60d82326f295c5a8638901f1568f6 authored about 1 year ago by Matti Picus <[email protected]>
DOC: Add missing examples to ``np.ma``

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

github.com/numpy/numpy - b417c6deed1cf60f7d50dfd293bfa22a66d67df9 authored about 1 year ago by linus-md <[email protected]>
DOC: Add example for ``rng.exponential()``

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

github.com/numpy/numpy - a6937becc0f0492a3b71068ba27a46623fb83080 authored about 1 year ago by Linus <[email protected]>
BUG: Handle includes correctly [f2py]

github.com/numpy/numpy - 4b9838450d7c3e2105339d3c6067ffed47ad7689 authored about 1 year ago by Rohit Goswami <[email protected]>
DOC: Add example to ``rng.beta(...)``

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

github.com/numpy/numpy - 30839ce9dd0b046b02289413f284b87ea94e5e56 authored about 1 year ago by linus-md <[email protected]>
DOC: Clean up of ``_generatorpyx``

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

github.com/numpy/numpy - 13bf77534a547df7962d1a377ab9ed6ec1425b2d authored about 1 year ago by linus-md <[email protected]>
DOC: Improve example for ``rng.binomial()``

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

github.com/numpy/numpy - 76eeccd76776e17003c7add212014d336ce52f4a authored about 1 year ago by Linus <[email protected]>
Merge pull request #25342 from linus-md/add-char-documentation-2

DOC: Add more ``np.char`` documentation

github.com/numpy/numpy - d7d406f1ac503f81e7c7d4605300b7248b86f165 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Update defchararray.py

github.com/numpy/numpy - e527492df0ce60eb09cce0a60e3a4216c19336a9 authored about 1 year ago by Linus Sommer <[email protected]>
API: Introduce np.isdtype function

github.com/numpy/numpy - 4598f0cc196fb79669ebbbd46bc4fa45c1fc715d authored about 1 year ago by Mateusz Sokół <[email protected]>
Merge pull request #25376 from r-devulap/spr-baseline

BUG: Fix build issues on SPR and avx512_qsort float16

github.com/numpy/numpy - 08e6252fc38d3b463879afce733c889df2af1d34 authored about 1 year ago by Sayed Adel <[email protected]>
Merge pull request #25398 from eendebakpt/logistic_docs

DOC: Plot exact distributions in logistic, logseries and weibull example

github.com/numpy/numpy - a31fe4dfcbd6edfa4d20a12d97889dc4db6b7f38 authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25397 from seiko2plus/update_highway_or_revert_25247

BUG, SIMD: Fix quicksort build error when Highway/SVE is enabled

github.com/numpy/numpy - faa21ddf516e44b8fe5a6925af9512445576142d authored about 1 year ago by Charles Harris <[email protected]>
fix spacing

github.com/numpy/numpy - 300b0be8d2ccd54fa67ac1def4c59b96ffe71e53 authored about 1 year ago by Pieter Eendebak <[email protected]>
DOC: Plot exact distributions in logistic, logseries and weibull example

github.com/numpy/numpy - 4bc44b405e352daf32380f318eec393b680694f4 authored about 1 year ago by Pieter Eendebak <[email protected]>
BUG, SIMD: Fix quicksort build error when Highway/SVE is enabled

Update Highway against the latest commit to SVE compile errors

github.com/numpy/numpy - 796e07586306c0303fce295c289e88c014f3f778 authored about 1 year ago by Sayed Adel <[email protected]>
Merge pull request #25394 from numpy/dependabot/github_actions/actions/upload-artifact-4.0.0

MAINT: Bump actions/upload-artifact from 3.1.3 to 4.0.0

github.com/numpy/numpy - cfac85b5c04ce5726c2fee2fae847d90b26c76b7 authored about 1 year ago by Charles Harris <[email protected]>
MAINT: Bump actions/upload-artifact from 3.1.3 to 4.0.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0....

github.com/numpy/numpy - 674cb05af568262ffe5480d78d6c9fa874f3f15f authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move SIMD SPR tests to intel_sde_spr job

github.com/numpy/numpy - bde29643a418542b0fec8c10e6b809e8292f2d71 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Add skip for example with tabs

github.com/numpy/numpy - fa97e0fea8fcbf1451e86ac54535cd6249a7942d authored about 1 year ago by linus-md <[email protected]>
Merge pull request #25346 from Mousius/highway-vqsort-float16

ENH: Enable 16-bit VQSort routines on AArch64

github.com/numpy/numpy - da8afcb0ebdbf3141c199d903fb5bbe4db487a0e authored about 1 year ago by Sayed Adel <[email protected]>
Merge pull request #25383 from Flamefire/patch-1

MAINT: Init ``base`` in cpu_avx512_kn

github.com/numpy/numpy - 1abec4028415abf50ea6d248e011981bf9858359 authored about 1 year ago by Sayed Adel <[email protected]>
Merge pull request #25155 from mtsokol/array-api-linalg

API: Add ``matrix_norm``, ``vector_norm``, ``vecdot`` and ``matrix_transpose`` [Array API]

github.com/numpy/numpy - 8162cafdcdd99ac03fd6fc9906379cae60d2d8f8 authored about 1 year ago by Nathan Goldbaum <[email protected]>
Remove ``expandtabs``example

github.com/numpy/numpy - 08cd74903987dabc0b6c62221d6a6b31cdc33707 authored about 1 year ago by linus-md <[email protected]>
Try other example

github.com/numpy/numpy - 39f1f591cbd5f7e2b4ef7cffe15783bbde8f7752 authored about 1 year ago by linus-md <[email protected]>
Remove examples with line break

github.com/numpy/numpy - c47af37e3d371aa2b3a6ba994fc541217e1d29c9 authored about 1 year ago by linus-md <[email protected]>
remove example for now

github.com/numpy/numpy - e4164d553ba2eb39e6c7636f0d0b31c3e3b7d620 authored about 1 year ago by linus-md <[email protected]>
Try to fix leading whitespace error in splitlines

github.com/numpy/numpy - d8f8c77178378231126e9a13e99a353146a96906 authored about 1 year ago by linus-md <[email protected]>
Add spaces back

github.com/numpy/numpy - 6c59a140b071060e080db5b0ebc46144dd390b77 authored about 1 year ago by linus-md <[email protected]>
API: add matrix_norm, vector_norm, vecdot and matrix_transpose

github.com/numpy/numpy - dd913aa5332f00b8172183de450063069e666aab authored about 1 year ago by Mateusz Sokół <[email protected]>
Merge pull request #25355 from linus-md/log-docs

DOC: Fix typo in ``np.random.default_rng().logistic()``

github.com/numpy/numpy - 2d72bc97ea4246eaaf28499f0d13287200202474 authored about 1 year ago by Matti Picus <[email protected]>
Merge pull request #25292 from seberg/more-c-removals

API: C-API removals

github.com/numpy/numpy - 3f19f776d80e1622ef9e61b3c1dc7c9b060de47b authored about 1 year ago by Matti Picus <[email protected]>
Fix some type hint aliases for numpy.array_api

github.com/numpy/numpy - 700ded88944ed876e7453159d8441c14516727d5 authored about 1 year ago by Aaron Meurer <[email protected]>
ufunc api: update multiarray_umath import path (#25389)

The import_umath utility raises a DeprecationWarning in in the nightly numpy releases; I believe...

github.com/numpy/numpy - cf1d4e3deeba09520bf95392c53b455ca4a9ed46 authored about 1 year ago by Jake Vanderplas <[email protected]>
CI: Split CI jobs on TGL and SPR

github.com/numpy/numpy - ed7f19b29a743c80dadd206a63b8e33592cbc9b1 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
Merge branch 'add-char-documentation-2' of https://github.com/linus-md/numpy into add-char-documentation-2

github.com/numpy/numpy - 72a4182375e2a5a42fd1df8b91f6a380bf414266 authored about 1 year ago by linus-md <[email protected]>
DOC: Add examples to ``np.char``

github.com/numpy/numpy - 5edb11febdb07fe3e9ab7089b0fdfeb5ef1958c4 authored about 1 year ago by linus-md <[email protected]>
Update defchararray.py

github.com/numpy/numpy - 03ed4e56a6f01771d58b2b34833193a6ede4b0ac authored about 1 year ago by Linus Sommer <[email protected]>
BUG: fix order of arguments to avx512_qselect

github.com/numpy/numpy - f01ee53765d23a339ae5cfcb02e0fbf57ae190c0 authored about 1 year ago by Raghuveer Devulapalli <[email protected]>
DOC: Update link to mailing list. (#518)

github.com/numpy/numpydoc - 4cfcfa6339e169572f29807a0d43c2b7b7080ece authored about 1 year ago by Ross Barnowski <[email protected]>
Merge pull request #25072 from rgommers/fix-build-warnings

MAINT: default to C11 rather than C99, fix most build warnings with Clang 14

github.com/numpy/numpy - a7b7e55d92ca26dcd5731a3edf2845d9a0b6b0af authored about 1 year ago by Sebastian Berg <[email protected]>
Merge pull request #25384 from mtsokol/missing-refguide-modules

MAINT: Add missing modules to refguide test

github.com/numpy/numpy - 3ffad975f505ddb5ffd9fde3a23d6dbbd2dc50a9 authored about 1 year ago by Charles Harris <[email protected]>
MAINT: Add missing modules to refguide test

github.com/numpy/numpy - 211850621a35fd5d2f18a00ed7e5041f688d3641 authored about 1 year ago by Mateusz Sokół <[email protected]>
Update C syntax

github.com/numpy/numpy - be8e2ccf9bdba1b83e8d7f9fb39c02b2eb48fb7a authored about 1 year ago by Alexander Grund <[email protected]>
Init `base` in cpu_avx512_kn

Fix a false negative due to a warning that `base` could be uninitialized, e.g. on GCC 12.3.0

github.com/numpy/numpy - 16ba05a82921486e9bdc36f6bcd6e51b574f0e1f authored about 1 year ago by Alexander Grund <[email protected]>
Fix spacing

github.com/numpy/numpy - 4c55afd94c9f78a7c2c18c921beded528ca80e98 authored about 1 year ago by Linus Sommer <[email protected]>
Add examples for ``is title``

github.com/numpy/numpy - d66793e7ad6490b53b86631259d5c9e55056e857 authored about 1 year ago by Linus Sommer <[email protected]>
Remove whitespace

github.com/numpy/numpy - 72f8c600578c090caff976c44a92fd39140836de authored about 1 year ago by Linus Sommer <[email protected]>
BLD: update minimum Cython version to 3.0.6

Needed to include the bug fix for using complex types with C11
(Cython PR 5809).

github.com/numpy/numpy - 0ee0b6f95631d24325b2ce324ef5b18205d6b25f authored about 1 year ago by Ralf Gommers <[email protected]>
MAINT: delete duplicate `simd_cabsolute_f32/f64` functions

These were yielding unused function warnings with Clang 14, and
turned out to indeed be unused. ...

github.com/numpy/numpy - 95f8b6cde3ef9b1149c2585d8b15454c15920307 authored about 1 year ago by Ralf Gommers <[email protected]>
MAINT: remove GCC pragmas that cause warnings with Clang

The warning with Clang 14 is:

```
[3/4] Compiling C object numpy/_core/_multiarray_umath.cpytho...

github.com/numpy/numpy - 5d8a1db44b6390c731387f0216fbdf7cb46cc6d8 authored about 1 year ago by Ralf Gommers <[email protected]>