summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update numpy/core/src/multiarray/item_selection.cMatti Picus2022-03-131-1/+1
* BENCH: make the np.where benchmark more completeJérôme Richard2022-03-051-0/+55
* ENH: even faster numpy.where using loop unrolling (better ILP)Ubuntu2022-03-051-0/+13
* ENH: improve the speed of numpy.where using a branchless codeJérôme Richard2022-02-272-5/+15
* Merge pull request #21119 from tirthasheshpatel/fix-gh20340Sebastian Berg2022-02-252-1/+10
|\
| * BUG, ENH: np._from_dlpack: export correct device informationTirth Patel2022-02-252-1/+10
* | Merge pull request #21110 from HarshCasper/concurrencyMatti Picus2022-02-243-0/+13
|\ \
| * | CI: Improve concurrency to cancel running jobs on PR updateHarshCasper2022-02-233-0/+13
| |/
* | Merge pull request #21111 from BvB93/__array_finalize__Matti Picus2022-02-246-4/+18
|\ \
| * | MAINT: Relax the `obj` type in `__array_finalize__`Bas van Beek2022-02-234-3/+12
| * | MAINT: Remove a leftover `__array_finalize__` property decoratorBas van Beek2022-02-233-1/+6
| |/
* | Merge pull request #21108 from BvB93/finalSebastian Berg2022-02-232-5/+10
|\ \ | |/ |/|
| * ENH: Mark `np.dtype` as `final`Bas van Beek2022-02-231-0/+1
| * ENH: Mark non-subclassable types as `final`Bas van Beek2022-02-222-5/+9
* | API: Fix `np.result_type(structured_dtype)` to "canonicalize" (#19346)Sebastian Berg2022-02-224-12/+239
* | MAINT: Fix incorrect signature in readtext header file (#21109)Sebastian Berg2022-02-221-1/+2
* | Merge pull request #21088 from rossbar/update-distutils-dep-warning-filterCharles Harris2022-02-221-0/+1
|\ \ | |/ |/|
| * DEV: add warnings filter to pytest conf.Ross Barnowski2022-02-171-0/+1
* | Merge pull request #21102 from BvB93/concatCharles Harris2022-02-224-4/+38
|\ \
| * | TYP,TST: Add tests for known mypy-related false-positivesBas van Beek2022-02-212-0/+21
| * | TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate`Bas van Beek2022-02-212-4/+17
* | | Merge pull request #20559 from melissawm/f2py-guideRohit Goswami2022-02-2221-775/+951
|\ \ \
| * | | Fixing formattingmelissawm2022-01-059-75/+77
| * | | Added f2py-examples to refguide skip listmelissawm2022-01-051-0/+1
| * | | Responding to review commentsmelissawm2022-01-0511-168/+192
| * | | DOC: Refactoring f2py user guidemelissawm2022-01-0512-771/+920
* | | | Merge pull request #21100 from lithomas1/debug-wheelsMatti Picus2022-02-221-3/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | comment out macos pypy builds [wheel build]Thomas Li2022-02-211-3/+6
| * | | Verify wheels build correctly [wheel build]Thomas Li2022-02-200-0/+0
|/ / /
* | | Merge pull request #19345 from seberg/ensure-canonicalMatti Picus2022-02-209-61/+82
|\ \ \
| * | | ENH: Move `ensure_dtype_nbo` onto the DType as `ensure_canonical`Sebastian Berg2022-02-189-61/+82
* | | | Merge pull request #21097 from mattip/pypyv7.3.8Charles Harris2022-02-205-12/+8
|\ \ \ \
| * | | | update cython, pypy for cython0.29.28 and pypy v7.3.8 releasemattip2022-02-205-12/+8
|/ / / /
* | | | Merge pull request #21077 from BvB93/fromnumeric5Charles Harris2022-02-182-65/+65
|\ \ \ \
| * | | | MAINT: Allow `fromnumeric` functions to accept `__index__`-supporting objects...Bas van Beek2022-02-171-57/+57
| * | | | MAINT: Allow `ndarray.var/std` to accept floats for `ddof`Bas van Beek2022-02-171-4/+4
| * | | | MAINT: Allow only a single axis in `ndarray.argmin/-max`Bas van Beek2022-02-171-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #21085 from rgommers/doc-todo-distutilsMatti Picus2022-02-181-1/+2
|\ \ \ \
| * | | | MAINT: point to html docs on distutils migration in deprecation messageRalf Gommers2022-02-181-1/+2
| |/ / /
* | | | Merge pull request #21090 from mattip/travis2Matti Picus2022-02-181-3/+3
|\ \ \ \
| * | | | BUILD: change cibuildwheel output directory on travis [ci skip]mattip2022-02-181-3/+3
* | | | | Merge pull request #21086 from rgommers/bench-compareMatti Picus2022-02-181-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEV: fix `python runtests.py --bench-compare`Ralf Gommers2022-02-181-2/+3
| |/ / /
* | | | Merge pull request #21089 from mattip/travis-apiMatti Picus2022-02-181-0/+3
|\ \ \ \
| * | | | BUILD: if travis build is triggered manually, then upload wheelsmattip2022-02-181-0/+3
|/ / / /
* | | | Merge pull request #21082 from shoyer/cholesky-docMatti Picus2022-02-181-2/+2
|\ \ \ \
| * | | | DOC: clarify the return value of linalg.choleskyStephan Hoyer2022-02-171-2/+2
| |/ / /
* | | | Merge pull request #20987 from lithomas1/patch-2Matti Picus2022-02-183-31/+122
|\ \ \ \
| * | | | BLD: Try adding aarch64 wheels [wheel build]Thomas Li2022-02-173-31/+122
| |/ / /
* | | | Merge pull request #21087 from rgommers/site-cfg-docMatti Picus2022-02-181-27/+10
|\ \ \ \ | |/ / / |/| | |