summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BLD: workaround msvc being stupidJulian Taylor2014-06-091-7/+11
* 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
|/ /
* | Fix minor error in "squeeze" docstringMichael Aquilina2014-05-311-1/+1
* | TST: fix random failing histogram testJulian Taylor2014-05-301-1/+1
* | MAINT: Removed code emulating keepdims in covDavid Freese2014-05-301-4/+2
* | MAINT: fix a few harmless compiler warningsJulian Taylor2014-05-303-4/+3
* | Merge pull request #4758 from mforbes/issue_4755Julian Taylor2014-05-302-3/+14
|\ \
| * | BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-302-3/+14
* | | Merge pull request #4751 from juliantaylor/vonmises-fixCharles Harris2014-05-292-4/+20
|\ \ \
| * | | BUG: avoid infinite loop for small kappa in vonmisesJulian Taylor2014-05-282-4/+20
* | | | Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-295-24/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: move variable attribute checks into a common variableJulian Taylor2014-05-222-11/+14
| * | | BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-094-14/+42
* | | | Merge pull request #4746 from juliantaylor/void-compare-optCharles Harris2014-05-281-7/+8
|\ \ \ \
| * | | | ENH: improve VOID_compare performanceJulian Taylor2014-05-261-7/+8
* | | | | 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
| |/ / /
* | | | TST: add more regression testing related to https://github.com/numpy/numpy/is...alex2014-05-261-0/+3
* | | | DOC: clarify savetxt delimiter and newline docstringJulian Taylor2014-05-261-2/+2
* | | | Merge pull request #4574 from ggventurini/masterJulian Taylor2014-05-261-1/+2
|\ \ \ \ | |/ / / |/| | |