summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump cython from 0.29.13 to 0.29.14dependabot/pip/cython-0.29.14dependabot-preview[bot]2019-11-061-1/+1
* Merge pull request #14814 from eric-wieser/rename-rankMatti Picus2019-11-031-40/+37
|\
| * Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
* | Merge pull request #14197 from zoj613/multivariate_normal_speedupsMatti Picus2019-11-033-14/+76
|\ \
| * \ merge latest changes on master branchRedRuM2019-11-03409-5315/+12683
| |\ \ | |/ / |/| |
* | | Merge pull request #14792 from numpy/dependabot/pip/pytest-5.2.2Ralf Gommers2019-10-311-1/+1
|\ \ \
| * | | 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 #14674 from mattip/nep-0034Ralf Gommers2019-10-311-0/+141
|\ \ \ \
| * | | | NEP: fix typoMatti Picus2019-10-291-1/+1
| * | | | NEP: clarify np.ndarray behaviourmattip2019-10-291-5/+11
| * | | | NEP: changes from reviewmattip2019-10-291-18/+22
| * | | | NEP: update from comments and PR 14794mattip2019-10-291-9/+18
| * | | | DOC: fixes from reviewmattip2019-10-241-27/+31
| * | | | NEP: explicitly define ragged arraymattip2019-10-241-3/+11
| * | | | DOC: changes from reviewmattip2019-10-241-5/+13
| * | | | DOC: changes from reviewmattip2019-10-241-8/+8
| * | | | NEP: put off discussion of , fixes from reviewmattip2019-10-241-18/+21
| * | | | NEP: fixes from review, add ragged_array_object functionmattip2019-10-131-10/+22
| * | | | NEP: add default-dtype-object-deprecation nepmattip2019-10-101-0/+87
* | | | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-314-2/+95
|\ \ \ \ \
| * | | | | Add release doczjpoh2019-10-161-0/+3
| * | | | | Fix style per Sebastian's commentszjpoh2019-10-153-17/+11
| * | | | | Update per Sebastian's commentszjpoh2019-10-063-7/+14
| * | | | | Add deprecation warning for invalid complex stringzjpoh2019-09-262-5/+26
| * | | | | Merge branch 'master' into from_string_complexzjpoh2019-09-26342-3282/+8782
| |\ \ \ \ \
| * | | | | | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-193-3/+8
| * | | | | | Parse complex number from stringzjpoh2019-08-072-1/+64
* | | | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-314-2/+143
|\ \ \ \ \ \ \
| * | | | | | | Add release doczjpoh2019-10-161-0/+3
| * | | | | | | Add complex number support for fromfilezjpoh2019-10-163-2/+140
* | | | | | | | Merge pull request #14786 from hameerabbasi/stefanv-nep-usageStefan van der Walt2019-10-302-10/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Make changes to NEP procedureHameer Abbasi2019-10-262-10/+8
* | | | | | | | | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-302-2/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-152-2/+44
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-308-17/+84
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #14769 from mwhudson/issue-14767Matti Picus2019-10-291-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: fix integer size confusion in handling array's ndmin argumentMichael Hudson-Doyle2019-10-241-5/+5
* | | | | | | | | Merge pull request #14798 from mattip/nep-finalMatti Picus2019-10-291-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | NEP: move 'NEP 29 random' from Accepted to Finalmattip2019-10-291-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