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

BUG: cleanup warnings [skip azp][skip circle][skip travis][skip cirrus]

6e2b2f6a3f2c1a28943c535310972e180d53d6cf authored over 1 year ago
Merge pull request #24400 from rgommers/fix-msvc-xfail

TST: revert xfail in `test_umath.py`

104addf377577d12ea34547303822369fcb6e44e authored over 1 year ago
API: Cleaning `numpy/__init__.py` and main namespace - Part 2 [NEP 52] (#24357)

[skip ci]

250e1479ce342d9d7ab8a592508f6ce892d4c98b authored over 1 year ago
MAINT: Remove versioneer (#24196)

Co-authored-by: Ralf Gommers <[email protected]>

be896c9c652c010093d26bd0ff732dbfabcd6361 authored over 1 year ago
TST: revert xfail in `test_umath.py`

This xfail was added in gh-24279 for 32-bit Python + MSVC when switching
to Meson and having tem...

451099ea77242552b62a568ba9a18511803174cd authored over 1 year ago
BLD, SIMD: The meson CPU dispatcher implementation (#23096)

Almost gives the same functionality as Distutils/CCompiler Opt,
with a few changes to the way w...

4ec0182597695ba9a63bf4435882117bdc79b872 authored over 1 year ago
Merge pull request #24396 from rgommers/vendored-mesonpython

BLD: vendor meson-python to make the Windows builds with SIMD work

56970165954f8e082be14d80e908640ce98ede7a authored over 1 year ago
CI: fix Windows GHA jobs for vendored meson-python and spin

d675fcc91e69ea0be678aa393aa87149c5b87cae authored over 1 year ago
BLD: use numpy's friendly fork of meson-python

942fb8caf33a65e449fbf198ecf1cd39be953248 authored over 1 year ago
DEV: vendor spin's meson.py, modified to use our vendored Meson

Note that this is a bit messy. I tried to vendor spin's `meson.py`
separately, but it's not poss...

2ecc508f2f09099f504c2f1b0959c7d81db1570e authored over 1 year ago
Merge pull request #24383 from liang3zy22/abcploybaserefwarn

DOC: Fix reference warning for ABCPolyBase.

fcd3593023db6c2796c31d2af425a3e90a3bbc65 authored over 1 year ago
DOC: Fix reference warning for ABCPolyBase.

e3ebe72e4cb072dd233e7cf9660ca86ef926988b authored over 1 year ago
Merge pull request #24379 from rgommers/vendor-meson-try2

ENH: Vendor meson for multi-target build support

e6d5a198668b57d360f59f48d3c28861eea9b780 authored over 1 year ago
DEV: disable auto-invoking `pip` on building docs with spin

c0b7fbba2a3cbbf0eec1b2b230d9dbdde252fa73 authored over 1 year ago
CI: fix sdist and musllinux jobs

8854212e532bbf64dea0f95177287538900c1065 authored over 1 year ago
BLD: build with our numpy fork of meson

4d05cd1ef67f6c9b4f0bb63d69d388f7651c62bf authored over 1 year ago
DOC: Remove extra indents in documents (#24380)

Fixed the incorrect blockquote markups in some documents.

a1de603ee25fa0eef0d544cc7a0c7323cb845ca9 authored over 1 year ago
DOC: Update to release upcoming change document (#24347)

* Update 23762.new_function.rst

* Update 23789.new_feature.rst

* Update 23847.c_api.rst

...

60c8b6a9f467f7809d4078aec6e4fe7cbc8191b8 authored over 1 year ago
Merge pull request #24371 from melissawm/fix-codespaces

MAINT: Fix codespaces setup.sh script

85033708fef4354c7dde0c60c5d7712519dfb9e3 authored over 1 year ago
Merge pull request #24374 from charris/update-cirrus-cibuildwheel

MAINT: Update cibuildwheel for cirrus builds

119c4f0b912bd63dc0fad46bd4ece19cbb7f3795 authored over 1 year ago
Merge pull request #24373 from numpy/dependabot/github_actions/actions/dependency-review-action-3.0.7

MAINT: Bump actions/dependency-review-action from 3.0.6 to 3.0.7

831538f2f2e7baa077cb69d24c5d60527f0d51b2 authored over 1 year ago
Merge pull request #24372 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.15.0

MAINT: Bump pypa/cibuildwheel from 2.14.1 to 2.15.0

d80b99a01b9e46b068b331de6ee5fe3e68a3949b authored over 1 year ago
MAINT: Update cibuildwheel for cirrus builds

Python 3.12.0rc1 is supported in the new cibuildwheel.

9f874624da2daac1f12f2083a91f1ff5ddbc61ea authored over 1 year ago
MAINT: Bump actions/dependency-review-action from 3.0.6 to 3.0.7

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) fr...

6aff18394baec6fc461b187e00d2479eb94cd33f authored over 1 year ago
MAINT: Bump pypa/cibuildwheel from 2.14.1 to 2.15.0

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
- [Releas...

45fb2bebe6bf5ba923a237d9f38c400559789070 authored over 1 year ago
Merge branch 'main' into feature/array_compare_among_violations

3efbf8c2bada98b8f796856eefc90d09a2ecba7a authored over 1 year ago
Merge branch 'main' of https://github.com/numpy/numpy

6f1e3e888419f966a7296d1ea4aca21a7190317a authored over 1 year ago
Fix lint errors

d48f1b68c41952ae806fb9b88a70b8b3bfcf0ceb authored over 1 year ago
Fix tests

19fb39c97c4ac544278d5584bbe1f6765a99012a authored over 1 year ago
MAINT: Fix codespaces setup.sh script

A change in how codespaces is configured upstream causes the installation script for micromamba ...

c43d5a9e1e0e287e86565986ab94b76fb538bdbe authored over 1 year ago
VENDOR: vendor our friendly fork of Meson

We need this in order to add the "feature" module for SIMD support,
which is at https://github.c...

45e98f38179e9e990c6f90a5b0fda6daa87800ec authored over 1 year ago
Merge pull request #24362 from lysnikolaou/complex-types-docs

DOC: Add release notes for complex types changes in 2.x

adf9794a1f699c7d9a8b9fde4cf3c3c4459aad35 authored over 1 year ago
ENH: assert_array_less should report max violations instead of max differences

fcebdee7800a657665052b68965590ff1f9a9c53 authored over 1 year ago
Merge branch 'main' of https://github.com/numpy/numpy

dcb005cb9e0738a3ba68337eb6d87add3d076017 authored over 1 year ago
Address feedback: Mention complex keyword // Remove npymath static note

5d8fead0b9ec34055da2cd9e09bfab300d70ba35 authored over 1 year ago
Fix implementation of array_compare to consider only violating pairs

9772b2a5d7797ecef633034f145321250e7f206e authored over 1 year ago
Fix implementation of array_compare to consider only violating pairs

bd3ee30602ae9ca96cb69b7f2f5494622e1f142f authored over 1 year ago
Address feedback

e0ea447760907048222f70a6eb110a67e9590851 authored over 1 year ago
Address feedback: Move more info to npymath docs

a6ae019d5349fd0c499fef94c8509d4a6f8e8a55 authored over 1 year ago
Merge pull request #24364 from lysnikolaou/complex-keyword

BUG: Remove #undef complex from npy_common.h

a2bfa54f825c93ad1e10e5014202c36c224edc55 authored over 1 year ago
BUG: Remove #undef complex from npy_common.h

- Change complex to is_complex in multiarray/buffer.c
- Change all complex occurences in vendore...

6882593bc3c242448ec13a5c93b3dffc4a86e667 authored over 1 year ago
Merge pull request #24358 from tylerjereddy/treddy_issue_23737

BUG: flexible inheritance segfault

18f5287b6f8c5d0864b5da00a3743f280ac49de7 authored over 1 year ago
DOC: Add release notes for complex types changes in 2.x

cf967e59349557ed33fad4b5f9c60b87ded4c646 authored over 1 year ago
Merge pull request #24360 from edoyango/linalgsmallarrays-bench-fix

BENCH: fix small array det benchmark

3fa0d7eb1c3e0cccc6d05b02387e6c7df16973cb authored over 1 year ago
fix small array det bench

a3dde907f9feef94c11f52439df0198154c6b0d1 authored over 1 year ago
BUG: flexible inheritance segfault

* Fixes #23737

* based on the discussion in the issue above, this
completely blocks subclassing...

aa9b23ddd127c42b1ae9fcdadb36dbae6f1347ee authored over 1 year ago
API: Cleaning `numpy/__init__.py` and main namespace - Part 1 [NEP 52] (#24316)

c8e2343d22bc886dd08775589bc2405016349f37 authored over 1 year ago
Merge pull request #24354 from rgommers/py311-tests

TST: fix distutils tests for deprecations in recent setuptools versions

9efd68cdef0569f17dbd92892b1482e7060d4a4c authored over 1 year ago
MAINT: Fix long line

240f389a4f5799e31914b206e570ec70f052a706 authored over 1 year ago
TST: fix distutils tests for deprecations in recent setuptools versions

Closes gh-24350

[skip circle] [skip travis]

aca242927f7222d3fa39d4910d86fb189bf76b12 authored over 1 year ago
DOC: use nightly dependencies [skip actions] [azp skip] [skip travis] (#24346)

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

3b99af4b075af9fb44a869d3b4726f368fe77524 authored over 1 year ago
BUG: polynomial: Handle non-array inputs in polynomial class __call__ method. (#24349)

Use the utility function `polyutils.mapdomain()` in the `__call__` method of
`ABCPolyBase`. Th...

476a69da3c435c9570aa36cf1ad78eba88d37ffe authored over 1 year ago
Merge pull request #24332 from F3eQnxN3RriK/doc-patch-2

DOC: Refactor description of ``PyArray_FromAny/PyArray_CheckFromAny``

8627dc96202899c01a75f46e3899e2f1118a293f authored over 1 year ago
Merge pull request #24331 from liang3zy22/bufferrefwarn

DOC: Fix reference warning for buffer.

4359c877d810e39be0ddaae53a5a17b91ede603e authored over 1 year ago
DOC: Refactor description of ``PyArray_FromAny/PyArray_CheckFromAny``

Fixed incorrectly indented and duplicated documents
while preserving internal links.

e3e8cf2b94b6f4f25fd7c7cf4cc25ec6a1304cc6 authored over 1 year ago
DOC: Fix reference warning for buffer.

231cb97bdbd496e75a80b468e3140dadf8a9ef08 authored over 1 year ago
Merge pull request #24220 from WarrenWeckesser/dirichlet-zeros

BUG: random: Fix generation of nan by dirichlet.

09dac65608bb734c14288108a36cff6c0b831e19 authored over 1 year ago
Merge pull request #24312 from seberg/finalize-c

DEP: Finalize `fastCopyAndTranpose` and other old C-funcs/members deprecations

4237991cc78bde678591a5d84d709d3fbd473f64 authored over 1 year ago
Merge pull request #24315 from F3eQnxN3RriK/doc-patch-2

DOC: Fix some links in documents

c23af896cc6ad1b6bafd60f54a15d17f7ac8cdb9 authored over 1 year ago
Merge pull request #24320 from bsipocz/delete_twitter

DOC: Remove promoting twitter in heading

f0b2fca91a1f5f50ff696895072f6fe9e69c1466 authored over 1 year ago
Merge pull request #24152 from liang3zy22/recarray

DOC: Fix reference warning for recarray.

f0befec40376fc46fdaceac2c49c7349ad671bde authored over 1 year ago
DOC: Fix reference warning for recarray.

47ae6b5815710c10faf275570ba56cbbe6023c79 authored over 1 year ago
Remove promoting twitter in heading

12d8876b3e8a0b4882e44ecd644bd1506f1cf483 authored over 1 year ago
fixup

8e652f67fa2cc8ee014b3441390aaa18b2703e5d authored over 1 year ago
DOC: Fix some links in documents

962c4cbdf4c0647471e754d528f03802a52f9fc2 authored over 1 year ago
Merge pull request #24311 from mattip/openblas8

BLD: update openblas to newer version

09ee7daa9113ecb503552913d76185d0ad3f0f31 authored over 1 year ago
MAINT: Remove also now unnecessary `GenericBinaryOutFunction`

5fd8169346e0d0d5c18fa21a0e674bbfe5e2ce67 authored over 1 year ago
DOC: Add release note for arrfunc member and C-function finalization

d0cf723c1b7964f0745dbd4290f299cd74e7a81b authored over 1 year ago
DEP: Finalize fasttake, fastputmak, and fastclip C deprecations

85ab78cc377cf943add882fd4b672023f527249c authored over 1 year ago
DEP: Expire copyandtranspose (C and Python) and ScalarFromObject

b7dc58d89b04c46b5f4873fef35a277591a3bbf0 authored over 1 year ago
BLD: update openblas to newer version

b4fd4881d86b08d20ef08cd8ee4acb3f75a5b33e authored over 1 year ago
Merge pull request #24304 from charris/post-1.25.2-release-update

MAINT: Update main after 1.25.2 release.

48a8277855849be094a5979c48d9f5f1778ee4de authored over 1 year ago
Merge pull request #24307 from r-devulap/ci-spr

CI: Cannot run `intel_spr_sde_test` on Intel SDE

6cd87d98e6b561a8c07e5f8729bc415f96f9360a authored over 1 year ago
fix comment

ed4f091a164b44d1729e6c9a47210276a908a9be authored over 1 year ago
CI: Cannot run the test on Intel SDE

803c0f6489adfa6692af46138dfac840d8c92ac5 authored over 1 year ago
MAINT: Update main after 1.25.2 release.

a39ecd714bebab0d1331974b9ba6ece17ec5ccb2 authored over 1 year ago
CI: Test NumPy against OpenBLAS weekly builds (#24250)

[skip ci]

d99dd6de6b986c15281353f140ef1f0d62af02f6 authored over 1 year ago
DOC: update stride reference doc. (#24298)

Add linked reference to ndarray docs in explanation of strides.

9f069aec0c290657a97b5836b3d1b2342f8b8ac6 authored over 1 year ago
Merge pull request #24188 from tylerjereddy/treddy_issue_22683

BUG: fix choose refcount leak

e1ad0c16358ade19c8debbe3f21aace4e9cd6456 authored over 1 year ago
Merge pull request #24154 from mtsokol/deprecate-undocumented-functions

API: deprecate undocumented functions

684947a19d80ec85546f6e40d8d7294a733c6b77 authored over 1 year ago
Merge pull request #24303 from ngoldbaum/cirrus-fix

CI: apt update before apt install on cirrus

19885064adc08d498fdb447a7df89db51666e802 authored over 1 year ago
BUG: PR 24188 revisions

* remove copyswap, carefully controlling
the reference counting to pass the testsuite

c4261af11f796832fcadb7ce17e5782e1201f9f6 authored over 1 year ago
MAINT: Use explicit copy path in choose based on refcheck

fd96b3493064a3b4906487f73edc5abc3c7b367b authored over 1 year ago
MAINT: PR 24188 revisions

* hoist the special `out` handling code out of the inner
loop (to the degree the testsuite allow...

68eead81ca8ec677da9ca71b97d8477ccef2da9a authored over 1 year ago
BUG: Remove unnecessary (and now also segfaulting) iterator creation

Also hoist the `dtype` definition up and use it.

74979f3a02270392246ccf2c1d3c75d705a58587 authored over 1 year ago
BUG: fix choose refcount leak

* Fixes #22683

* use `copyswap` to avoid the reference count leaking
reported above when `np.ch...

2f92f299ac766bbb71a5b789c0b36fc64fc0a520 authored over 1 year ago
ENH: Use `memcpy` and swap order

Not sure this makes a difference, but we check for memory overlap
so `memmov` isn't necessary an...

c176234bc697afbd5266f1dbf61dafc49166900b authored over 1 year ago
CI: apt update before apt install on cirrus

fd342e0918f9dac3624754efddda7b5158ed2107 authored over 1 year ago
Added missing PyObject_IsTrue error check (return -1) #24177 (#24237)

* Added missing PyObject_IsTrue error check (return -1) #24177

* resolved conflicts from olde...

ba669d69ad03644851117019fadc1f1c1b9cd622 authored over 1 year ago
Merge pull request #24085 from lysnikolaou/real-imag-remove

ENH: Replace npy complex structs with native complex types

1cd92a1483227d26b5d770f1916549caca51f50b authored over 1 year ago
Merge branch 'main' into real-imag-remove

2665d567913ba680de370ce1287f340022c96043 authored over 1 year ago
Address feedback

530cbc5517972e74cdb6120ae4cb5dcb7ca04cb3 authored over 1 year ago
API: Add docstring deprecations

80b4fc7c486a68d81b0f6b94e1ed761810d908ff authored over 1 year ago
Improve comment in compat header

Co-authored-by: mattip <[email protected]>

2d25d2ae63966ed046d17eba274d4afce9418a07 authored over 1 year ago
Merge pull request #24273 from BvB93/overload

TYP: Trim down the `_NestedSequence.__getitem__` signature

8bbfa6de187da0e1c68cc12edba29bd470171d2d authored over 1 year ago
Merge pull request #24277 from szsdk/master

DOC: inconsistency between doc and code

7b2dfbad3000071dc03a70d9a1614bd73b12ef00 authored over 1 year ago
DOC: Clarify correlate function definition (#24100)

* DOC: add reference to correlate functions

* DOC: Minor var fix

closes gh-23782

------...

e4ce121105ebb34cf70b540531a2006b42e1e539 authored over 1 year ago
Merge pull request #24191 from paulreece/add_plus_array2string

BUG: array2string does not add signs for positive integers. Fixes #24181

11a2ea96a7ac923c2283d487bffa7fce8924cbd7 authored over 1 year ago
CI: only build cirrus wheels when requested (#24286)

[skip ci]

1a0066b93a29843140793e9b9d31fbbdaf25f1c7 authored over 1 year ago
Moving unit tests to datetime.py since tests no longer check for deprecation messages.

02235b3010459fd2c8a6bc17d86e756f4648fd78 authored over 1 year ago