summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: arr.fill() should accept the max uint64 valueJohn Tyree2015-02-282-8/+33
* BUG: Fix a reference leak in ufunc type resolution.Antoine Pitrou2015-02-231-2/+0
* BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen2015-01-251-1/+4
* BUG: fix ma.median used on ndarraysJulian Taylor2015-01-132-2/+6
* TST: Add some tests for ndarray.put.Charles Harris2014-10-211-0/+34
* BUG: Make PyArray_PutTo respect writeable flag.Jarl Haggerty2014-10-211-0/+5
* BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-144-5/+39
* TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-123-0/+10
* BUG: Make python2 *.npy files readable in python3.Charles Harris2014-10-121-1/+41
* BUG: remove static from function to avoid gcc-4.1 miscompileJulian Taylor2014-10-091-1/+5
* BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-052-1/+11
* BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-033-5/+12
* BUG: fix memoryleaks in datetime dtype parsingJulian Taylor2014-08-181-3/+9
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-3120-517/+678
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-3114-73/+66
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-319-243/+243
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-3115-378/+426
* BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-292-1/+37
* BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-183-4/+24
* DOC: fix return shape of tensorinv docFrederic2014-07-171-1/+1
* ENH: avoid meshgrid and fancy indexing for 1d masked sortJulian Taylor2014-07-161-8/+20
* Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-082-4/+19
|\
| * PEP8 nitpicksjurnix2014-06-061-4/+7
| * ENH: apply_along_axis accepts named argumentsAlbert2014-03-272-4/+16
* | BUG: Fixed piecewise function for 0d inputJuan Luis Cano Rodríguez2014-06-082-20/+22
* | Merge pull request #4786 from juliantaylor/cross-styleJulian Taylor2014-06-082-29/+75
|\ \
| * | MAINT: improve readablility of cross and improve test coverageJulian Taylor2014-06-072-29/+75
* | | Merge pull request #4790 from juliantaylor/log2-windowsJulian Taylor2014-06-082-1/+51
|\ \ \
| * | | BUG: improve log2 windows compiler fallback of log2Julian Taylor2014-06-082-1/+51
| |/ /
* | | BUG: Correct behavior for lists of tuples in unique, closes #4785jaimefrio2014-06-062-7/+11
|/ /
* | Merge pull request #4784 from jaimefrio/iter-dealloc-gufuncCharles Harris2014-06-041-2/+1
|\ \
| * | BUG: Avoid double iterator deallocation in `ufunc_object.c`jaimefrio2014-06-041-2/+1
* | | Merge pull request #4783 from juliantaylor/flat-assign-improveCharles Harris2014-06-041-4/+1
|\ \ \ | |/ / |/| |
| * | ENH: use copyswap instead of memmove for flat assignmentJulian Taylor2014-06-051-4/+1
* | | Merge pull request #4782 from juliantaylor/where-string-fixCharles Harris2014-06-042-4/+18
|\ \ \ | |/ / |/| |
| * | BUG: fix where not filling string types properlyJulian Taylor2014-06-052-4/+18
* | | BUG: check alignment of strides for byteswapJulian Taylor2014-06-041-3/+3
|/ /
* | 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
* | MAINT: reduce scope of some variables in indexing codeJulian Taylor2014-06-031-10/+8
* | Merge pull request #4760 from juliantaylor/masked-medianCharles Harris2014-06-025-23/+80
|\ \
| * | ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-022-2/+36
| * | ENH: rewrite ma.median to improve poor performance for multiple dimensionsJulian Taylor2014-06-022-16/+38
| * | ENH: use sparse meshgrid instead of indices().tolist()Julian Taylor2014-06-021-5/+6
* | | 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
| |/ / |/| |
* | | Merge pull request #4768 from depristo/masterJulian Taylor2014-06-021-1/+9
|\ \ \ | |/ / |/| |
| * | Optimization for pickling random statesmarkdepristo2014-06-021-1/+9
* | | DOC: add versionadded tags to meshgrid argumentsJulian Taylor2014-06-021-0/+3
|/ /