summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge pull request #16014 from seberg/import-error-infoCharles Harris2020-05-013-19/+141
|\ \
| * | Fix other comments from Ross and make it ImportError specificSebastian Berg2020-04-283-7/+7
| * | Apply suggestions from code reviewSebastian Berg2020-04-282-7/+6
| * | DOC: Change import error "howto" to link to troubleshooting docsSebastian Berg2020-04-283-19/+142
* | | Merge pull request #16119 from seberg/misplaced-fragmentCharles Harris2020-05-011-0/+0
|\ \ \
| * | | DOC: Move misplaced news fragment for gh-13421Sebastian Berg2020-04-301-0/+0
* | | | MAINT: Chain exceptions in memmap.py and core.py (#16067)Chris Holland2020-05-012-5/+9
* | | | 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
|\ \ \ \ \