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

MAINT: remove remaining `NPY_INLINE` usages

7a50f23f0d136a737bd8708eb62abd15a861c3bf authored about 2 years ago
Merge pull request #22663 from rgommers/build-with-meson

BLD: enable building NumPy with Meson

[ci skip]

3b7672ebd16982b661b8fbcabac80158662a8784 authored about 2 years ago
BUILD: revert function() -> #define for 3 npymath functions

b64727c0ccfe60a2ed668eb1923d60f433558580 authored about 2 years ago
Added pickle test for polynomials

ab24072afa1beefd54e72377c500b61400e04a5c authored about 2 years ago
MAINT: fix typo in loops_unary_fp.dispatch.c.src

precsion -> precision

def902e9ae66d417096510b4da09404acf4ba1f5 authored about 2 years ago
CI: split into separate runs

a32d58bfd4d57dadbcdfc7f5365666c912e22632 authored about 2 years ago
MAINT: fix source files that were incorrectly listed in .gitignore

To find such files:
```
import os

with open('../numpy/.gitignore') as f:
ignored = f.readli...

5302f81bf83a6c4fcdcfe5c00a6f6951b851c405 authored about 2 years ago
BUG: Ensure string aliases `"int0"`, etc. remain valid for now

int0 and uint0 were accidentally dropped, the others just added as
a test.
We did successfully r...

71a924ee7f71f1ea14af3aee0a6be29353a996d4 authored about 2 years ago
Merge pull request #22674 from rgommers/npy-inline-cleanup

MAINT: replace `NPY_INLINE` with `inline`

[ci skip]

d4b2d4f80060285ac085ea874aceaf9fa1bfb757 authored about 2 years ago
Merge pull request #22666 from mattip/drop-six

MAINT: remove 'six' dependency from pyinstaller

73cf4dd9efba42c914b4cea2e61877e72598c75c authored about 2 years ago
STY: Fix indentation of _utils

cbecc96b62477890174ae91433c4c9c28cc7765b authored about 2 years ago
MAINT: Move _inspect and _pep440 from compat to _utils

Note that unfortunately, compat does expose _inspect as well,
so the import remains (just the de...

dab75729662b1335d714a3b5f500ee7f2914a21d authored about 2 years ago
MAINT: make `_utils` a full module

c807a774b86409bd905b96388fbbc7011d797d5a authored about 2 years ago
BLD: enable building NumPy with Meson

This enables building with NumPy on Linux and macOS. Windows support
should be complete to, but ...

4002a7d421ff10780c28a3643683af7a9754f87f authored about 2 years ago
MAINT: avoid gcc warning that signed and unsigned types are being compared

632f573f12c641990bfac24cf4df435804340a7f authored about 2 years ago
BLD: fix missing `Python.h` includes

`Python.h` must be included before including and standard library
headers, if it's pulled in (wh...

82fd2b8a3e3c3cf88578ea66133da5f226042b34 authored about 2 years ago
MAINT: replace `NPY_INLINE` with `inline`

Closes gh-22100

3947b1a023a07a55522de65b4d302339bac2bad7 authored about 2 years ago
Merge pull request #22671 from mattip/update-python3.10

MAINT: pin ubuntu and python for emscripten

19d982d40503d22af67485c924fc37d060ea3a0e authored about 2 years ago
Merge pull request #22668 from WarrenWeckesser/use-keepdims

DOC: lib: Use keepdims in a couple docstrings.

944e1ca96b59958c5d5a96afadd35d79da8d6560 authored about 2 years ago
MAINT: pin ubuntu and python for emscripten

23062672c225887b40e5ab5fbff5daa5fb5e01c6 authored about 2 years ago
BUG: Polynomials now copy properly (#22669)

On line 502, self.symbol.copy() was called, which
causes an AttributeError, since self.symbol is...

3b9c49e5bb47a979fedb151e36f4e3a00724b096 authored about 2 years ago
MAINT: lib: A bit of flake8-driven clean up in shape_base.py

abd9f12e3d7962551b248ceb1a3ba9828c660115 authored about 2 years ago
DOC: lib: Use keepdims in a couple docstrings.

09154cfa6dea50a6ac24ae1062095c9e98026bbc authored about 2 years ago
remove 'six' dependency from pyinstaller

52f903c1b7eda45f11fa52dfe00cdb26ca35d159 authored about 2 years ago
MAINT: Move set_module to numpy.core to use without C import

7c361420b4f81713f593ebbb5c924121c1f2d19d authored about 2 years ago
DOC: Update mode parameter description to account for shape #22643 (#22655)

The `shape` parameter must be specified when opened in appending mode. Docstring
and exception ...

a872fd73e6e94727c7acf281b03789bd42cda086 authored about 2 years ago
Merge pull request #22649 from charris/remove-python3.8-aarch64-builds

MAINT: Remove the aarch64 python 3.8 wheel builds

145b5a76b00a24aa458f2374990eb294496b2665 authored about 2 years ago
Merge pull request #22653 from ngoldbaum/ensure-canonical-check

MAINT: check user-defined dtype has an ensure_canonical implementation

8b74aa6aa3cb3830ec0fc490d8fcee29e7c2a55e authored about 2 years ago
[MAINT] check user-defined dtype has an ensure_canonical implementation

7ac9fcbe76ac7129eae56ee0ef5c89f694965d12 authored about 2 years ago
Merge pull request #22646 from hawkinsp/odr

MAINT: Rename symbols in textreading/ that may clash when statically linked

8ecbba97518db8e6b3d5fe09c80f869b85fb6264 authored about 2 years ago
CI: change to numpy/numpy

f8a9e92cf61f57629cf249ad3a40b7c01ee37095 authored about 2 years ago
Merge pull request #22638 from seberg/machar-depr

DEP: Finalize MachAr and machar deprecations

02441cb091a7939d175b3df7db263a3922826965 authored about 2 years ago
Merge pull request #22647 from charris/prepare-main-for-1.25.0-development

MAINT: Prepare main for NumPy 1.25.0 development

2d79df131cd99b200b3b22b6c63ff1319d54bff9 authored about 2 years ago
MAINT: Remove the aarch64 python 3.8 wheel builds

This is a quick fix for the failing tests on merge. There will be
a followup PR updating other c...

0257f60fcc0a349ea5f89455a2402f6da383179d authored about 2 years ago
DEP: Finalize MachAr and machar deprecations

This removes the attributes on finfo and the "public" module. It also
deprecates `np.core.MachA...

