summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9691 from jdemeyer/masterCharles Harris2017-10-242-4/+29
|\
| * Add tests for isscalarJeroen Demeyer2017-09-181-0/+16
| * PEP 3141 numbers should be considered scalarsJeroen Demeyer2017-09-151-4/+13
* | Merge pull request #9900 from eric-wieser/simplify-piecewiseCharles Harris2017-10-242-19/+33
|\ \
| * | BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-232-1/+16
| * | TST: Add test for 0d conditions in np.piecewiseEric Wieser2017-10-221-0/+6
| * | DOC: piecewise callables take 1d arraysEric Wieser2017-10-211-2/+2
| * | MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-212-16/+9
* | | Merge pull request #9911 from xoviat/patch-1Charles Harris2017-10-241-1/+0
|\ \ \
| * | | FIX: package namesxoviat2017-10-231-2/+2
| * | | CI: travis: switch to containerxoviat2017-10-231-3/+2
* | | | Merge pull request #9912 from theodoregoetz/faster-histogram-benchmarksEric Wieser2017-10-231-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | BENCH: histogramming benchmarksJohn Goetz2017-10-231-0/+28
|/ / /
* | | Merge pull request #9904 from equaeghe/patch-1Charles Harris2017-10-231-1/+1
|\ \ \
| * | | Make warnings for nanmin and nanmax consistentErik Quaeghebeur2017-10-231-1/+1
* | | | Merge pull request #9893 from andu97/nagfor-compatabilityCharles Harris2017-10-233-10/+79
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: made sure both compiler strings are included in testAndrew Lawson2017-10-231-11/+10
| * | | TST: Improved tests for nag fortran compilerAndrew Lawson2017-10-201-12/+15
| * | | Merge branch 'master' into nagfor-compatabilityAndrew Lawson2017-10-203-60/+59
| |\ \ \
| * | | | ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-193-10/+77
* | | | | Merge pull request #9487 from eric-wieser/fromstring-bytesCharles Harris2017-10-225-21/+44
|\ \ \ \ \
| * | | | | STY: Fix C++ style comment.Charles Harris2017-10-221-1/+1
| * | | | | MAINT: Punctuate `fromstring` docstring.Charles Harris2017-10-221-2/+2
| * | | | | DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser2017-10-195-21/+44
* | | | | | Merge pull request #9685 from eric-wieser/bool-__index__Charles Harris2017-10-213-1/+15
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into bool-__index__Charles Harris2017-10-21104-1527/+2957
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #9899 from eric-wieser/remove-isscalarCharles Harris2017-10-217-12/+12
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | DOC: Fix incorrect comments that claim 0d arrays failEric Wieser2017-10-215-10/+10
| * | | | | | MAINT: Remove unused isscalar importEric Wieser2017-10-212-2/+2
|/ / / / / /
* | | | | | Merge pull request #9896 from adeak/fix_savetxt_doc_indentCharles Harris2017-10-201-4/+4
|\ \ \ \ \ \
| * | | | | | DOC: Unindent enumeration in savetxt docstringAndras Deak2017-10-211-4/+4
|/ / / / / /
* | | | | | Merge pull request #9889 from eric-wieser/tidy-histogramCharles Harris2017-10-201-74/+93
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MAINT: rename mn and mx to first_edge and last_edgeEric Wieser2017-10-191-18/+19
| * | | | | MAINT: Tidy np.histogram, and improve error messagesEric Wieser2017-10-191-59/+77
| | |/ / / | |/| | |
* | | | | Merge pull request #9887 from ahaldane/fix_reduce_alignmentCharles Harris2017-10-192-48/+56
|\ \ \ \ \
| * | | | | BUG: add.reduce gives wrong results for arrays with funny stridesAllan Haldane2017-10-192-48/+56
* | | | | | Merge pull request #9888 from eric-wieser/remove-astype-special-casesCharles Harris2017-10-191-12/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MAINT: Remove workarounds for gh-9527Eric Wieser2017-10-181-12/+3
| | |/ / / | |/| | |
* | | | | BUG: Allow __array_interface__['shape'] == () (#7994)Erik Bray2017-10-192-6/+27
|/ / / /
* | | | Merge pull request #9883 from eric-wieser/0d-formatAllan Haldane2017-10-194-0/+67
|\ \ \ \
| * | | | STY: Add blank line after variable declarations.Charles Harris2017-10-181-0/+1
| * | | | ENH: Implement ndarray.__format__ for 0d arraysEric Wieser2017-10-174-0/+66
| |/ / /
* | | | Merge pull request #9842 from bashtage/protect-empty-initCharles Harris2017-10-183-5/+23
|\ \ \ \
| * | | | BUG: Prevent invalid array shapes in seedKevin Sheppard2017-10-183-5/+23
| |/ / /
* | | | DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-182-48/+91
* | | | Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-184-12/+31
|\ \ \ \
| * | | | MAINT: improve wording of error messagesEric Wieser2017-10-172-4/+4
| * | | | MAINT: Make it clear how to remove the deprecationEric Wieser2017-10-171-12/+15
| * | | | DEP: 0 should be passed to bincount, not NoneEric Wieser2017-10-173-2/+18
| |/ / /
* | | | Merge pull request #9884 from eric-wieser/unravel_index-0dCharles Harris2017-10-182-11/+36
|\ \ \ \