summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | TST: fix test errors for Pathlib usage tests in io.py.Ralf Gommers2016-05-151-10/+13
* | | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-122-14/+56
* | | DOC: Fix some incorrect RST definition listsEndolith2016-05-113-4/+4
* | | Merge pull request #7618 from ahaldane/gradient_docstringCharles Harris2016-05-112-5/+10
|\ \ \
| * | | BUG: distance arg of np.gradient must be scalar, fix docstringAllan Haldane2016-05-112-5/+10
* | | | Merge pull request #7598 from drasmuss/masterCharles Harris2016-05-092-1/+15
|\ \ \ \
| * | | | BUG: Cast size to int64 when loading from archivedrasmuss2016-05-092-1/+15
| |/ / /
* | | | BUG: Fix TypeError when raising TypeErrorEric Wieser2016-05-081-1/+1
|/ / /
* | | ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-062-15/+140
* | | Merge pull request #7505 from ahaldane/fixup_7382Charles Harris2016-04-041-1/+2
|\ \ \
| * | | MAIN: fix to #7382, make scl in np.average writeableAllan Haldane2016-04-041-1/+2
* | | | DOC: link frompyfunc and vectorizeendolith2016-04-041-0/+4
|/ / /
* | | Faster real_if_close.Antony Lee2016-03-301-1/+1
* | | Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-262-16/+245
|\ \ \
| * | | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-242-16/+245
* | | | TST: check reference counts of dtypes after calling bincountJaime Fernandez2016-03-211-4/+19
* | | | Merge pull request #7341 from inesw/bug-fix-6469Charles Harris2016-03-171-0/+6
|\ \ \ \
| * | | | TST: test for #6469Ines Wichert2016-02-291-0/+6
* | | | | BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-162-2/+2
* | | | | DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-161-26/+40
* | | | | BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-162-77/+82
| |/ / / |/| | |
* | | | BUG: Fix string copying for np.placegfyoung2016-03-152-1/+7
* | | | Merge pull request #7414 from charris/tweak-corrcoefCharles Harris2016-03-142-8/+37
|\ \ \ \
| * | | | TST: Check that result of corrcoef are clipped.Charles Harris2016-03-131-3/+12
| * | | | MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].Charles Harris2016-03-131-5/+19
| * | | | ENH: Check array dimensionality in cov function.Charles Harris2016-03-131-0/+6
* | | | | Merge pull request #7346 from erensezener/generalized_flipCharles Harris2016-03-123-5/+160
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | ENH: Add generalized flip function and its testsEren Sezener2016-03-123-5/+160
| |/ /
* | | DOC: fix typoSamuel St-Jean2016-03-091-1/+1
* | | MAINT: cleanup np.averageAllan Haldane2016-03-072-8/+36
* | | Merge pull request #7366 from gkBCCN/bug-fix-6542-reloadedCharles Harris2016-03-021-1/+28
|\ \ \
| * | | TST: Fix #6542: Add tests for non-iterable input...gkBCCN2016-02-291-1/+28
* | | | BUG: np.irr should return NaN if there are no real solutionsSimon Gibbons2016-02-292-2/+7
|/ / /
* | | BUG: constant padding expected wrong type in constant_valueschiffa2016-02-271-1/+1
* | | TST: added a test for constant padding on 4 sides of a 2d arraychiffa2016-02-271-0/+13
* | | Maint: Removed extra space from `ureduce` Mad Physicist2016-02-261-1/+1
* | | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-2/+2
|/ /
* | Merge pull request #7199 from madphysicist/histogram-estimator-dictNathaniel J. Smith2016-02-231-126/+183
|\ \
| * | MAINT: Cleanup for histogram bin estimator selectionJoseph Fox-Rabinovitz2016-02-161-126/+183
* | | TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz2016-02-222-6/+6
* | | BUG: Preserve array order in np.deletegfyoung2016-02-192-4/+14
* | | BUG: Make returned unravel_index arrays writeablegfyoung2016-02-181-0/+6
* | | DOC: apply_along_axis missing whitespace inserted before colonMichael Seifert2016-02-181-1/+1
* | | DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-161-2/+2
* | | DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-151-0/+4
|/ /
* | ENH: Adding support to the range keyword for estimation of the optimal number...Varun Nayyar2016-02-132-3/+54
* | Merge pull request #7105 from seberg/writeable-as-stridedNathaniel J. Smith2016-02-132-3/+79
|\ \
| * | DOC: Add documentation for as_stridedSebastian Berg2016-02-132-3/+79
| * | DOC: Removed residual merge markup from previous commitMad Physicist2016-02-131-6/+0
* | | DOC: fix up invalid LaTeX in histogram docstring.Ralf Gommers2016-02-131-20/+24