| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | Merge pull request #23388 from numpy/dependabot/github_actions/ossf/scorecard... | Charles Harris | 2023-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump ossf/scorecard-action from 2.0.6 to 2.1.2 | dependabot[bot] | 2023-03-14 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23387 from numpy/dependabot/github_actions/pypa/cibuildwh... | Charles Harris | 2023-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 | dependabot[bot] | 2023-03-14 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #23386 from stefanv/pin-devpy | Charles Harris | 2023-03-14 | 3 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Pin devpy | Stefan van der Walt | 2023-03-14 | 3 | -4/+4 | |
| * | | | | | | | | | | | | | Merge pull request #23339 from step-security-bot/stepsecurity_remediation_167... | Charles Harris | 2023-03-14 | 14 | -73/+177 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | [StepSecurity] Apply security best practices | StepSecurity Bot | 2023-03-05 | 14 | -73/+177 | |
| * | | | | | | | | | | | | | | Merge pull request #23384 from neutrinoceros/cleanup_py38 | Sebastian Berg | 2023-03-14 | 11 | -62/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | MAINT: cleanup unused Python3.8-only code and references | Clément Robert | 2023-03-14 | 11 | -62/+25 | |
| * | | | | | | | | | | | | | | | ENH: show dtype in array repr when endianness is non-native (#23295) | molsonkiko | 2023-03-14 | 2 | -1/+51 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23378 from seberg/doc-fixup-spawn | Matti Picus | 2023-03-14 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docs | Sebastian Berg | 2023-03-14 | 2 | -0/+12 | |
| * | | | | | | | | | | | | | | | Merge pull request #23361 from kawakami-k/fcc | Charles Harris | 2023-03-13 | 2 | -7/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | BLD: add SSL2 default path for Fujitsu C/C++ compiler | Kentaro Kawakami | 2023-03-09 | 2 | -7/+38 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23380 from r-devulap/x86simd | Charles Harris | 2023-03-13 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | update x86-simd-sort to latest commit | Raghuveer Devulapalli | 2023-03-13 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | | | Merge pull request #23376 from rgommers/remove-experimental-envvar | Charles Harris | 2023-03-12 | 14 | -190/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: add release notes for removal of ``y=`` alias and env var | Ralf Gommers | 2023-03-12 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var | Ralf Gommers | 2023-03-12 | 11 | -125/+22 | |
| | * | | | | | | | | | | | | | | | DEP: expire deprecation for "y as out" in fix/isposinf/isneginf | Ralf Gommers | 2023-03-12 | 2 | -65/+1 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | BLD: Check for submodules before build (#23372) | Raghuveer Devulapalli | 2023-03-12 | 4 | -9/+18 | |
| * | | | | | | | | | | | | | | | Merge pull request #23364 from rgommers/depr-product-dispatcher | Sebastian Berg | 2023-03-10 | 1 | -25/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | DEP: update deprecations for `np.product` and co to emit from dispatcher | Ralf Gommers | 2023-03-10 | 1 | -25/+68 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-support | Sebastian Berg | 2023-03-08 | 1 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | ENH: Add support for argmin and argmax for NEP42 dtypes | pdmurray | 2023-03-07 | 1 | -6/+11 | |
| * | | | | | | | | | | | | | | | Merge pull request #23359 from WarrenWeckesser/doc-fix-info | Charles Harris | 2023-03-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: Add 'may vary' markup in info() docstring. | warren | 2023-03-07 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23355 from WarrenWeckesser/doc-info | Sebastian Berg | 2023-03-07 | 1 | -5/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | DOC: Edit top line of info() docstring to mention array. | warren | 2023-03-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | DOC: Document that info() handles array instances. | warren | 2023-03-07 | 1 | -4/+21 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | DOC: Clearer docstring for repeat (#23348) | Pierre | 2023-03-07 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23335 from tylerjereddy/treddy_issue_22041 | Marten van Kerkwijk | 2023-03-06 | 2 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | BUG: ma with structured dtype | Tyler Reddy | 2023-03-03 | 2 | -1/+7 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2 | Sebastian Berg | 2023-03-06 | 13 | -12/+142 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy. | yamadafuyuka | 2023-03-02 | 13 | -12/+142 | |
| * | | | | | | | | | | | | | | Merge pull request #23326 from hawkinsp/clipwrap | Charles Harris | 2023-03-05 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Remove duplicate CLIP/WRAP/RAISE in __init__.pyi. | Peter Hawkins | 2023-03-05 | 1 | -4/+0 | |
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23340 from BvB93/msort | Charles Harris | 2023-03-05 | 2 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | TYP: Remove some stray type-check-only imports of `msort` | BvB93 | 2023-03-05 | 2 | -2/+0 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23103 from SimonAltrogge/typing-fix | Bas van Beek | 2023-03-05 | 1 | -28/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | TYP: Update even more `_generator` argument types to `_FloatLike_co` | BvB93 | 2023-03-05 | 1 | -27/+68 | |
| | * | | | | | | | | | | | | | TYP: Fix return type to float on _FloatLike_co arguments | SimonAltrogge | 2023-01-26 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Merge pull request #23325 from hawkinsp/reduceat | Bas van Beek | 2023-03-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Replace duplicate reduce in ufunc type signature with reduceat. | Peter Hawkins | 2023-03-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge pull request #23328 from hawkinsp/macomp | Bas van Beek | 2023-03-05 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Add type annotations for comparison operators to MaskedArray. | Peter Hawkins | 2023-03-03 | 1 | -0/+4 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23327 from hawkinsp/fftfreq | Bas van Beek | 2023-03-05 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Mark `d` argument to fftfreq and rfftfreq as optional in type stubs. | Peter Hawkins | 2023-03-03 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23333 from charris/ignore-hadolink-error | Charles Harris | 2023-03-03 | 3 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
