summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|/ / / / /
* | | | | Merge pull request #21042 from charris/style-fixups-npysortMatti Picus2022-02-132-114/+140
|\ \ \ \ \
| * | | | | MAINT: Remove stray ";",Charles Harris2022-02-131-1/+0
| * | | | | MAINT, STY: Style fixups.Charles Harris2022-02-122-114/+141
* | | | | | Merge pull request #21050 from mattip/upload5Matti Picus2022-02-131-2/+2
|\ \ \ \ \ \
| * | | | | | BUILD: tweak upload to use python3, less verbosemattip2022-02-131-2/+2
|/ / / / / /
* | | | | | Merge pull request #21049 from mattip/upload4Matti Picus2022-02-131-3/+3
|\ \ \ \ \ \
| * | | | | | use repo secrets for uploadingmattip2022-02-131-3/+3
|/ / / / / /
* | | | | | Merge pull request #21045 from mattip/upload3Matti Picus2022-02-131-2/+2
|\ \ \ \ \ \
| * | | | | | BUILD: change syntax to use env variablemattip2022-02-131-2/+2
* | | | | | | Merge pull request #20846 from seiko2plus/simd_argmaxminMatti Picus2022-02-136-114/+601
|\ \ \ \ \ \ \
| * | | | | | | add npyv_cleanup()Sayed Adel2022-02-131-0/+2
| * | | | | | | ENH, SIMD: improve argmax/argmin performanceSayed Adel2022-02-136-114/+599
| |/ / / / / /
* | | | | | | Merge pull request #21046 from charris/fix-3.10-aarch64Sebastian Berg2022-02-131-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Use "3.10" instead of "3.10-dev" on travis.Charles Harris2022-02-131-4/+4
| |/ / / / /
* | | | | | Merge pull request #21043 from mattip/upload2Matti Picus2022-02-131-16/+11
|\ \ \ \ \ \
| * | | | | | BUILD: simplify upload stepmattip2022-02-131-16/+11
|/ / / / / /
* | | | | | Merge pull request #21035 from mattip/tokenMatti Picus2022-02-131-11/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUILD: combine upload stepsThomas Li2022-02-121-11/+8
| * | | | | BUILD: remove condition on upload stepmattip2022-02-111-1/+1
* | | | | | Merge pull request #21039 from seberg/removed-relaxed-strides-checkingCharles Harris2022-02-1217-170/+63
|\ \ \ \ \ \
| * | | | | | DOC: Fix striding related comments based on reviewSebastian Berg2022-02-122-4/+4