summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-213-301/+551
* road-to-cxx - x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-202-1/+1
* 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
|\ \ | |/ |/|
| * DOC: update docs in site.cfg.exampleRalf Gommers2022-02-181-27/+10
|/
* BUG: Replace ``ssize_t`` with ``size_t`` in tokenize.cpp (#21074)Bas van Beek2022-02-161-2/+2
* Merge pull request #20875 from rgommers/deprecate-npdistutilsMatti Picus2022-02-176-0/+171
|\
| * MAINT: fix failure due to importing warnings in `distutils/__init__.py`Ralf Gommers2022-02-162-6/+4
| * DOC: add section on moving to SetuptoolsRalf Gommers2022-02-151-8/+61
| * DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-156-0/+120
* | Merge pull request #20774 from miccoli/doc/datetime-semanticsCharles Harris2022-02-161-18/+111
|\ \
| * | DOC: explicitly define numpy.datetime64 semanticsStefano Miccoli2022-01-101-18/+111
* | | BUG: Ensure equality/identity comparison with `__array_function__` (#21071)Peter Andreas Entschev2022-02-162-2/+13
* | | BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067)Alexandre de Siqueira2022-02-162-1/+10
* | | Merge pull request #21061 from rafaelcfsousa/p10_loopsSayed Adel2022-02-162-2/+2
|\ \ \
| * | | BLD,ENH: Add vsx3 and vsx4 as targets when building sin/cos (F32)Rafael Cardoso Fernandes Sousa2022-02-141-1/+1
| * | | BLD,ENH: Add vsx4 as target when building tanhRafael Cardoso Fernandes Sousa2022-02-141-1/+1
* | | | DOC: fix output spacing in arctan2 example (#21064)P. L. Lim2022-02-151-1/+1
* | | | DOC: Fix spelling and grammar in documentation for quantile(). (#21068)Don Kirkby2022-02-151-12/+12
* | | | Merge pull request #21060 from BvB93/fromnumeric3Charles Harris2022-02-154-88/+440
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Add more SIMD files to .gitignoreBas van Beek2022-02-141-0/+4
| * | | TYP: Add dtype-typing support to `fromnumeric` part 3Bas van Beek2022-02-143-88/+436
* | | | Merge pull request #21015 from melissawm/doc-arange-signatureMatti Picus2022-02-142-5/+14
|\ \ \ \
| * | | | DOC: add note about array_like being optionalmelissawm2022-02-082-2/+2
| * | | | DOC: Added note about possible arange signaturesmelissawm2022-02-081-5/+14
* | | | | Merge pull request #21054 from seberg/fixup-no-delimiterMatti Picus2022-02-142-6/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-142-6/+19
| | |/ / | |/| |
* | | | Merge pull request #21029 from hawkinsp/nontuple_indexSebastian Berg2022-02-145-144/+26
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-145-144/+26
* | | | Merge pull request #21025 from seberg/tokenizer-cppMatti Picus2022-02-146-42/+61
|\ \ \ \
| * | | | MAINT: Use C++ for tokenizer unicode-kind templatingSebastian Berg2022-02-116-42/+61
| | |/ / | |/| |
* | | | Merge pull request #21053 from mattip/upload6Matti Picus2022-02-141-1/+7
|\ \ \ \
| * | | | BUILD: make sure a python3 is on the pathmattip2022-02-131-1/+7
|/ / / /