summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.10.1 to 5.10.4dependabot/pip/hypothesis-5.10.4dependabot-preview[bot]2020-04-271-1/+1
* Merge pull request #16085 from numpy/dependabot/pip/cython-0.29.17Sebastian Berg2020-04-271-1/+1
|\
| * MAINT: Bump cython from 0.29.16 to 0.29.17dependabot/pip/cython-0.29.17dependabot-preview[bot]2020-04-271-1/+1
* | Merge pull request #16084 from mattip/protocolsRalf Gommers2020-04-271-2/+4
|\ \ | |/ |/|
| * DOC: tweak neps/scope.rstmattip2020-04-251-2/+4
* | Merge pull request #16077 from mattip/macos-gfortranCharles Harris2020-04-261-7/+16
|\ \
| * | BLD: change link, add sha256 checkmattip2020-04-261-2/+8
| * | BLD: fix path to libgfortran on macOSmattip2020-04-261-6/+9
| |/
* | Merge pull request #16079 from rossbar/bld/shorten_doc_buildWarren Weckesser2020-04-261-17/+18
|\ \
| * | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
| * | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
* | | Merge pull request #16064 from keremh/fix-exception-raiseCharles Harris2020-04-254-10/+14
|\ \ \
| * | | Update numpy/lib/shape_base.pyKerem HallaƧ2020-04-251-1/+3
| * | | Update numpy/lib/index_tricks.pyKerem HallaƧ2020-04-251-1/+3
| * | | ENH: Fix exception causes in four .py fileskeremh2020-04-244-10/+10
* | | | DOC, BLD: update release howto and walkthrough for ananconda.org storage (#16...Matti Picus2020-04-252-37/+35
* | | | Merge pull request #16053 from anirudh2290/nep_40_doc_change_2Charles Harris2020-04-251-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | NEP, DOC: Small typo fixes to the docAnirudh Subramanian2020-04-241-3/+3
* | | | BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-252-2/+31
| |_|/ |/| |
* | | Merge pull request #16075 from rgommers/doc-choiceCharles Harris2020-04-251-0/+5
|\ \ \
| * | | DOC: add a note on sampling 2-D arrays to random.choice docstringRalf Gommers2020-04-251-0/+5
| | |/ | |/|
* | | DOC: Add missing bracket (gh-16051)Chunlin2020-04-2525-41/+41
|/ /
* | Merge pull request #16061 from ChrisAHolland/chain-exceptionsMatti Picus2020-04-242-8/+8
|\ \
| * | Added some chained exceptionsChris Holland2020-04-232-8/+8
|/ /
* | DOC: Add converters example to the loadtxt docstring (gh-16043)Warren Weckesser2020-04-231-4/+15
* | Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-2311-59/+666
|\ \
| * | MAINT: Fixed some spelling mistakes in 15648.improvement.rstGengxin Xie2020-04-081-3/+3
| * | MAINT: Add test case of strides input & more commentsGengxin Xie2020-04-082-2/+13
| * | DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
| * | MAINT: Add test cases about +/- INF +/- NAN and overflowGengxin Xie2020-04-072-0/+7
| * | MAINT: Update more accuracy expected result of exp(x)Gengxin Xie2020-04-031-1/+1
| * | MAINT: Skip compiling AVX512_exp_DOUBLE when clang <= 10.0.0Gengxin Xie2020-04-031-0/+4
| * | MAINT: Add more accuracy test casesGengxin Xie2020-03-241-107/+271
| * | MANIT: Change some variables in AVX512F_exp_DOUBLEGengxin Xie2020-03-191-8/+8
| * | MANIT: Move lookup table and constants to new header fileGengxin Xie2020-03-183-132/+138
| * | MAINT: provide float64 logisticregression benchGengxin Xie2020-03-161-6/+8
| * | MAINT: fix unicode errorGengxin Xie2020-03-161-1/+1
| * | MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-047-6/+412
* | | BUG: Add _LARGE_FILES to def_macros[] when platform is AIX (gh-15938)Michael Felt2020-04-221-1/+5
* | | Merge pull request #16042 from keremh/fix-exception-raiseMatti Picus2020-04-221-2/+2
|\ \ \
| * | | ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
|/ / /
* | | DOC: Clarify single-segment arrays in np reference (#16011)Anirudh Subramanian2020-04-221-0/+5
* | | DOC: initialise random number generator before first use in quickstart (#16025)shreepads2020-04-221-2/+2
* | | Merge pull request #16041 from mattip/typoWarren Weckesser2020-04-221-1/+1
|\ \ \
| * | | BUG: missing 'f' prefix for fstringmattip2020-04-221-1/+1
|/ / /
* | | Merge pull request #16032 from keremh/fix-exception-raiseMatti Picus2020-04-221-2/+2
|\ \ \
| * | | ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
| | |/ | |/|
* | | Merge pull request #16007 from eric-wieser/add-converter-testsMatti Picus2020-04-222-0/+253
|\ \ \
| * | | TST: Add tests for the conversion utilitiesEric Wieser2020-04-172-0/+253
* | | | Merge pull request #16038 from rossbar/maint/poly_movetestMatti Picus2020-04-222-50/+49
|\ \ \ \