summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Indicate private functions with _int suffix.Nathan Goldbaum2023-03-173-35/+44
* BUG: handle errors from PyArray_AdaptDescriptorToArrayNathan Goldbaum2023-03-171-0/+5
* ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-1716-71/+174
* Merge pull request #23403 from mattip/clip-cleanupSebastian Berg2023-03-163-112/+24
|\
| * DOC: update release noteMatti Picus2023-03-171-2/+4
| * Rename 23403.deprecation.rst to 23403.expired.rstSebastian Berg2023-03-161-0/+0
| * DOC: add release noteMatti Picus2023-03-161-0/+2
| * DEP: remove deprecated casting in np.clipMatti Picus2023-03-162-112/+20
* | Merge pull request #23408 from XPhyro/fix-extra-spaceSebastian Berg2023-03-161-1/+1
|\ \
| * | DOC: fix extra space in error messageBerke Kocaoğlu2023-03-161-1/+1
|/ /
* | Merge pull request #23406 from numpy/dependabot/github_actions/actions/checko...Charles Harris2023-03-1611-31/+31
|\ \ | |/ |/|
| * Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-1611-31/+31
|/
* Merge pull request #23397 from numpy/dependabot/github_actions/actions/depend...Charles Harris2023-03-151-1/+1
|\
| * Bump actions/dependency-review-action from 2.5.1 to 3.0.3dependabot[bot]2023-03-151-1/+1
* | Merge pull request #23396 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-03-152-4/+4
|\ \
| * | Bump github/codeql-action from 2.2.5 to 2.2.7dependabot[bot]2023-03-152-4/+4
| |/
* | Merge pull request #23395 from numpy/dependabot/github_actions/actions/cache-...Charles Harris2023-03-152-2/+2
|\ \ | |/ |/|
| * Bump actions/cache from 3.2.6 to 3.3.1dependabot[bot]2023-03-152-2/+2
|/
* Merge pull request #23389 from numpy/dependabot/github_actions/egor-tensin/cl...Charles Harris2023-03-141-1/+1
|\
| * Bump egor-tensin/cleanup-path from 1 to 3dependabot[bot]2023-03-141-1/+1
* | Merge pull request #23391 from numpy/dependabot/github_actions/docker/setup-b...Charles Harris2023-03-142-2/+2
|\ \
| * | Bump docker/setup-buildx-action from 2.4.1 to 2.5.0dependabot[bot]2023-03-142-2/+2
| |/
* | Merge pull request #23390 from numpy/dependabot/github_actions/cygwin/cygwin-...Charles Harris2023-03-141-1/+1
|\ \
| * | Bump cygwin/cygwin-install-action from 2 to 3dependabot[bot]2023-03-141-1/+1
| |/
* | Merge pull request #23388 from numpy/dependabot/github_actions/ossf/scorecard...Charles Harris2023-03-141-1/+1
|\ \
| * | Bump ossf/scorecard-action from 2.0.6 to 2.1.2dependabot[bot]2023-03-141-1/+1
| |/
* | Merge pull request #23387 from numpy/dependabot/github_actions/pypa/cibuildwh...Charles Harris2023-03-141-1/+1
|\ \
| * | Bump pypa/cibuildwheel from 2.12.0 to 2.12.1dependabot[bot]2023-03-141-1/+1
| |/
* | Merge pull request #23386 from stefanv/pin-devpyCharles Harris2023-03-143-4/+4
|\ \ | |/ |/|
| * Pin devpyStefan van der Walt2023-03-143-4/+4
* | Merge pull request #23339 from step-security-bot/stepsecurity_remediation_167...Charles Harris2023-03-1414-73/+177
|\ \
| * | [StepSecurity] Apply security best practicesStepSecurity Bot2023-03-0514-73/+177
* | | Merge pull request #23384 from neutrinoceros/cleanup_py38Sebastian Berg2023-03-1411-62/+25
|\ \ \
| * | | 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
|/ / /
* | | 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() docsSebastian Berg2023-03-142-0/+12
* | | | Merge pull request #23361 from kawakami-k/fccCharles Harris2023-03-132-7/+38
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|\ \ \ \ \
| * | | | | 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
| * | | | | 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
* | | | | 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 dispatcherRalf Gommers2023-03-101-25/+68
|/ / / /
* | | | Merge pull request #23337 from peytondmurray/argminmax-nep42-dtype-supportSebastian Berg2023-03-081-6/+11
|\ \ \ \
| * | | | ENH: Add support for argmin and argmax for NEP42 dtypespdmurray2023-03-071-6/+11