summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.15.1 to 5.16.0dependabot/pip/hypothesis-5.16.0dependabot-preview[bot]2020-06-011-1/+1
* ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375)Chunlin2020-06-012-1/+34
* ENH: Use AVX-512 for np.frexp and np.ldexp (#16371)Raghuveer Devulapalli2020-05-316-8/+272
* Merge pull request #16306 from seberg/troubleshooting-fix-envCharles Harris2020-05-311-4/+2
|\
| * DOC: Fix troubleshooting code snippet when env vars are emptySebastian Berg2020-05-201-4/+2
* | Merge pull request #15886 from eric-wieser/deprecate-shape-NoneSebastian Berg2020-05-315-14/+40
|\ \
| * | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-315-14/+40
|/ /
* | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-318-10/+173
* | TST: Add tests for PyArray_IntpConverter (gh-16454)Eric Wieser2020-05-312-0/+48
* | Merge pull request #16447 from rgommers/make-showCharles Harris2020-05-311-1/+6
|\ \
| * | DOC: add a "make show" command to doc/MakefileRalf Gommers2020-05-311-1/+6
* | | Merge pull request #16450 from Carreau/ref-nepsRalf Gommers2020-05-3140-21/+87
|\ \ \ | |/ / |/| |
| * | DOC: Add a NEP link to all neps.Matthias Bussonnier2020-05-3040-21/+87
|/ /
* | Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefileCharles Harris2020-05-301-1/+1
|\ \
| * | DOC: Fix an obvious mistake in a message printed in doc/Makefile.Warren Weckesser2020-05-241-1/+1
* | | Merge pull request #16444 from rgommers/sinc-docCharles Harris2020-05-301-4/+11
|\ \ \
| * | | DOC: make clearer that sinc is normalized by a factor piRalf Gommers2020-05-301-4/+11
* | | | Merge pull request #16436 from Carreau/nep-linkCharles Harris2020-05-301-0/+2
|\ \ \ \
| * | | | Update nep-0029-deprecation_policy.rstMatthias Bussonnier2020-05-291-1/+1
| * | | | DOC: Add a reference into NEP 29,Matthias Bussonnier2020-05-291-0/+2
* | | | | Merge pull request #16442 from Qiyu8/deprecated-warnCharles Harris2020-05-301-2/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | investigate into warning usage, fixes deprecated warnforfun2020-05-301-2/+1
|/ / / /
* | | | Merge pull request #16438 from tacaswell/mnt_py310_pt2Charles Harris2020-05-292-5/+4
|\ \ \ \
| * | | | MNT: Catch remaining cases of Py_SIZE and Py_TYPE as lvaluesThomas A Caswell2020-05-292-5/+4
|/ / / /
* | | | Merge pull request #16417 from tacaswell/fix_py310_compatCharles Harris2020-05-296-8/+17
|\ \ \ \
| * | | | MNT: be more precise about version supportThomas A Caswell2020-05-291-5/+8
| * | | | MNT: define macros supplied in py39 and aboveThomas A Caswell2020-05-291-0/+6
| * | | | MNT: support python 3.10Thomas A Caswell2020-05-295-8/+8
* | | | | Merge pull request #16435 from seberg/fix-ggc10-missing-externCharles Harris2020-05-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Add extern to PyArrayDTypeMeta_Type declarationSebastian Berg2020-05-291-1/+1
|/ / / /
* | | | Merge pull request #16428 from bjnath/add-style-guideRalf Gommers2020-05-291-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add style guide to howto_documentBen Nathanson2020-05-291-0/+7
* | | | Merge pull request #16427 from rgommers/nep18-finaCharles Harris2020-05-293-2/+10
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: remove "Provisional" from NEPs overview if no NEPs have that statusRalf Gommers2020-05-292-1/+9
| * | | DOC: change NEP 18 status to FinalRalf Gommers2020-05-291-1/+1
|/ / /
* | | Merge pull request #16422 from sethtroisi/tst_filter_filteredRalf Gommers2020-05-291-5/+3
|\ \ \
| * | | DOC: Update assert_warns parameter listSeth Troisi2020-05-281-5/+3
* | | | Merge pull request #16423 from sethtroisi/maint_small_cleanup_v1Ralf Gommers2020-05-291-17/+8
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
|/ / /
* | | Merge pull request #16408 from rossbar/docbld/xelatexCharles Harris2020-05-281-0/+3
|\ \ \
| * | | DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
* | | | Merge pull request #16409 from tylerjereddy/codecov_patch_diffSebastian Berg2020-05-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | TST, CI: turn on codecov patch diffsTyler Reddy2020-05-271-1/+1
|/ / /
* | | Merge pull request #15900 from seberg/deprecate-empty-indexing-errorMatti Picus2020-05-283-9/+89
|\ \ \
| * | | DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-273-9/+89
* | | | Merge pull request #16404 from rossbar/docrel/make_dist_noscipyMatti Picus2020-05-281-2/+2
|\ \ \ \
| * | | | DOC,BLD: Update make dist html target.Ross Barnowski2020-05-271-2/+2
|/ / / /
* | | | MAINT,DOC: add index for user docs. (#16373)Ross Barnowski2020-05-271-0/+26
* | | | Merge pull request #16304 from seiko2plus/issue_16302Charles Harris2020-05-272-9/+34
|\ \ \ \
| * | | | TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-262-9/+34