summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #16860 from marload/patch/remove-file-funcSebastian Berg2020-07-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
* | | | | | | | Merge pull request #16858 from seiko2plus/ccopt_fix_inc_tmp_dirMatti Picus2020-07-141-2/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
| |/ / / / / /
* | | | | | | Merge pull request #16868 from bashtage/check-output-size-omialMatti Picus2020-07-145-1/+28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-145-1/+28
|/ / / / / /
* | | | | | Merge pull request #16836 from seiko2plus/doc_simd_improve_ftablesSebastian Berg2020-07-144-198/+282
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: improve SIMD features tablesSayed Adel2020-07-144-198/+282
* | | | | | Merge pull request #16857 from mattip/fix-16605Matti Picus2020-07-142-9/+9
|\ \ \ \ \ \
| * | | | | | MAINT: fix new compiler warnings on clangmattip2020-07-142-9/+9
|/ / / / / /
* | | | | | DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#...Neal C2020-07-142-10/+20
* | | | | | MAINT: Remove Duplicated Code (#16848)Wansoo Kim2020-07-141-4/+3
* | | | | | Merge pull request #16605 from xiegengxin/avx512-log-float64Matti Picus2020-07-148-3/+594
|\ \ \ \ \ \
| * | | | | | MAINT: Fix some spelling mistakesGengxin Xie2020-06-191-1/+1
| * | | | | | MAINT: Bracket lookup table dataGengxin Xie2020-06-191-1/+7
| * | | | | | MAINT: Add more comments and using loop to load lookup tableGengxin Xie2020-06-172-23/+24
| * | | | | | MAINT: Remove AVX512DQ intrinsicsGengxin Xie2020-06-161-7/+8
| * | | | | | TEST: Add log strided input testGengxin Xie2020-06-151-0/+13
| * | | | | | MAINT: AVX512 intrinsics implementation for float64 input np.logGengxin Xie2020-06-127-3/+573
* | | | | | | Merge pull request #16167 from rossbar/doc/poly_module_docstringMatti Picus2020-07-141-0/+101
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Update numpy/polynomial/__init__.pyRoss Barnowski2020-07-131-1/+1
| * | | | | | Fixup rst formatting.Ross Barnowski2020-05-061-28/+26
| * | | | | | Revert "Remove unused polynomial package reference doc"Ross Barnowski2020-05-061-0/+6
| * | | | | | Remove unused polynomial package reference docRoss Barnowski2020-05-061-6/+0
| * | | | | | Add categorized listing of conv. class attrs/methods.Ross Barnowski2020-05-061-0/+64
| * | | | | | WIP: Added blurb about conv. classes to poly pkg docstring.Ross Barnowski2020-05-061-0/+39
* | | | | | | Merge pull request #16849 from marload/patch-range-to-for-eachSebastian Berg2020-07-131-3/+2
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Change for loop (range -> for each)marload2020-07-141-3/+2
* | | | | | | | MAINT: Avoid accessing uninitialized bytes getlimits (#16834)Yu Feng2020-07-131-4/+8
* | | | | | | | Merge pull request #16824 from lastephey/add-rng-examplesCharles Harris2020-07-132-20/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | Update doc/source/reference/random/index.rstCharles Harris2020-07-131-2/+1
| * | | | | | | | DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-122-13/+13
| * | | | | | | | DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-122-38/+34
| * | | | | | | | DOC: add examples to random number generator pagesLaurie2020-07-122-20/+114
* | | | | | | | | Merge pull request #16845 from charris/fix-disable-shippableCharles Harris2020-07-131-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | TST: Try to disable shippable on all branches.Charles Harris2020-07-131-2/+2
| * | | | | | | | TST: Disable shippable on master.Charles Harris2020-07-131-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #16817 from seberg/union-dtype-flagsSebastian Berg2020-07-132-1/+15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | BUG: Do not inherit flags from the structured part of a union dtypeSebastian Berg2020-07-122-1/+15
* | | | | | | | Merge pull request #16840 from numpy/dependabot/pip/hypothesis-5.19.1Charles Harris2020-07-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Bump hypothesis from 5.19.0 to 5.19.1dependabot/pip/hypothesis-5.19.1dependabot-preview[bot]2020-07-131-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16820 from seberg/voidscalar-to-arrayMatti Picus2020-07-132-2/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Make void scalar to array creation copy when dtype is givenSebastian Berg2020-07-122-2/+21
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16837 from mattip/openblas-hashesCharles Harris2020-07-131-20/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | BLD: update openblas hashesmattip2020-07-131-20/+24
* | | | | | | | | Merge pull request #16838 from marload/patch-unused-snippetMatti Picus2020-07-131-8/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove code that will never runmarload2020-07-131-8/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #16807 from Carreau/no-nep-linkCharles Harris2020-07-131-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG, MAINT: Remove overzealous automatic RST linkMatthias Bussonnier2020-07-111-2/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #16819 from rohitsanj/replace-dec-slowMatti Picus2020-07-131-23/+4
|\ \ \ \ \ \ \ \ \