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

Fix after merge

09839ccee3e96025e11a68e2e4179a60cbb0549a authored over 1 year ago
Merge branch 'main' into string-ufuncs-add

e188c3176c5bf7fd0044fb9f28d6560d645940e4 authored over 1 year ago
Improve comment in type resolver

43c4e035bf42bd671b7ba203c7b9f2743ec9e2d2 authored over 1 year ago
Merge pull request #24867 from mtsokol/update-docs-types-table

DOC: Update types table

68796556f185d6341ca20cf61995dd4e3e2a212a authored over 1 year ago
Merge pull request #24634 from mtsokol/rename-numpy-core

API: Rename `numpy/core` to `numpy/_core` [NEP 52]

f8e5761d193cc1a8e04e04ea91853c0231dddcf7 authored over 1 year ago
Fix lint errors

af8ea4b3cb6a95f5a1ab37e68b831b899ac16d00 authored over 1 year ago
Fix resolve_descriptors and add test

a5f0929e96cf2aa3002a39c09764a44d1f07f330 authored over 1 year ago
Add comments that explains type resolution

ddf798a6885a0e4549d652f0a78143fc6b01e341 authored over 1 year ago
Merge branch 'main' into string-ufuncs-add

44e41c07c8fbd4fa07e64e20a9af4fee17957466 authored over 1 year ago
Update doc/release/upcoming_changes/24858.new_feature.rst

Co-authored-by: Sebastian Berg <[email protected]>

7185a71d57ec3e379d0078850f4d92f741c521a8 authored over 1 year ago
MAINT: Adjustments after numpy._core rename

Match x86-simd-sort with the main branch

Add remaining shims and a test

Adjust docstrings and ...

7d4f4888791fa65f7a942130585647afac33c7bc authored over 1 year ago
MAINT: Expand numpy.core shims

4a7191c5bec9920ba06daa6155eb8ae8c9f120ca authored over 1 year ago
MAINT: Update numpy.core paths to numpy._core

MAINT: Update git submodules, fix test_format

47b70cbffd672849a5d3b9b6fa6e515700460fd0 authored over 1 year ago
MAINT: Check numpy version in C-API

72702be9ba8ae6c910ee552a8e9e3b14f281682f authored over 1 year ago
MAINT: Rename numpy.core module to numpy._core

