summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #23388 from ↵Charles Harris2023-03-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numpy/dependabot/github_actions/ossf/scorecard-action-2.1.2 Bump ossf/scorecard-action from 2.0.6 to 2.1.2
| * | | | | | | | | | | | | Bump ossf/scorecard-action from 2.0.6 to 2.1.2dependabot[bot]2023-03-141-1/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.1.2. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/99c53751e09b9529366343771cc321ec74e9bd3d...e38b1902ae4f44df626f11ba0734b14fb91f8f86) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | | Merge pull request #23387 from ↵Charles Harris2023-03-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numpy/dependabot/github_actions/pypa/cibuildwheel-2.12.1 Bump pypa/cibuildwheel from 2.12.0 to 2.12.1
| * | | | | | | | | | | | | Bump pypa/cibuildwheel from 2.12.0 to 2.12.1dependabot[bot]2023-03-141-1/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/a808017c3962f4d678fe685239668aad8c150932...02ad79a31bf7aa0eee07f690509048d2fb9fd445) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | | Merge pull request #23386 from stefanv/pin-devpyCharles Harris2023-03-143-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | MAINT: Pin devpy
| * | | | | | | | | | | | Pin devpyStefan van der Walt2023-03-143-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package will soon change to `spin`, so pinning here to avoid any disruption
* | | | | | | | | | | | | Merge pull request #23339 from ↵Charles Harris2023-03-1414-73/+177
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | step-security-bot/stepsecurity_remediation_1678041261 MAIN: Apply security best practices
| * | | | | | | | | | | | | [StepSecurity] Apply security best practicesStepSecurity Bot2023-03-0514-73/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
* | | | | | | | | | | | | | Merge pull request #23384 from neutrinoceros/cleanup_py38Sebastian Berg2023-03-1411-62/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: cleanup unused Python3.8-only code and references
| * | | | | | | | | | | | | | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-1411-62/+25
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | ENH: show dtype in array repr when endianness is non-native (#23295)molsonkiko2023-03-142-1/+51
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fx problem where, for example, np.array([1], dtype='>u2') and np.array([1], dtype='<u2') both got represented as np.array([1], dtype=uint16), or the dtype is not shown for the default ones (float64, default int).
* | | | | | | | | | | | | | Merge pull request #23378 from seberg/doc-fixup-spawnMatti Picus2023-03-142-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docs
| * | | | | | | | | | | | | | DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docsSebastian Berg2023-03-142-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original PR forgot to include the Parameters section (and thus the paraeter itself).
* | | | | | | | | | | | | | | Merge pull request #23361 from kawakami-k/fccCharles Harris2023-03-132-7/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BLD: add SSL2 default path for Fujitsu C/C++ compiler
| * | | | | | | | | | | | | | | BLD: add SSL2 default path for Fujitsu C/C++ compilerKentaro Kawakami2023-03-092-7/+38
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #23380 from r-devulap/x86simdCharles Harris2023-03-131-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | MAINT: Update x86-simd-sort to latest commit
| * | | | | | | | | | | | | | update x86-simd-sort to latest commitRaghuveer Devulapalli2023-03-131-0/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #23376 from rgommers/remove-experimental-envvarCharles Harris2023-03-1214-190/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` environment variable
| * | | | | | | | | | | | | | | DOC: add release notes for removal of ``y=`` alias and env varRalf Gommers2023-03-121-0/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-1211-125/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in https://mail.python.org/archives/list/numpy-discussion@python.org/thread/UKZJACAP5FUG7KP2AQDPE4P5ADNWLOHZ/ This flag was always meant to be temporary, and cleaning it up is long overdue.
| * | | | | | | | | | | | | | | DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-122-65/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-124-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DOC: update git clone command in doc to initialize submodules - BLD: Check for submodules before building - CI: update meson.build check and Cirrus for new git submodule [skip ci] Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #23364 from rgommers/depr-product-dispatcherSebastian Berg2023-03-101-25/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | DEP: update deprecations for `np.product` and co to emit from dispatcher
| * | | | | | | | | | | | | | DEP: update deprecations for `np.product` and co to emit from dispatcherRalf Gommers2023-03-101-25/+68
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows up on a review comment on gh-23314 [skip cirrus] [skip circle]
* | | | | | | | | | | | | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-supportSebastian Berg2023-03-081-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENH: Add support for argmin and argmax for NEP42 dtypes
| * | | | | | | | | | | | | | ENH: Add support for argmin and argmax for NEP42 dtypespdmurray2023-03-071-6/+11
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #23359 from WarrenWeckesser/doc-fix-infoCharles Harris2023-03-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: Add 'may vary' markup in info() docstring.
| * | | | | | | | | | | | | | | DOC: Add 'may vary' markup in info() docstring.warren2023-03-071-1/+1
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip actions] [skip travis] [skip cirrus]
* | | | | | | | | | | | | | | Merge pull request #23355 from WarrenWeckesser/doc-infoSebastian Berg2023-03-071-5/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOC: Document that info() handles array instances.
| * | | | | | | | | | | | | | | DOC: Edit top line of info() docstring to mention array.warren2023-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip actions] [skip travis] [skip azp] [skip cirrus]
| * | | | | | | | | | | | | | | DOC: Document that info() handles array instances.warren2023-03-071-4/+21
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip actions] [skip travis] [skip azp] [skip cirrus]
* | | | | | | | | | | | | | | DOC: Clearer docstring for repeat (#23348)Pierre2023-03-071-1/+1
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #23335 from tylerjereddy/treddy_issue_22041Marten van Kerkwijk2023-03-062-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | BUG: ma with structured dtype
| * | | | | | | | | | | | | BUG: ma with structured dtypeTyler Reddy2023-03-032-1/+7
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22041 * add regression test and fix for creating a masked array with a structured dtype; the test is simply for lack of error in the repoducer * the concern expressed by core team in matching issue was that `astropy` might be negatively affected; I ran full `astropy` (hash: `c9ad7c56`) test suite locally with this feature branch and it seemed "ok," just 1 unrelated network failure in the network-requiring tests (`test_ftp_tls_auto`): ```1 failed, 21430 passed, 3490 skipped, 176 xfailed, 23275 warnings in 430.18s (0:07:10)```
* | | | | | | | | | | | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-0613-12/+142
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.
| * | | | | | | | | | | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-0213-12/+142
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #23326 from hawkinsp/clipwrapCharles Harris2023-03-051-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TYP: Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
| * | | | | | | | | | | | | | Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.Peter Hawkins2023-03-051-4/+0
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These constants are defined twice in this file, to which pytype objects.
* | | | | | | | | | | | | | Merge pull request #23340 from BvB93/msortCharles Harris2023-03-052-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TYP: Remove two stray type-check-only re-exports of `msort`
| * | | | | | | | | | | | | | TYP: Remove some stray type-check-only imports of `msort`BvB932023-03-052-2/+0
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #23103 from SimonAltrogge/typing-fixBas van Beek2023-03-051-28/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | TYP: Fix return type to float on _FloatLike_co arguments
| * | | | | | | | | | | | | TYP: Update even more `_generator` argument types to `_FloatLike_co`BvB932023-03-051-27/+68
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | TYP: Fix return type to float on _FloatLike_co argumentsSimonAltrogge2023-01-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, `rng.exponential(scale=np.sum(np.arange(10.0)))` indicates its return value as `np.ndarray[Any, dtype[float64]]` even though a `float` is returned on `_FloatLike_co` values of the `scale` argument. This commit fixes this problem such that `rng.exponential` indicates the correct return type on `_FloatLike_co` inputs.
* | | | | | | | | | | | | | Merge pull request #23325 from hawkinsp/reduceatBas van Beek2023-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TYP: Replace duplicate reduce in ufunc type signature with reduceat.
| * | | | | | | | | | | | | | Replace duplicate reduce in ufunc type signature with reduceat.Peter Hawkins2023-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Presumably this is a typo: ufuncs have both reduce and reduceat.
* | | | | | | | | | | | | | | Merge pull request #23328 from hawkinsp/macompBas van Beek2023-03-051-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TYP: Add type annotations for comparison operators to MaskedArray.
| * | | | | | | | | | | | | | | Add type annotations for comparison operators to MaskedArray.Peter Hawkins2023-03-031-0/+4
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comparison operators seem to be missing annotations; whereas pretty much every other operator is annotated. This causes pytype to conclude that the output of, say, __gt__ is a regular ndarray, which isn't true.
* | | | | | | | | | | | | | | Merge pull request #23327 from hawkinsp/fftfreqBas van Beek2023-03-051-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | TYP: Mark `d` argument to fftfreq and rfftfreq as optional in type stubs
| * | | | | | | | | | | | | | Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.Peter Hawkins2023-03-031-4/+4
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The type stubs incorrectly mark this argument as mandatory.
* | | | | | | | | | | | | | Merge pull request #23333 from charris/ignore-hadolink-errorCharles Harris2023-03-033-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MAINT: Ignore hadolint info error DL3059.