summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify relationship between row_stack and vstack.Ross Barnowski2022-11-141-0/+2
* Merge pull request #22583 from charris/create-f2c_blas-patchRalf Gommers2022-11-141-0/+112
|\
| * MAINT: Patch to remove ncola variable from f2c_blas.cCharles Harris2022-11-131-0/+112
* | Merge pull request #22586 from rossbar/maint/arrayprint-type-cleanupSebastian Berg2022-11-141-4/+0
|\ \ | |/ |/|
| * MAINT: Rm unnecessary checks in determining typeless data.Ross Barnowski2022-11-131-4/+0
* | Merge pull request #22580 from rgommers/fix-lapacklite-build-warningsMatti Picus2022-11-131-16/+4
|\ \
| * | BLD: remove unused `ncola` variables from lapack-liteRalf Gommers2022-11-131-16/+4
|/ /
* | Merge pull request #22578 from rgommers/fix-dlpack-includesSebastian Berg2022-11-131-5/+3
|\ \
| * | BLD: fix issue with header includes in dlpack.cRalf Gommers2022-11-121-5/+3
* | | Merge pull request #22579 from rgommers/use-c99-restrictSebastian Berg2022-11-131-2/+0
|\ \ \ | |/ / |/| |
| * | MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`Ralf Gommers2022-11-121-2/+0
|/ /
* | Merge pull request #22576 from rgommers/fix-assertCharles Harris2022-11-121-2/+3
|\ \ | |/ |/|
| * BUG: fix issue with broken assert statement in `templ_common.h.src`Ralf Gommers2022-11-121-2/+3
|/
* Merge pull request #22566 from seberg/ObjectType-fixupCharles Harris2022-11-104-18/+71
|\
| * MAINT: Ensure that datetime dot, correlate, and vdot cannot happenSebastian Berg2022-11-091-3/+9
| * BUG: Fix use and errorchecking of ObjectType useSebastian Berg2022-11-093-15/+62
* | Merge pull request #22567 from rossbar/ci-add-pr-write-permissions-to-artifac...Matti Picus2022-11-091-0/+2
|\ \
| * | CI: Add PR write permissions to artifact redirector.Ross Barnowski2022-11-091-0/+2
|/ /
* | Merge pull request #22552 from juztamau5/fix-temp-addressSebastian Berg2022-11-091-6/+12
|\ \
| * | Fix taking address of temporary arrayjuztamau52022-11-091-6/+12
* | | Merge pull request #22540 from seberg/finalize-dtype-deprCharles Harris2022-11-094-48/+42
|\ \ \ | |_|/ |/| |
| * | MAINT: Update doc/release/upcoming_changes/22540.expired.rstCharles Harris2022-11-091-1/+1
| * | DOC: Try to clarify which dtype instaces are still allowedSebastian Berg2022-11-071-3/+5
| * | DOC: Add release note for expired dtype=/signature= ufunc deprecationSebastian Berg2022-11-071-0/+3
| * | DEP: Expire deprecation of dtype/signature allowing instancesSebastian Berg2022-11-073-48/+37
* | | Merge pull request #22557 from aayushagrawal135/gentype-reduce-mem-leakSebastian Berg2022-11-091-0/+5
|\ \ \
| * | | BUG: Decrement ref count in gentype_reduce when allocated memory not usedAayush Agrawal2022-11-081-0/+5
|/ / /
* | | Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-088-6/+299
|\ \ \
| * | | DOC: Improve how-to-partition contents.melissawm2022-10-116-23/+28
| * | | DOC: How to partition domainsmelissawm2022-10-035-5/+293
* | | | Merge pull request #22554 from juztamau5/cleanup-castSebastian Berg2022-11-081-1/+1
|\ \ \ \
| * | | | Cleanup: Match arguments of isless()juztamau52022-11-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #22550 from juztamau5/fix-enum-boolSebastian Berg2022-11-082-2/+2
|\ \ \ \
| * | | | Fix conversion from bool to enumjuztamau52022-11-072-2/+2
| |/ / /
* | | | DOC: Add instruction to initialize git submodules (#22543)Juan Luis Cano Rodríguez2022-11-072-0/+8
* | | | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)Sebastian Berg2022-11-075-87/+26
* | | | Merge pull request #22542 from seberg/dlpack-buffererrorCharles Harris2022-11-073-19/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | API: Always use BufferError when dlpack export failsSebastian Berg2022-11-073-19/+29
|/ / /
* | | Merge pull request #22538 from rgommers/getinfo-npymathMatti Picus2022-11-062-37/+66
|\ \ \
| * | | DOC: update libnpymath docs on its status and how to consume itRalf Gommers2022-11-062-37/+66
|/ / /
* | | ENH: Add OpenSSF Scorecard GitHub Action (#22482)Pedro Nacht2022-11-042-0/+57
* | | DOC: Remove "current" from byte-order note and expand it slightly (#22521)Sebastian Berg2022-11-041-3/+5
* | | Merge pull request #22531 from charris/update-setup-pythonSebastian Berg2022-11-042-19/+19
|\ \ \
| * | | BLD, CI: Update setup-pythonCharles Harris2022-11-042-19/+19
|/ / /
* | | Merge pull request #22524 from EwoutH/cibuildwheel-2.11.2Charles Harris2022-11-032-5/+5
|\ \ \ | |/ / |/| |
| * | MAINT: Update cibuildwheel from 2.9.0 to 2.11.2Ewout ter Hoeven2022-11-032-5/+5
|/ /
* | MAINT: Ensure raw dlpack deleter works when called without the GIL (#22510)albanD2022-11-021-0/+14
* | Merge pull request #22498 from story645/readmeMatti Picus2022-11-022-25/+13
|\ \
| * | removing docstringhannah2022-11-011-25/+5
| * | REL: readme in pypy plus testhannah2022-10-302-1/+9