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
7a50f23f0d136a737bd8708eb62abd15a861c3bf authored about 2 years ago
BLD: enable building NumPy with Meson
[ci skip]
3b7672ebd16982b661b8fbcabac80158662a8784 authored about 2 years agob64727c0ccfe60a2ed668eb1923d60f433558580 authored about 2 years ago
ab24072afa1beefd54e72377c500b61400e04a5c authored about 2 years ago
precsion -> precision
def902e9ae66d417096510b4da09404acf4ba1f5 authored about 2 years agoa32d58bfd4d57dadbcdfc7f5365666c912e22632 authored about 2 years ago
To find such files:
```
import os
with open('../numpy/.gitignore') as f:
ignored = f.readli...
int0 and uint0 were accidentally dropped, the others just added as
a test.
We did successfully r...
MAINT: replace `NPY_INLINE` with `inline`
[ci skip]
d4b2d4f80060285ac085ea874aceaf9fa1bfb757 authored about 2 years agoMAINT: remove 'six' dependency from pyinstaller
73cf4dd9efba42c914b4cea2e61877e72598c75c authored about 2 years agocbecc96b62477890174ae91433c4c9c28cc7765b authored about 2 years ago
Note that unfortunately, compat does expose _inspect as well,
so the import remains (just the de...
c807a774b86409bd905b96388fbbc7011d797d5a authored about 2 years ago
This enables building with NumPy on Linux and macOS. Windows support
should be complete to, but ...
632f573f12c641990bfac24cf4df435804340a7f authored about 2 years ago
`Python.h` must be included before including and standard library
headers, if it's pulled in (wh...
Closes gh-22100
3947b1a023a07a55522de65b4d302339bac2bad7 authored about 2 years agoMAINT: pin ubuntu and python for emscripten
19d982d40503d22af67485c924fc37d060ea3a0e authored about 2 years agoDOC: lib: Use keepdims in a couple docstrings.
944e1ca96b59958c5d5a96afadd35d79da8d6560 authored about 2 years ago23062672c225887b40e5ab5fbff5daa5fb5e01c6 authored about 2 years ago
On line 502, self.symbol.copy() was called, which
causes an AttributeError, since self.symbol is...
abd9f12e3d7962551b248ceb1a3ba9828c660115 authored about 2 years ago
09154cfa6dea50a6ac24ae1062095c9e98026bbc authored about 2 years ago
52f903c1b7eda45f11fa52dfe00cdb26ca35d159 authored about 2 years ago
7c361420b4f81713f593ebbb5c924121c1f2d19d authored about 2 years ago
The `shape` parameter must be specified when opened in appending mode. Docstring
and exception ...
MAINT: Remove the aarch64 python 3.8 wheel builds
145b5a76b00a24aa458f2374990eb294496b2665 authored about 2 years agoMAINT: check user-defined dtype has an ensure_canonical implementation
8b74aa6aa3cb3830ec0fc490d8fcee29e7c2a55e authored about 2 years ago7ac9fcbe76ac7129eae56ee0ef5c89f694965d12 authored about 2 years ago
MAINT: Rename symbols in textreading/ that may clash when statically linked
8ecbba97518db8e6b3d5fe09c80f869b85fb6264 authored about 2 years agof8a9e92cf61f57629cf249ad3a40b7c01ee37095 authored about 2 years ago
DEP: Finalize MachAr and machar deprecations
02441cb091a7939d175b3df7db263a3922826965 authored about 2 years agoMAINT: Prepare main for NumPy 1.25.0 development
2d79df131cd99b200b3b22b6c63ff1319d54bff9 authored about 2 years ago
This is a quick fix for the failing tests on merge. There will be
a followup PR updating other c...
This removes the attributes on finfo and the "public" module. It also
deprecates `np.core.MachA...
While it is not the standard way NumPy is built, some users build and
link NumPy statically toge...
8ae19edc09b46791784b3359040848fd97da3307 authored about 2 years ago
b05ee6e7d062e6a9ec8b350f8e6e554a241d6b65 authored about 2 years ago
03f81a512103a376110a65a0466910d8320bb00a authored about 2 years ago
816b73e7a3f9d562fad8d90f630c009d50b26744 authored about 2 years ago
* ENH: raise TypeError when arange() is called with string dtype
* Add release note for dtype...
04d0e2155704ad939980a4eafefe3d817076fa39 authored about 2 years agoENH: Allow creating structured void scalars by passing dtype
5d32b8d63ab9a376c095f142b86bb55cdfbb95ff authored about 2 years agoDOC: Clarify docstring of `masked_equal` and `masked_values`
f92c90ca4fd39346b25bbae076b991f4139d3089 authored about 2 years agoCo-authored-by: Matti Picus <[email protected]>
7404cb68f20d8299a0935cb4242f37c41ab58aeb authored about 2 years ago918f81df4a6f1b8dd85560e9b9fce4084cbc828c authored about 2 years ago
DOC: Remove traces of interrupt handling utilities
098dbdd95e1a90fe07c3c953a99cc8a4fbe0309b authored about 2 years ago
We do not use these in NumPy anymore, and at this point the whole
`npy_interrupt.h` header only ...
They are both very confusing aliases. Unfortunately, I did not find
a way to give a more inform...
DEP: Next step in scalar type alias deprecations/futurewarnings
742545f1336e7cd12cdf656792c44b90b9f0f4b9 authored about 2 years agod41658143d15dfe2f17ad7fd11467dcdba9c3070 authored about 2 years ago
CI: Increase travis timeout to 30 minutes (2).
5f0b8466b20642dd4d80fe79ce6d08331c34cc3b authored about 2 years ago
This is an attempted fix for the Python 3.8 aarch64 builds that are
timing out when merged to ma...
CI: Increase travis timeout to 20 minutes.
73ad4a824a947d14a9ec3b9ddbaf8563f6f194df authored about 2 years ago
This is an attempted fix for the Python 3.8 aarch64 builds that are
timing out when merged to ma...
MAINT: Update main after 1.23.5 release.
dc8b760f7f58c6c80e2e298de2fb3195c80d9c53 authored about 2 years agoBLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch64 builds
af2ebb2011c9dff50bd6c2820f43a1a60a46bbf1 authored about 2 years ago
The Python 3.8 aarch65 builds have been failing in main for some
time, but work on maintenance/1...
2a978b4e7c2cf39a2437a1ee6e3d61a4123375d6 authored about 2 years ago
DOC: Add example for np.ma.power
ea5735491b93020227703527b66121a673cc860a authored about 2 years ago723f0eb315cfb16f913ddc4d9ac16bde738809f6 authored about 2 years ago
BLD: update wheel builds on macos to macos-12 image
cd757902af475c4844de878fbda25c70e2a0e66e authored about 2 years ago023587ad2379ae5b612ab1d6d20a2eb6a6fcab50 authored about 2 years ago
39c0f29f7b00191b78f59cf58622a375a09ddf26 authored about 2 years ago
DOC: testing: Fix typo: nulps -> nulp
6a2bc601b24a414fe8f4a17493e9b344dc547096 authored about 2 years ago[skip actions] [skip travis] [skip azp]
c6e75fce247d3d698ef76bb2c550858d32241268 authored about 2 years ago271ed24ff2bef862b022d323af173cfbb54753e0 authored about 2 years ago
05e5de70a0154fcba0d1e46fceed2b3875f76bd1 authored about 2 years ago
93475f51e286fdd08434931a4b97cf9510016add authored about 2 years ago
72fd83e949a174682aca17b277a472d21272422c authored about 2 years ago
59f2b33a3b018e15d9b6832eb3949784fdfcb2fd authored about 2 years ago
300a8cca95dadfb336626765509986319aef60ff authored about 2 years ago
7ec4a39a30b4b526fc67a52316a5ae5a52cf5221 authored about 2 years ago
* BUG: Histogramdd breaks on big arrays in Windows
Resolved the issue with line change from i...
72af24df557802015820714aaa3d105d53216431 authored about 2 years agob1dcf1eb9db5bdd954cf87d830418c4233f9e500 authored about 2 years ago
23328e78017ba6367617a9e92fb12ffdac04ab5d authored about 2 years ago
c9355a696175fb5d1b7117d65de1959dac1635cd authored about 2 years ago
eaf06380b0ab62337e28f4e772310db8d97d4e67 authored about 2 years ago
DOC: Rm round_ from the autosummary for rounding
06f986c64b2ff94c12bd02b58a74cf8c4d3ccff7 authored about 2 years ago5f5a3edc1f9b06a7151c19ade769d335000b1ca5 authored about 2 years ago
MAINT: remove macOS specific long double handling in numpyconfig.h
e4d8ca5cff1cccc5f70508bb0127a965a02a9c78 authored about 2 years ago
This was put in place for universal builds (the old kind, PPC/Intel),
and then extended for arm6...
441b3de21317c8d4bca8e6c6d90a70214417aa71 authored about 2 years ago
e0bf73d5880868616715b187e32b2f47fa5ba14d authored about 2 years ago
* BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test
* set LDFLAGS on windo...
9e144f7c1598221510d49d8c6b79c66dc000edf6 authored about 2 years agoMAINT, CI: Enable coverage checking.
4a89f39a199f86a5d88c09f447e4dcf2eb40cc1e authored about 2 years ago424cb3fa1fd7c1aa10aaa55c195f0ef7091fc71f authored about 2 years ago
Coverage checking was disabled for the "full" test because of internal
compiler errors with the ...
MAINT: (array-coercion) Silence invalid read warning in some gcc versions
eead09a3d02c09374942cdc787c0b5e4fe9e7472 authored about 2 years ago8b13c8cecf8f049736c33e1a500da0e411b06b53 authored about 2 years ago
49bb24e56f12c44aad2389ecb4559bc6cedbf4e5 authored about 2 years ago
Finalizes the scalar type alias deprecations making them an error.
However, at the same time add...
MAINT, CI: Update Ubuntu 18.04 to Ubuntu 20.04
5170119002269873d9bafac5c7275c907441b19a authored about 2 years ago
The warnings are harmless and seem to be caused by the "hint" that the
shape cannot be larger th...
We have dropped GCC-6 build testing.
c5e30a8b9789d115fcb0219aca19f47219a14847 authored about 2 years agoMAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`
f30af6acdaa8f5b6b00eddaf45c9b4c1911192cb authored about 2 years agoENH: Expose `ufunc.resolve_dtypes` and strided loop access
d428d4599034c6039c6eff1ad33518a3e3888104 authored about 2 years agoCloses #15544
1a8d3ca45f0a7294784bc200ec436dc8563f654a authored about 2 years agoBUG: fix misleading error message
21195337da3e87c0d153794bb65d2d32da542395 authored about 2 years agoDOC: Clarify relationship between row_stack and vstack.
54c00964db567dd873995db8f2f53f62ac3ebdbf authored about 2 years agoMAINT: Fix designator order not matching declaration order
22e683d84f2584a6f9a57b2c58d1def6743fcf83 authored about 2 years ago