Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9691 from jdemeyer/master | Charles Harris | 2017-10-24 | 2 | -4/+29 |
|\ | |||||
| * | Add tests for isscalar | Jeroen Demeyer | 2017-09-18 | 1 | -0/+16 |
| * | PEP 3141 numbers should be considered scalars | Jeroen Demeyer | 2017-09-15 | 1 | -4/+13 |
* | | Merge pull request #9900 from eric-wieser/simplify-piecewise | Charles Harris | 2017-10-24 | 2 | -19/+33 |
|\ \ | |||||
| * | | BUG: Throw an error if too many functions are given to piecewise | Eric Wieser | 2017-10-23 | 2 | -1/+16 |
| * | | TST: Add test for 0d conditions in np.piecewise | Eric Wieser | 2017-10-22 | 1 | -0/+6 |
| * | | DOC: piecewise callables take 1d arrays | Eric Wieser | 2017-10-21 | 1 | -2/+2 |
| * | | MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing... | Eric Wieser | 2017-10-21 | 2 | -16/+9 |
* | | | Merge pull request #9911 from xoviat/patch-1 | Charles Harris | 2017-10-24 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | FIX: package names | xoviat | 2017-10-23 | 1 | -2/+2 |
| * | | | CI: travis: switch to container | xoviat | 2017-10-23 | 1 | -3/+2 |
* | | | | Merge pull request #9912 from theodoregoetz/faster-histogram-benchmarks | Eric Wieser | 2017-10-23 | 1 | -0/+28 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | BENCH: histogramming benchmarks | John Goetz | 2017-10-23 | 1 | -0/+28 |
|/ / / | |||||
* | | | Merge pull request #9904 from equaeghe/patch-1 | Charles Harris | 2017-10-23 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Make warnings for nanmin and nanmax consistent | Erik Quaeghebeur | 2017-10-23 | 1 | -1/+1 |
* | | | | Merge pull request #9893 from andu97/nagfor-compatability | Charles Harris | 2017-10-23 | 3 | -10/+79 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | MAINT: made sure both compiler strings are included in test | Andrew Lawson | 2017-10-23 | 1 | -11/+10 |
| * | | | TST: Improved tests for nag fortran compiler | Andrew Lawson | 2017-10-20 | 1 | -12/+15 |
| * | | | Merge branch 'master' into nagfor-compatability | Andrew Lawson | 2017-10-20 | 3 | -60/+59 |
| |\ \ \ | |||||
| * | | | | ENH: Added compatability for the NAG Fortran compiler, nagfor | Andrew Lawson | 2017-10-19 | 3 | -10/+77 |
* | | | | | Merge pull request #9487 from eric-wieser/fromstring-bytes | Charles Harris | 2017-10-22 | 5 | -21/+44 |
|\ \ \ \ \ | |||||
| * | | | | | STY: Fix C++ style comment. | Charles Harris | 2017-10-22 | 1 | -1/+1 |
| * | | | | | MAINT: Punctuate `fromstring` docstring. | Charles Harris | 2017-10-22 | 1 | -2/+2 |
| * | | | | | DEP: Letting fromstring pretend to be frombuffer is a bad idea | Eric Wieser | 2017-10-19 | 5 | -21/+44 |
* | | | | | | Merge pull request #9685 from eric-wieser/bool-__index__ | Charles Harris | 2017-10-21 | 3 | -1/+15 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into bool-__index__ | Charles Harris | 2017-10-21 | 104 | -1527/+2957 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #9899 from eric-wieser/remove-isscalar | Charles Harris | 2017-10-21 | 7 | -12/+12 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | DOC: Fix incorrect comments that claim 0d arrays fail | Eric Wieser | 2017-10-21 | 5 | -10/+10 |
| * | | | | | | MAINT: Remove unused isscalar import | Eric Wieser | 2017-10-21 | 2 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #9896 from adeak/fix_savetxt_doc_indent | Charles Harris | 2017-10-20 | 1 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: Unindent enumeration in savetxt docstring | Andras Deak | 2017-10-21 | 1 | -4/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #9889 from eric-wieser/tidy-histogram | Charles Harris | 2017-10-20 | 1 | -74/+93 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | MAINT: rename mn and mx to first_edge and last_edge | Eric Wieser | 2017-10-19 | 1 | -18/+19 |
| * | | | | | MAINT: Tidy np.histogram, and improve error messages | Eric Wieser | 2017-10-19 | 1 | -59/+77 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #9887 from ahaldane/fix_reduce_alignment | Charles Harris | 2017-10-19 | 2 | -48/+56 |
|\ \ \ \ \ | |||||
| * | | | | | BUG: add.reduce gives wrong results for arrays with funny strides | Allan Haldane | 2017-10-19 | 2 | -48/+56 |
* | | | | | | Merge pull request #9888 from eric-wieser/remove-astype-special-cases | Charles Harris | 2017-10-19 | 1 | -12/+3 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | MAINT: Remove workarounds for gh-9527 | Eric Wieser | 2017-10-18 | 1 | -12/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | BUG: Allow __array_interface__['shape'] == () (#7994) | Erik Bray | 2017-10-19 | 2 | -6/+27 |
|/ / / / | |||||
* | | | | Merge pull request #9883 from eric-wieser/0d-format | Allan Haldane | 2017-10-19 | 4 | -0/+67 |
|\ \ \ \ | |||||
| * | | | | STY: Add blank line after variable declarations. | Charles Harris | 2017-10-18 | 1 | -0/+1 |
| * | | | | ENH: Implement ndarray.__format__ for 0d arrays | Eric Wieser | 2017-10-17 | 4 | -0/+66 |
| |/ / / | |||||
* | | | | Merge pull request #9842 from bashtage/protect-empty-init | Charles Harris | 2017-10-18 | 3 | -5/+23 |
|\ \ \ \ | |||||
| * | | | | BUG: Prevent invalid array shapes in seed | Kevin Sheppard | 2017-10-18 | 3 | -5/+23 |
| |/ / / | |||||
* | | | | DOC: Refine SVD documentation (#9845) | Toon Verstraelen | 2017-10-18 | 2 | -48/+91 |
* | | | | Merge pull request #9065 from eric-wieser/deprecate-bincount | Charles Harris | 2017-10-18 | 4 | -12/+31 |
|\ \ \ \ | |||||
| * | | | | MAINT: improve wording of error messages | Eric Wieser | 2017-10-17 | 2 | -4/+4 |
| * | | | | MAINT: Make it clear how to remove the deprecation | Eric Wieser | 2017-10-17 | 1 | -12/+15 |
| * | | | | DEP: 0 should be passed to bincount, not None | Eric Wieser | 2017-10-17 | 3 | -2/+18 |
| |/ / / | |||||
* | | | | Merge pull request #9884 from eric-wieser/unravel_index-0d | Charles Harris | 2017-10-18 | 2 | -11/+36 |
|\ \ \ \ |