8b9b0efbc08a502627f455ec59656fce68eb10d7 authored about 2 years ago
Rename symbols in textreading/ that may clash when statically linked.

While it is not the standard way NumPy is built, some users build and
link NumPy statically toge...

32442341e64078ee38da9ddd1d27d8c7b02a5dd7 authored about 2 years ago
REL: Prepare main for NumPy 1.25.0 development

8ae19edc09b46791784b3359040848fd97da3307 authored about 2 years ago
REL: Begin NumPy 1.25.0 development

b05ee6e7d062e6a9ec8b350f8e6e554a241d6b65 authored about 2 years ago
CI: enable upload

03f81a512103a376110a65a0466910d8320bb00a authored about 2 years ago
CI: initial cirrus config

816b73e7a3f9d562fad8d90f630c009d50b26744 authored about 2 years ago
ENH: raise TypeError when arange() is called with string dtype (#22087)

* ENH: raise TypeError when arange() is called with string dtype

* Add release note for dtype...

04d0e2155704ad939980a4eafefe3d817076fa39 authored about 2 years ago
Merge pull request #22316 from seberg/void-strctured-new

ENH: Allow creating structured void scalars by passing dtype

5d32b8d63ab9a376c095f142b86bb55cdfbb95ff authored about 2 years ago
Merge pull request #22436 from cmarmo/doc-masked-equal

DOC: Clarify docstring of `masked_equal` and `masked_values`

f92c90ca4fd39346b25bbae076b991f4139d3089 authored about 2 years ago
DOC: Update np.void docs based on Matti's comments

Co-authored-by: Matti Picus <[email protected]>

7404cb68f20d8299a0935cb4242f37c41ab58aeb authored about 2 years ago
Update numpy/ma/core.py

918f81df4a6f1b8dd85560e9b9fce4084cbc828c authored about 2 years ago
Merge pull request #22639 from seberg/undoc-sigint

DOC: Remove traces of interrupt handling utilities

098dbdd95e1a90fe07c3c953a99cc8a4fbe0309b authored about 2 years ago
DOC: Remove traces of interrupt handling utilities

We do not use these in NumPy anymore, and at this point the whole
`npy_interrupt.h` header only ...

f1a07411273fa05a09fd6a251adb0ddb4bfb7599 authored about 2 years ago
API: (cython) remove `long_t` and `ulong_t`

They are both very confusing aliases. Unfortunately, I did not find
a way to give a more inform...

5f0f1e6c476fd4edfd58fd459666301e38a46a58 authored about 2 years ago
Merge pull request #22607 from seberg/scalar-aliases

DEP: Next step in scalar type alias deprecations/futurewarnings

742545f1336e7cd12cdf656792c44b90b9f0f4b9 authored about 2 years ago
DOC: Adjust comments on deprecated/future scalar alias based on review

d41658143d15dfe2f17ad7fd11467dcdba9c3070 authored about 2 years ago
Merge pull request #22636 from charris/increase-travis-timeout

CI: Increase travis timeout to 30 minutes (2).

5f0b8466b20642dd4d80fe79ce6d08331c34cc3b authored about 2 years ago
CI: Increase travis timeout to 20 minutes (2).

This is an attempted fix for the Python 3.8 aarch64 builds that are
timing out when merged to ma...

743b1f92122b6abfee80f92d2fa5b163d88b7977 authored about 2 years ago
Merge pull request #22634 from charris/increase-travis-timeout

CI: Increase travis timeout to 20 minutes.

73ad4a824a947d14a9ec3b9ddbaf8563f6f194df authored about 2 years ago
CI: Increase travis timeout to 20 minutes.

This is an attempted fix for the Python 3.8 aarch64 builds that are
timing out when merged to ma...

2b11e6aa6a1f4fa9d9e5763151aad0db8ef873b5 authored about 2 years ago
Merge pull request #22629 from charris/post-1.23.5-release-update

MAINT: Update main after 1.23.5 release.

dc8b760f7f58c6c80e2e298de2fb3195c80d9c53 authored about 2 years ago
Merge pull request #22630 from charris/fix-aarch64-python3_9-build

BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch64 builds

af2ebb2011c9dff50bd6c2820f43a1a60a46bbf1 authored about 2 years ago
BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch65 builds

The Python 3.8 aarch65 builds have been failing in main for some
time, but work on maintenance/1...

19322514c278b715f72510576a2597d33c60ab90 authored about 2 years ago
MAINT: Update main after 1.23.5 release.

2a978b4e7c2cf39a2437a1ee6e3d61a4123375d6 authored about 2 years ago
Merge pull request #22628 from stefmolin/patch-1

DOC: Add example for np.ma.power

ea5735491b93020227703527b66121a673cc860a authored about 2 years ago
DOC: Add example for np.ma.power as part of #22269

723f0eb315cfb16f913ddc4d9ac16bde738809f6 authored about 2 years ago
Merge pull request #22612 from mattip/macos-11

BLD: update wheel builds on macos to macos-12 image

cd757902af475c4844de878fbda25c70e2a0e66e authored about 2 years ago
debugging the CI workflow with the action-tmate did not help: it does not preserve state

023587ad2379ae5b612ab1d6d20a2eb6a6fcab50 authored about 2 years ago
give up: skip openblas version check on macos-x86_64

39c0f29f7b00191b78f59cf58622a375a09ddf26 authored about 2 years ago
Merge pull request #22620 from WarrenWeckesser/nulps-typo

DOC: testing: Fix typo: nulps -> nulp

6a2bc601b24a414fe8f4a17493e9b344dc547096 authored about 2 years ago
DOC: testing: Fix typo: nulps -> nulp

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

c6e75fce247d3d698ef76bb2c550858d32241268 authored about 2 years ago
aid debugging on the runner

271ed24ff2bef862b022d323af173cfbb54753e0 authored about 2 years ago
aid debugging on the runner

05e5de70a0154fcba0d1e46fceed2b3875f76bd1 authored about 2 years ago
aid debugging on the runner

93475f51e286fdd08434931a4b97cf9510016add authored about 2 years ago
aid debugging on the runner

72fd83e949a174682aca17b277a472d21272422c authored about 2 years ago
add a debug github action on wheel build failure

59f2b33a3b018e15d9b6832eb3949784fdfcb2fd authored about 2 years ago
typo

300a8cca95dadfb336626765509986319aef60ff authored about 2 years ago
move to macos-12 for wheel building, restore test

7ec4a39a30b4b526fc67a52316a5ae5a52cf5221 authored about 2 years ago
BUG: Histogramdd breaks on big arrays in Windows (#22561)

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from i...

72af24df557802015820714aaa3d105d53216431 authored about 2 years ago
do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for now

b1dcf1eb9db5bdd954cf87d830418c4233f9e500 authored about 2 years ago
check for openblas version before setting env variables on macos

23328e78017ba6367617a9e92fb12ffdac04ab5d authored about 2 years ago
explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant stanza

c9355a696175fb5d1b7117d65de1959dac1635cd authored about 2 years ago
TST: Rename setup to setup_method in _locales (#22616)

eaf06380b0ab62337e28f4e772310db8d97d4e67 authored about 2 years ago
Merge pull request #22615 from InessaPawson/rounding-autosummary

DOC: Rm round_ from the autosummary for rounding

06f986c64b2ff94c12bd02b58a74cf8c4d3ccff7 authored about 2 years ago
DOC: Rm round_ from autosummary

5f5a3edc1f9b06a7151c19ade769d335000b1ca5 authored about 2 years ago
Merge pull request #22614 from rgommers/numpyconfig-cleanup

MAINT: remove macOS specific long double handling in numpyconfig.h

e4d8ca5cff1cccc5f70508bb0127a965a02a9c78 authored about 2 years ago
MAINT: remove macOS specific long double handling in numpyconfig.h

This was put in place for universal builds (the old kind, PPC/Intel),
and then extended for arm6...

d4de105d84e2d097916152b6065b6736b795d187 authored about 2 years ago
copy LIBRARY_PATH from scipy build

441b3de21317c8d4bca8e6c6d90a70214417aa71 authored about 2 years ago
BUILD: update wheel builds on macos to macos-11 image

e0bf73d5880868616715b187e32b2f47fa5ba14d authored about 2 years ago
BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)

* BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test

* set LDFLAGS on windo...

9e144f7c1598221510d49d8c6b79c66dc000edf6 authored about 2 years ago
Merge pull request #22608 from charris/add-coverage-check

MAINT, CI: Enable coverage checking.

4a89f39a199f86a5d88c09f447e4dcf2eb40cc1e authored about 2 years ago
BUG: Fixup warning giving and remove MachAr from docs

424cb3fa1fd7c1aa10aaa55c195f0ef7091fc71f authored about 2 years ago
MAINT, CI: Enable coverage checking.

Coverage checking was disabled for the "full" test because of internal
compiler errors with the ...

c8e8bfddcc58c77c6ed838e318b27cb58a4e2d20 authored about 2 years ago
Merge pull request #22605 from seberg/silence-update-shape-warning

MAINT: (array-coercion) Silence invalid read warning in some gcc versions

eead09a3d02c09374942cdc787c0b5e4fe9e7472 authored about 2 years ago
DOC: Document scalar type alias deprecation changes and futurewarning

8b13c8cecf8f049736c33e1a500da0e411b06b53 authored about 2 years ago
TYP: Remove newly deprecated scalar type aliases

49bb24e56f12c44aad2389ecb4559bc6cedbf4e5 authored about 2 years ago
DEP: Next step in scalar type alias deprecations/futurewarnings

Finalizes the scalar type alias deprecations making them an error.
However, at the same time add...

075859216fae0509c52a54cb5c96c217f23026ca authored about 2 years ago
Merge pull request #22598 from charris/update-to-focal

MAINT, CI: Update Ubuntu 18.04 to Ubuntu 20.04

5170119002269873d9bafac5c7275c907441b19a authored about 2 years ago
MAINT: (array-coercion) Silence invalid read warning in some gcc versions

The warnings are harmless and seem to be caused by the "hint" that the
shape cannot be larger th...

58afc3598e325a6233ef1a9fb508f8ae54988605 authored about 2 years ago
DOC: Add compatibility release note.

We have dropped GCC-6 build testing.

c5e30a8b9789d115fcb0219aca19f47219a14847 authored about 2 years ago
Merge pull request #22601 from seberg/issue-22599

MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`

f30af6acdaa8f5b6b00eddaf45c9b4c1911192cb authored about 2 years ago
Merge pull request #22422 from seberg/expose-dtype-resolution-get-loop

ENH: Expose `ufunc.resolve_dtypes` and strided loop access

d428d4599034c6039c6eff1ad33518a3e3888104 authored about 2 years ago
API: Add numpy.testing.overrides to aid testing of custom array containers

Closes #15544

1a8d3ca45f0a7294784bc200ec436dc8563f654a authored about 2 years ago
Merge pull request #22571 from DanielHabenicht/patch-1

BUG: fix misleading error message

21195337da3e87c0d153794bb65d2d32da542395 authored about 2 years ago
Merge pull request #22588 from rossbar/doc/row_stack-is-vstack

DOC: Clarify relationship between row_stack and vstack.

54c00964db567dd873995db8f2f53f62ac3ebdbf authored about 2 years ago
Merge pull request #22548 from juztamau5/cleanup-order

MAINT: Fix designator order not matching declaration order

22e683d84f2584a6f9a57b2c58d1def6743fcf83 authored about 2 years ago