summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: lib: A few changes in some vectorize tests.Warren Weckesser2020-05-021-41/+31
* BUG: lib: Fix a problem with vectorize with default parameters.Warren Weckesser2020-04-302-7/+92
* DOC: add note on type casting to numpy.left_shift(). (#16081)Petre-Flaviu Gostin2020-04-301-0/+11
* MAINT: Fix random.PCG64 signature in its docstring (#16113)ndunnewind2020-04-291-1/+1
* ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)sslivkoff2020-04-303-11/+65
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-293-13/+104
* Merge pull request #16097 from gamboon/patch-1Matti Picus2020-04-291-1/+1
|\
| * trivial: Improve grammar on a comment in the quickstartgamboon2020-04-281-1/+1
* | BLD: put openblas library in local directory on windows (#16101)Matti Picus2020-04-291-9/+17
* | Merge pull request #16100 from seberg/accept-nep41Matti Picus2020-04-291-3/+20
|\ \ | |/ |/|
| * NEP 41: Accept NEP 41 and add DType<->scalar duplication paragraphSebastian Berg2020-04-281-3/+20
* | Merge pull request #16094 from mattip/pypy-7.3.1Ralf Gommers2020-04-281-4/+4
|\ \ | |/ |/|
| * TST: use latest released PyPy instead of nightly buildsmattip2020-04-281-4/+4
|/
* Merge pull request #16086 from numpy/dependabot/pip/hypothesis-5.10.4Sebastian Berg2020-04-271-1/+1
|\
| * 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 #16076 from WarrenWeckesser/fix-gh-16066Sebastian Berg2020-04-273-11/+104
|\ \
| * | TST: random: Skip a test if integers are 32 bit.Warren Weckesser2020-04-271-0/+2
| * | TST: random: Add more repeatability tests for random integers.Warren Weckesser2020-04-272-0/+45
| * | MAINT: random: Add assert() statements.Warren Weckesser2020-04-261-0/+11
| * | BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-262-11/+46
* | | Merge pull request #16009 from eric-wieser/remove-npyiter-converterSebastian Berg2020-04-271-46/+2
|\ \ \
| * | | MAINT: Replace npyiter_order_converter with PyArray_OrderConverterEric Wieser2020-04-271-46/+2
* | | | Merge pull request #16008 from eric-wieser/tidy-converter-errorsSebastian Berg2020-04-274-271/+269
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | BUG: Unify handling of string enum convertersEric Wieser2020-04-274-271/+269
* | | 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