summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-292-2/+24
* BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-102-3/+18
* Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+5
|\
| * MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind.Charles Harris2014-05-061-1/+5
* | Merge pull request #4828 from ogrisel/fix-isfileobj-py3Julian Taylor2014-06-301-12/+4
|\ \
| * | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-12/+4
* | | BUG: handle rounding issue with histogram edges on float32 dataJulian Taylor2014-06-232-2/+14
|/ /
* | DOC: remove wrong mention of .gz in np.loadJulian Taylor2014-06-111-2/+1
* | Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-081-4/+9
|\ \
| * | PEP8 nitpicksjurnix2014-06-061-4/+7
| * | ENH: apply_along_axis accepts named argumentsAlbert2014-03-271-4/+6
* | | BUG: Fixed piecewise function for 0d inputJuan Luis Cano Rodríguez2014-06-082-20/+22
* | | BUG: Correct behavior for lists of tuples in unique, closes #4785jaimefrio2014-06-062-7/+11
* | | TST: add a format 2.0 roundtrip testJulian Taylor2014-06-031-0/+7
* | | BUG: fix test deleting temporary file before using it on windowsJulian Taylor2014-06-031-22/+28
* | | Merge pull request #4760 from juliantaylor/masked-medianCharles Harris2014-06-022-2/+36
|\ \ \
| * | | ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-022-2/+36
* | | | Merge pull request #4765 from juliantaylor/npyformat-2.0Charles Harris2014-06-022-34/+194
|\ \ \ \
| * | | | ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-022-34/+194
| |/ / /
* | | | DOC: Fix indentation and add missing blank lines for meshgrid doc.Charles Harris2014-06-021-4/+7
|/ / /
* | | DOC: add versionadded tags to meshgrid argumentsJulian Taylor2014-06-021-0/+3
* | | TST: fix random failing histogram testJulian Taylor2014-05-301-1/+1
* | | MAINT: Removed code emulating keepdims in covDavid Freese2014-05-301-4/+2
* | | BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-302-3/+14
* | | Merge pull request #4749 from seberg/0d-nanperc-outJulian Taylor2014-05-292-65/+95
|\ \ \
| * | | BUG: nanpercentile/nanmedian 0-d with output given.Sebastian Berg2014-05-282-65/+95
* | | | Merge pull request #4750 from jaimefrio/tri-styseberg2014-05-281-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | STY: Use `.astype`'s `copy` kwarg in `np.tri`jaimefrio2014-05-271-4/+2
* | | | DOC: clarify savetxt delimiter and newline docstringJulian Taylor2014-05-261-2/+2
* | | | Merge pull request #4574 from ggventurini/masterJulian Taylor2014-05-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Docstring fix for `savetxt`ggventurini2014-04-011-1/+2
* | | | ENH: added functionality nanpercentile to numpyDavid Freese2014-05-222-1/+263
* | | | ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-153-0/+213
| |_|/ |/| |
* | | Merge pull request #4307 from dfreese/feature/nanmedianJulian Taylor2014-05-062-6/+238
|\ \ \
| * | | ENH: added functionality nanmedian to numpyDavid Freese2014-05-022-6/+238
* | | | MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-041-15/+3
* | | | DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-2/+16
* | | | DOC/FIX: Fix error in documentationYoshiki Vázquez Baeza2014-05-041-4/+0
|/ / /
* | | Add tests using matricesMarten van Kerkwijk2014-04-221-0/+25
* | | BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-04-201-2/+2
* | | ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio2014-04-052-37/+81
* | | ENH: Better error w/ line num for bad column count in np.loadtxt()Daniel da Silva2014-04-052-2/+18
|/ /
* | ENH: Replace exponentiation with cumulative product in np.vanderjaimefrio2014-03-311-25/+27
* | Merge pull request #3830 from jarondl/recfromcsvCharles Harris2014-03-282-10/+21
|\ \
| * | STY: change and delete some comments in recfromcsvjarondl2014-03-121-5/+1
| * | DOC: npyio.recfromcsv keyword argument changesYaron de Leeuw2014-02-281-0/+5
| * | TST: Added regression test for recfromcsv dtype error, as suggested by @hpauljYaron de Leeuw2014-02-281-0/+8
| * | MAINT (API?): organize npyio.recfromcsv defaultsYaron de Leeuw2014-02-281-10/+12
* | | ENH: use smallest integer for tri rangesJulian Taylor2014-03-271-2/+17
* | | Merge pull request #4542 from immerrr/fix-bincount-systemerrorCharles Harris2014-03-262-16/+32
|\ \ \