summaryrefslogtreecommitdiff
path: root/numpy
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-302-11/+60
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-292-13/+97
* 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 #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
* | | 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-2517-33/+33
|/ /
* | 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-239-53/+651
|\ \
| * | MAINT: Add test case of strides input & more commentsGengxin Xie2020-04-082-2/+13
| * | 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: 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
* | | ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* | | 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
|\ \ \ \
| * | | | MAINT,TST: Move _repr_latex tests to test_printing.Ross Barnowski2020-04-212-50/+49
| | |/ / | |/| |
* | | | BUG: Fix lexsort axis checkvrakesh2020-04-212-3/+15
|/ / /
* | | DOC: Clarify docs on mixed advanced indexing and slicing (gh-15891)Paul Rougieux2020-04-201-4/+13
* | | BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-184-18/+32
* | | BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988)Adam2020-04-172-8/+28
* | | Merge pull request #15993 from vrakesh/masked_array_sort_docSebastian Berg2020-04-161-2/+12
|\ \ \
| * | | DOC:Fix method documentation of function sort()vrakesh2020-04-161-2/+12
| |/ /