923f219077c8aa3ad7d3792d8c06cba010b70252 authored over 1 year ago
ENH: Add Cython enumeration for NPY_FR_GENERIC (#24923)

Add Cython enumeration for NPY_FR_GENERIC

b3f91ff8533aa6e217291bc33e7b0e78079e2cac authored over 1 year ago
BUG: Fix hash of user-defined dtype (#24596)

User-defined dtypes will often have PyArray_Descr->hash set to 0.
However, the sentinel value f...

a144b09f1b3797fb8cf19334b8310f80c4d77f81 authored over 1 year ago
DOC: Fix typo on legacy directive docs

[skip azp][skip cirrus]

703ce3b0dff4be4aceb2d561efb72558b502941d authored over 1 year ago
DOC: Add legacy directive to mark outdated objects

This mirrors the current SciPy functionality, with styling compatible with the current version o...

5a4b54031cdf1d3df80a62b14af69e7352d539c3 authored over 1 year ago
Add release note

4149c07aa245e26052120db1ed2260c3bb834330 authored over 1 year ago
API: Add `np.long` and `np.ulong` (#24922)

Introduce `np.long` and `np.ulong` for the NumPy scalar types equivalent to a long. `np.int_` a...

018c24dff03232f360955e09a9a85ccf1328f9de authored over 1 year ago
MAINT: numpy.testing: further improve assertion message consistency

[skip actions] [skip cirrus]

7f48282008365986ec0e8f79dc1e7507130f14b9 authored over 1 year ago
Merge pull request #24930 from charris/post-1.26.1-release-update

MAINT: Update main after 1.26.1 release.

b3f09c6787e98e57eff303cbb75c3001dd8b0514 authored over 1 year ago
Merge remote-tracking branch 'upstream/main' into metadata_update

24d9a8950b12e4759b641c54b7dee968429dcbe5 authored over 1 year ago
ENH: numpy.testing: improve assertion message consistency

41c6503802b04eccb1a61f628f034c39d877da4a authored over 1 year ago
MAINT: Update main after 1.26.1 release.

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

fe8a64d9b3eee958620793f9b751248849d57819 authored over 1 year ago
DOC: how-to-io.rst: document solution for NumPy JSON serialization

Users have reported that NumPy types are not JSON serializable. This is documented, but no solut...

8d10d5de673007ac5d10fbf951e204522cb555fe authored over 1 year ago
Merge pull request #24875 from mdhaber/gh8457

DOC: testing.assert_array_equal: distinguish from assert_equal

dbd30ce50e8181ea22a1cbbc0b3b1f66c095ec20 authored over 1 year ago
ENH: testing: argument `err_msg` of assertion functions can be any object (#24877)

Call str on the third argument of assert_equal()
This lets you pass any object, similar to how ...

59a938cdaada19ea0d565eb02ce6fb3bda5d18ee authored over 1 year ago
Merge pull request #24920 from charris/build-pp39-wheels

MAINT: Reenable PyPy wheel builds.

9e51084683f53e22c40b4bd5cc8cd9d94e582e0e authored over 1 year ago
Merge pull request #24925 from F3eQnxN3RriK/doc-patch-2

DOC: Fix parameter markups in ``c-api/ufunc.rst``

972c06c78cba81875ceb0aa7f5b14dcb19cce58b authored over 1 year ago
DOC: Fix parameter markups in ``c-api/ufunc.rst``

``:param:`` is used for parameter markups in other part of this rst file.

368997cd1f8f5bfac3c1d2f4b8faf56b3e6dac33 authored over 1 year ago
REV: Revert cibuildwheels to v2.16.1. [wheel build]

0aa50bc38684cd0122df6b1d6ce7e88070ae036a authored over 1 year ago
ENH: Re-enable PyPy wheel builds [wheel build]

The PyPy wheel builds were disabled for a while, reenable
them before we forget.

a5fa4c1535494f5de5630614a8161e31ccd433d2 authored over 1 year ago
DOC: fix typos in docstrings and comments (#24913)

67539a40cb13bad56a650809bf10a49e905a250d authored over 1 year ago
Merge pull request #24910 from seberg/bench-fixup

BENCH: Fix benchmark bug leading to failures

d315bb0def0352da79d30327e7f65afd0b0046f6 authored over 1 year ago
BENCH: Fix benchmark bug leading to failures

The ufunc can only be tested for integers, but the `O->O` based filter
that is being used doesn'...

345a811e863cd83cd72a50ea11bdc1bd6885d2ba authored over 1 year ago
Merge pull request #24904 from iv-m/loongarch-fix

BUG: loongarch doesn't use REAL(10)

86e17568a31fc14e01d48d192ab46423ca463a26 authored over 1 year ago
BUG: loongarch doesn't use REAL(10)

This fixes numpy.f2py.tests.test_kind.TestKind

0a90b4f08ab85ea63e8b6408604e6801dbc6eb2a authored over 1 year ago
Merge pull request #24901 from numpy/dependabot/github_actions/actions/setup-python-4.7.1

MAINT: Bump actions/setup-python from 4.7.0 to 4.7.1

27d8c43eb958b4ecee59b4d66908750759a9afc2 authored over 1 year ago
MAINT: Bump actions/setup-python from 4.7.0 to 4.7.1

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Re...

c1141eb9506dd482e8cecdc924991247326e557c authored over 1 year ago
DOC: replace 'a' dtype with 'S' in format_parser docs (#24884)

[skip ci]

98f12250fbdb759d84f1a17e09dc6efaa830c1d7 authored over 1 year ago
Merge pull request #24896 from mtsokol/follow-up-changes

dee5f501a74aa2f087abf8d35046c327dcb2ac80 authored over 1 year ago
Add test for deprecation

45aff214321151187f92cb522c23ddbb29e5f3a6 authored over 1 year ago
Merge pull request #24893 from rgommers/auto-blas-lapack

ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs

6d9cc2db5c23a3f72bd61f553a245cc185a7eede authored over 1 year ago
Restore alias with a warning

9dfb7be83c08ed54522c3e9ac6c657d85bbaed1d authored over 1 year ago
CI: fix minor issue in Azure Windows ILP64 job

[skip actions] [skip cirrus] [skip circle]

183679967646b9f5133f3c73efa143e47e4c508b authored over 1 year ago
ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build]

This reimplements the auto-detection and many of the switches that
`numpy.distutils` offered. Be...

34afbb97cc9915ad5976ddc869a539e897545722 authored over 1 year ago
API: add deprecation for np.dtype(a), restore np.dtype(unicode) and add missing release note files

d10d17e3f421da3c13f21db0697dce28aff8dad3 authored over 1 year ago
Merge pull request #24866 from mtsokol/add-numpy-unpickler

API: Add ``NumpyUnpickler``

c294f1aa2918d925925281cb689b5dca69612540 authored over 1 year ago
Merge pull request #24891 from numpy/dependabot/github_actions/ossf/scorecard-action-2.3.0

MAINT: Bump ossf/scorecard-action from 2.2.0 to 2.3.0

0d266f265cd6be574821be8f1adeef37edbb4cb4 authored over 1 year ago
Merge pull request #24883 from rgommers/fix-install-tags

BLD: fix "Failed to guess install tag" in meson-log.txt, add explicit tags

85dc763cf62e113b1b315058e2832cd57e0bbcd3 authored over 1 year ago
Merge pull request #24887 from mtsokol/array-api-diagonal-and-trace

API: Add `diagonal` and `trace` to `numpy.linalg` [Array API]

27f39dc76873c9a5dc2351941e93156b11a24921 authored over 1 year ago
MAINT: Bump ossf/scorecard-action from 2.2.0 to 2.3.0

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
- [...

1a9514d62bb57d9f0883ae26031c7e50a3d40d85 authored over 1 year ago
API: Add diagonal and trace to numpy.linalg

cefa7ebfe0f0a1c4321df692dfb0f9d0790a9b49 authored over 1 year ago
DOC: Fix typo in linalg.py docs (#24886)

This PR fixes a typo in the linalg.py documentation. Specifically, it fixes the eigenvector/eige...

77415c322fd3550a39222303b4015894bbf203a7 authored over 1 year ago
Merge pull request #24880 from visitorckw/fix-memory-leak-timsort

BUG: Fix memory leak in timsort's buffer resizing

3c332b33ac87af5bca6bdebede64237fc7299147 authored over 1 year ago
BUG: Fix memory leak in timsort's buffer resizing

Fixed a potential memory leak in buffer resizing when realloc fails.
This commit addresses the i...

2cb925da77517acbc100b37ef06d3010c31609cb authored over 1 year ago
BLD: fix "Failed to guess install tag" in meson-log.txt, add explicit tags

Removed about ~100 lines from `meson-log.txt`. For `custom_target`,
`configure_file` and other s...

abc7e33304d8c9866ad72ca842bae608be7dedee authored over 1 year ago
BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876)

* BLD: fix incorrect feature checks for mandatory math functions

Should fix the build on Free...

040ed2dc9847265c581a342301dd87d2b518a3c2 authored over 1 year ago
DOC: testing.assert_array_equal: distinguish from assert_equal

The documentation of `assert_array_equal` and `assert_equal`
did not identify the differences be...

038a9818a4061227211ff8b1466e34f5c67b0330 authored over 1 year ago
Apply review changes

03c2c54ce9153d904ac10a8c7b5cb2fa147aa2c9 authored over 1 year ago
Apply review comments

72874bc509310fd4f5a4dcbafca1341819f4fb2a authored over 1 year ago
Merge pull request #24679 from mtsokol/typeinfo-remove-part-2

MAINT: Refactor of `numpy/core/_type_aliases.py`

195d85b0eb0b31f900d8a1001243d9c3e3c48992 authored over 1 year ago
Address feedback

b49a6df5c5bff39caade0dfc56915597cd107136 authored over 1 year ago
Apply review changes

e94ba3ead328bad72b341caf6587e549e452e646 authored over 1 year ago
Revert test_regression.py changes

1f6fdf880a81a9c0b70033701c1b6ebd0425c2cd authored over 1 year ago
Add release note and docs

daa1faf65e1a9c17f4a5f8af741ad3ccc5f1d3e6 authored over 1 year ago
DOC: Update types table

4ca25424987ca03eb258f3da7283ea83afae0b7e authored over 1 year ago
API: Add NumpyUnpickler

b2fbe3f5cb3e9e854db032ecc941a3343f5aee20 authored over 1 year ago
Include c-names mapping

3968009d8fa45cf6d13dc639007fde4af35fb593 authored over 1 year ago
Add benchmarks

1f3a5084ff16604af1799b95d786525ae6d7b224 authored over 1 year ago
Change int and long mapping

a09073cab5ea4e286915474ba5665a76e8c3a860 authored over 1 year ago
MAINT: Refactor f2py/tests/test_array_from_pyobj.py

7d169dbf8c7b323e7145137b238c4033b2318080 authored over 1 year ago
MAINT: Refactor allTypes, sctypeDict and sctypes build process

acfb63cb6661fd9776db2d208ccd49500f6bcf2e authored over 1 year ago
MAINT: Simplify typeinfo infrastructure by exposing dtype instances

This could probably be simplified more by using `np.dtypes` or
merging some of the information t...

cb2b0ef7b7d288bf0e33bdd650d0a6b3d9304355 authored over 1 year ago
Rename resolve descriptors function

6b9708170e86fc40e2b4574d2c647c68f366a336 authored over 1 year ago
Only allow same argument types in np.char.add for now

d066e851be00f5598ce1fd78c28f6c68a2a76b4c authored over 1 year ago
Merge pull request #24848 from mdhaber/gh24667

DOC: TESTS.rst: suggest np.testing assertion function strict=True

0f40795103458c0071e751c6d21fdb65bd021c2c authored over 1 year ago
Merge pull request #24864 from charris/skip-failing-pypy-test

MAINT: Xfail test failing on PyPy.

5c667eb468e2eda918d5b0b42e69661648a723ac authored over 1 year ago
MAINT: Xfail test failing on PyPy.

Skip a test that fails on pypy3.9-v1.3.13 and pypy3.10-v1.3.13,
released 9-29-2023. This may be ...

395cff66c045755bb3dd740b62b8902c1de9138d authored over 1 year ago
Merge pull request #24860 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.16.2

MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2

8c129baf0340cfb3fbfc4dca08ee1455357b1456 authored over 1 year ago
MAINT: Remove 'a' dtype alias (#24854)

01e33cded468ee764944476b59f0423a34b6a232 authored over 1 year ago
MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2

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

4fed8f93964bed110dbf03a861e0d717eddd8575 authored over 1 year ago
ENH: Extend np.add ufunc to work with unicode and byte dtypes

3ab96bfa0b480be3ca9f95c293ef5f810644c91d authored over 1 year ago
Merge pull request #24835 from lysnikolaou/string-ufuncs-isalpha

ENH: Add ufunc for np.char.isalpha

64fc516a0fce06169a1e0fea55c7cd2dc57cd296 authored over 1 year ago
Address feedback - improve docs and code in generate_umath

7f83385ed079154e1a100eed86b91482170b83fd authored over 1 year ago
Fix tests // error in refactoring

6405f9fe11096dd7bd99f087109983c1fcdf7038 authored over 1 year ago
Fix lint errors

a3bfa73eae47f24223a433aa10fda3a5efc4158f authored over 1 year ago
Clean-up of generate_umath.py

d70345978d7ed4b68933898008e38f0cfd159a75 authored over 1 year ago
Minor refactor of ordering/naming of arguments in string ufuncs loops

b51eb71cad276dc7dd613a568e8e7f3a6154012c authored over 1 year ago
Address feedback - add comments and remove rstrip

8200573ad027ffab6de1cfb04c9968d96a711ba1 authored over 1 year ago
Do not create functions arrays for ufuncs without loops

4d07d7b0dcfe66b1ca59f7223d13227de156201a authored over 1 year ago
Fix syntax error on Windows by populating ufunc functions with NULL

e7677716008827bc016d4412c52e10c3571a61a5 authored over 1 year ago
Fix docstring

363d160ab31a7636c3a81a78778141e7602f4a3a authored over 1 year ago
Register isalpha like other ufuncs and add loop in string_ufuncs.cpp

7c2065955ccbf17c8c26310a3cbae7366418d121 authored over 1 year ago
BLD: use scipy-openblas wheel (#24839)

21d29c5a0df2ad53506f3b3855179ec776c18f08 authored over 1 year ago
Merge pull request #24775 from mdhaber/gh24680c

ENH: add parameter `strict` to `assert_array_less`

07bc9340ef655133a24d8018749d587f159948b7 authored over 1 year ago
Use same function is __array_prepare__ and __array_wrap__

222d4453fee3d79d540d4d1272562c7b730d1e4c authored over 1 year ago
DOC: Fix reference warning in some rst files (#24847)

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

Signed-off-by: Liang Yan <[email protected]>

2343d3d8b198a1b54cea3c727c1aea2243daf7f0 authored over 1 year ago