summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.2.1 to 5.2.2dependabot/pip/pytest-5.2.2dependabot-preview[bot]2019-10-281-1/+1
* Merge pull request #14790 from WarrenWeckesser/redundant-seealsoMatti Picus2019-10-281-1/+0
|\
| * DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.Warren Weckesser2019-10-281-1/+0
* | Merge pull request #14791 from Manny102030/patch-1Matti Picus2019-10-281-1/+1
|\ \ | |/ |/|
| * Minor typo fixManny2019-10-281-1/+1
|/
* Merge pull request #14771 from mattip/gcc-4.8Charles Harris2019-10-268-21/+54
|\
| * MAINT: fixes from reviewmattip2019-10-262-2/+1
| * BUILD: cache c-compiler for system_info stagemattip2019-10-251-1/+10
| * BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-255-18/+13
| * BUILD: try a newer macOS imagemattip2019-10-251-1/+1
| * BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-252-4/+8
| * BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-252-2/+6
| * TST, BUILD: add a gcc 4.8 run on ubuntu 18.04mattip2019-10-251-0/+22
* | Merge pull request #14782 from WarrenWeckesser/14777-rel-noteMatti Picus2019-10-261-0/+5
|\ \
| * | DOC: Add release note about changed random variate stream from random.Generat...Warren Weckesser2019-10-251-0/+5
|/ /
* | Merge pull request #14777 from WarrenWeckesser/bug-lemireMatti Picus2019-10-252-16/+25
|\ \
| * | BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-242-16/+25
|/ /
* | Merge pull request #14775 from Czaki/3.8-info-patchMatti Picus2019-10-241-0/+1
|\ \
| * | Update CLASSIFIERS with python 3.8 supportGrzegorz Bokota2019-10-241-0/+1
|/ /
* | Merge pull request #14734 from hameerabbasi/nep-usage-sectionMatti Picus2019-10-242-8/+26
|\ \ | |/ |/|
| * DOC: Edit NEP procedure for better discussionHameer Abbasi2019-10-242-8/+26
* | Merge pull request #14762 from WarrenWeckesser/remove-newdtype-exampleMatti Picus2019-10-245-192/+7
|\ \
| * | MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section.Warren Weckesser2019-10-231-8/+7
| * | MAINT: doc: Remove doc/newdtype_example/Warren Weckesser2019-10-234-184/+0
* | | Merge pull request #14353 from eric-wieser/generalize-vanderndCharles Harris2019-10-237-41/+86
|\ \ \
| * | | MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-147-41/+86
* | | | Reword cautionary note about dtype.descr (#14763)Thomas Kluyver2019-10-231-1/+2
| |/ / |/| |
* | | Merge pull request #14742 from WarrenWeckesser/fixdepnoteCharles Harris2019-10-201-74/+77
|\ \ \
| * | | DOC: lib: Fix deprecation markup in financial function docstrings.Warren Weckesser2019-10-191-74/+77
* | | | Merge pull request #13794 from WarrenWeckesser/new-mvhgMatti Picus2019-10-208-3/+674
|\ \ \ \
| * | | | DOC: random: Add entry for multivariate_hypergeometric to the Generator docs.Warren Weckesser2019-10-181-0/+1
| * | | | ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-187-3/+673
* | | | | Merge pull request #14693 from jwoehr/einsum_c_bugletMatti Picus2019-10-202-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
| * | | | added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6
| * | | | oops removed an (signed char) ... fixedJack J. Woehr2019-10-191-2/+2
| * | | | change suggested by mattipJack J. Woehr2019-10-191-1/+1
| * | | | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_bugletJack J. Woehr2019-10-191-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #14743 from hyeongukryu/patch-1Ralf Gommers2019-10-191-1/+1
|\ \ \ \ \
| * | | | | DOC: Change from HTTP to HTTPSHyeonguk Ryu2019-10-191-1/+1
|/ / / / /
| * | | | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_bugletJack J. Woehr2019-10-18121-1766/+4688
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #14389 from hameerabbasi/uarrayRalf Gommers2019-10-181-0/+637
|\ \ \ \ \
| * | | | | Respond to comments by Juan Nunez-Iglesias on the mailing list.Hameer Abbasi2019-10-101-19/+56
| * | | | | Respond to comment by @seberg.Hameer Abbasi2019-10-091-1/+16
| * | | | | Merge pull request #7 from hameerabbasi/uarray-meHameer Abbasi2019-10-091-2/+122
| |\ \ \ \ \
| | * | | | | Respond to review by @peterbell10.Hameer Abbasi2019-10-091-11/+20
| | * | | | | Revise NEP-31.Hameer Abbasi2019-10-081-1/+112
| | * | | | | Merge branch 'uarray' into uarray-meHameer Abbasi2019-10-08119-1022/+2537
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | NEP: Add NEP 31 — Context-local and global overrides of the NumPy APIHameer Abbasi2019-09-051-0/+465
| | * | | | | Feedback from @rgommersHameer Abbasi2019-08-281-17/+12