summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.4.1 to 5.4.2dependabot/pip/pytest-5.4.2dependabot-preview[bot]2020-05-111-1/+1
* Update Docs : point users of np.outer to np.multiply.outer (#16182)Tina Oberoi2020-05-092-4/+13
* Merge pull request #16183 from melissawm/docs-link-readmeSebastian Berg2020-05-071-1/+1
|\
| * DOC: Fix link to numpy docs in README.melissawm2020-05-071-1/+1
|/
* Merge pull request #16162 from mattip/add-pxdCharles Harris2020-05-073-3/+21
|\
| * TST: add tag to __init__.pxd and test that the tag is foundmattip2020-05-062-3/+20
| * BUG: add missing numpy/__init__.pxd to the wheelmattip2020-05-051-0/+1
* | Merge pull request #16168 from seiko2plus/avoid_simd_inc_out_loopsMatti Picus2020-05-073-11/+8
|\ \
| * | BUG:Umath remove unnecessary include of simd.inc within fast_loop_macro.hSayed Adel2020-05-063-11/+8
* | | ENH: Better error message when ``bins`` has float value in ``histogramdd``. (...MatteoRaso2020-05-071-1/+9
* | | Merge pull request #16078 from rossbar/doc/axis_to_new_or_differentMatti Picus2020-05-072-0/+15
|\ \ \
| * | | DOC: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-252-6/+7
| * | | DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-252-0/+14
* | | | Merge pull request #16173 from hameerabbasi/issue-3996Charles Harris2020-05-0614-14/+17
|\ \ \ \
| * | | | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-0614-14/+17
* | | | | Merge pull request #16171 from mattip/manylinuxCharles Harris2020-05-061-15/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: use defaultmattip2020-05-061-1/+1
| * | | | MAINT: Fix '2104' typo, should be '2014'.Charles Harris2020-05-061-1/+1
| * | | | ENH: allow choosing which manylinux artifact to downloadmattip2020-05-061-15/+19
|/ / / /
* | | | Merge pull request #16125 from WarrenWeckesser/vectorize-bugMatti Picus2020-05-062-8/+83
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #16169 from rossbar/bld/refcheck_doc_roleMatti Picus2020-05-061-1/+1
|\ \ \ \ \
| * | | | | BLD: Add :doc: to whitelisted roles in refguide_check.Ross Barnowski2020-05-051-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #15990 from seiko2plus/asv_cpu_affinitySebastian Berg2020-05-051-6/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEV: Pass additional runtests.py args to ASVSayed Adel2020-05-031-6/+16
* | | | | DOC: Update np.copy docstring to include ragged case (#15928)Guilherme Leobas2020-05-051-0/+24
* | | | | Merge pull request #16155 from mayeut/manylinux2010-latestTyler Reddy2020-05-041-2/+2
|\ \ \ \ \
| * | | | | CI: unpin 32-bit manylinux2010 image tagmayeut2020-05-041-2/+2
* | | | | | Merge pull request #15401 from eric-wieser/fix-distutils-quotingRalf Gommers2020-05-041-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: Flags should not contain spacesEric Wieser2020-01-231-4/+4
* | | | | | Merge pull request #16122 from anirudh2290/nep_41_correct_linkSebastian Berg2020-05-042-11/+17
|\ \ \ \ \ \
| * | | | | | DOC: Fix sphinx links in NEP 40 in NEP 41Anirudh Subramanian2020-05-042-11/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #16151 from numpy/dependabot/pip/pytz-2020.1Charles Harris2020-05-041-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump pytz from 2019.3 to 2020.1dependabot/pip/pytz-2020.1dependabot-preview[bot]2020-05-041-1/+1
|/ / / / / /
* | | | | | Merge pull request #16147 from tylerjereddy/pin_manylinux2010_issue_16146Charles Harris2020-05-031-2/+2
|\ \ \ \ \ \
| * | | | | | CI: pin 32-bit manylinux2010 image tagTyler Reddy2020-05-031-2/+2
|/ / / / / /
* | | | | | Merge pull request #16144 from charris/post-1.18.4-releaseCharles Harris2020-05-033-0/+62
|\ \ \ \ \ \
| * | | | | | REL: Update master after NumPy 1.18.4 releaseCharles Harris2020-05-033-0/+62
* | | | | | | Merge pull request #16145 from seberg/troubleshoot-vscodeCharles Harris2020-05-031-3/+12
|\ \ \ \ \ \ \
| * | | | | | | DOC: Add VSCode help link to importerror troubleshootingSebastian Berg2020-05-031-3/+12
|/ / / / / / /
* | | | | | | Merge pull request #16141 from Kai-Striega/benchmarks_headRalf Gommers2020-05-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | BENCH: Default to building HEAD instead of masterkai-striega2020-05-031-1/+1
* | | | | | | | Merge pull request #15769 from seberg/hugepages-allow-togglingMatti Picus2020-05-039-2/+164
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixup: Implement suggestions by MattiSebastian Berg2020-04-285-4/+18
| * | | | | | | Further DOC-Fixup base don Ross' reviewSebastian Berg2020-03-181-16/+16
| * | | | | | | Apply suggestions from code review by RossSebastian Berg2020-03-171-10/+10
| * | | | | | | DOC: Note few global global options we currently have in refdocsSebastian Berg2020-03-172-0/+86
| * | | | | | | ENH: Allow toggling madvise hugepage and fix defaultSebastian Berg2020-03-175-1/+63
* | | | | | | | DOC: Added page describing how to contribute to the docs team (#16069)Melissa Weber Mendonça2020-05-034-5/+157
| |/ / / / / / |/| | | | | |