summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Change `call_fortran` into `callfortran` in comments.Dongjoon Hyun2016-01-291-1/+1
* Merge pull request #7125 from madphysicist/percentile-docStephan Hoyer2016-01-291-42/+39
|\
| * MAINT: Accepted all review comments for PR#7125Joseph Fox-Rabinovitz2016-01-271-7/+3
| * DOC: Updated documentation wording and examples for np.percentile.Joseph Fox-Rabinovitz2016-01-261-39/+40
* | Merge pull request #7102 from kawochen/CLN-ISO-8601Charles Harris2016-01-291-3/+3
|\ \
| * | MAINT: Removed conditionals that are always true in datetime_strings.cKa Wo Chen2016-01-231-3/+3
* | | Merge pull request #7141 from gmarkall/contig_void_unpickleJulian Taylor2016-01-292-1/+10
|\ \ \
| * | | TST: Unpickled void scalars must be behavedGraham Markall2016-01-291-0/+2
| * | | BUG: Unpickled void scalars should be contiguousGraham Markall2016-01-292-1/+8
|/ / /
* | | Merge pull request #7026 from gfyoung/uniform_bounds_bugRobert Kern2016-01-291-0/+6
|\ \ \
| * | | DOC: Clarify behavior in np.random.uniformgfyoung2016-01-251-0/+6
* | | | Auto merge of #7134 - dongjoon-hyun:fix_typos_in_code_comments, r=njsmithautoHomu2016-01-2830-38/+38
|\ \ \ \
| * | | | MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-2730-38/+38
|/ / / /
* | | | Merge pull request #7131 from charris/fix-setuptools-sdistCharles Harris2016-01-274-2/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
| * | | BLD/BUG: revert usage of setuptools when building an sdist.Ralf Gommers2016-01-271-1/+1
| * | | TST: test installing from sdist on TravisCI.Ralf Gommers2016-01-272-1/+16
|/ / /
* | | Merge pull request #7118 from gfyoung/f2py_patch_linuxCharles Harris2016-01-261-4/+13
|\ \ \
| * | | TST: Fixed f2py test for non-versioned python executablesgfyoung2016-01-251-4/+13
|/ / /
* | | Merge pull request #7116 from gfyoung/f2py_patchCharles Harris2016-01-251-1/+7
|\ \ \
| * | | TST: Fixed f2py test for win32 virtualenvgfyoung2016-01-251-1/+7
|/ / /
* | | Merge pull request #7114 from dongjoon-hyun/fix_typos_in_docJaime2016-01-2512-18/+18
|\ \ \ | |/ / |/| |
| * | MAINT: Fix typos in docsDongjoon Hyun2016-01-2512-18/+18
|/ /
* | Merge pull request #7055 from gfyoung/single_elt_array_return_matchingJaime2016-01-252-188/+274
|\ \
| * | BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-242-188/+274
* | | Merge pull request #7109 from argriffing/python-ver-dep-docsCharles Harris2016-01-241-2/+2
|\ \ \ | |/ / |/| |
| * | DOC: update Python versions requirements in the install docsalex2016-01-241-2/+2
|/ /
* | Merge pull request #7082 from gfyoung/test_random_expandJaime2016-01-242-262/+880
|\ \
| * | DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung2016-01-231-182/+243
| * | TST: Added broadcasting tests in test_random.pygfyoung2016-01-232-87/+644
| |/
* | Merge pull request #7073 from charris/update-1.11.0-notesCharles Harris2016-01-231-90/+136
|\ \ | |/ |/|
| * DOC: Update the 1.11.0 release notes.Charles Harris2016-01-231-90/+136
* | Merge pull request #7088 from jakirkham/cast_float_linalgCharles Harris2016-01-222-9/+105
|\ \
| * | DOC: Update `norm` docstring to include examples that reflect that all comput...John Kirkham2016-01-221-8/+8
| * | BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-222-5/+2
| * | TST: Verify that `norm` is properly casting values to floats as needed.John Kirkham2016-01-221-0/+96
| * | BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Other...John Kirkham2016-01-221-0/+3
|/ /
* | Merge pull request #7092 from xdmiodz/glibc-checkCharles Harris2016-01-211-11/+8
|\ \
| * | BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-221-11/+8
* | | Merge pull request #7091 from numpy/revert-7087-musl-buildCharles Harris2016-01-211-3/+3
|\ \ \
| * | | Revert "BLD: fix compilation on non glibc-Linuxes"revert-7087-musl-buildCharles Harris2016-01-211-3/+3
|/ / /
* | | Merge pull request #7087 from xdmiodz/musl-buildCharles Harris2016-01-211-3/+3
|\ \ \ | |/ / |/| |
| * | BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-211-3/+3
* | | Merge pull request #7076 from charris/update-mailmapCharles Harris2016-01-211-0/+28
|\ \ \ | |/ / |/| |
| * | MAINT: Update the git .mailmap file.Charles Harris2016-01-201-0/+28
| |/
* | Merge pull request #6997 from gfyoung/mtrand_helpers_compressJaime2016-01-201-104/+74
|\ \ | |/ |/|
| * MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
|/
* Merge pull request #7063 from charris/prepare-1.12-devCharles Harris2016-01-195-6/+70
|\
| * REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-195-6/+70
|/
* Merge pull request #7062 from charris/pre-1.10.x-branchCharles Harris2016-01-193-1/+3
|\