summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* TEST: added test of BagObjWendell Smith2014-11-181-0/+11
* ENH: add BagObj.__dir__ to numpy.lib.npyioWendell Smith2014-11-181-0/+8
* Merge pull request #5214 from mkowoods/np.averageJulian Taylor2014-10-272-3/+7
|\
| * BUG: upcast weights to average result type to avoid inaccuraciesMalik Woods2014-10-272-3/+7
* | Merge pull request #5203 from njsmith/masterCharles Harris2014-10-212-3/+14
|\ \
| * | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-212-3/+14
* | | Merge branch 'master' of https://github.com/numpy/numpy into interp_with_periodsaullogiovani2014-10-1710-134/+169
|\ \ \
| * \ \ Merge pull request #5182 from juliantaylor/nanmedian-infCharles Harris2014-10-161-0/+16
| |\ \ \ | | |/ /
| | * | BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-0/+16
| | |/
| * | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-162-22/+33
| * | DEP: Deprecate SafeEval class.Charles Harris2014-10-151-0/+6
| * | MAINT: Use ast.literal_eval in safe_eval.Charles Harris2014-10-151-15/+3
| * | Merge pull request #5177 from charris/do-not-use-compiler-moduleJulian Taylor2014-10-151-98/+46
| |\ \
| | * | MAINT: Remove use of compiler module.Charles Harris2014-10-121-98/+46
| * | | Merge pull request #5183 from charris/fix-npy-header-writeJulian Taylor2014-10-151-3/+4
| |\ \ \
| | * | | BUG: Fix writing of intrinsic long integers in python2 npy files.Charles Harris2014-10-131-3/+4
| | | |/ | | |/|
| * | | Add examples for intersect1d and union1d of more than two arrays.Christian Brueffer2014-10-151-0/+10
| * | | Merge pull request #5178 from charris/fix-npz-header-incompatibilityJulian Taylor2014-10-134-1/+51
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * 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
| * | Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-042-2/+7
| |\ \ | | |/
| | * BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-032-2/+7
* | | ENH: added parameter to use periodic x-coordinatessaullogiovani2014-10-022-8/+68
|/ /
* | Merge pull request #5101 from jaimefrio/digitize_as_searchsortedCharles Harris2014-09-291-160/+77
|\ \
| * | ENH: Release GIL in `digitize`jaimefrio2014-09-251-0/+6
| * | ENH: implement `digitize` with `PyArray_SearchSorted`jaimefrio2014-09-251-160/+71
* | | Merge pull request #4622 from mhvk/lib/stride_tricks/subclassesseberg2014-09-262-6/+68
|\ \ \ | |/ / |/| |
| * | Convert as_strided input to array firstMarten van Kerkwijk2014-08-272-8/+25
| * | ENH: add subok flag to stride_tricks (and thus broadcast_arrays)Marten van Kerkwijk2014-08-252-6/+51
* | | ENH: Cast non-object arrays to float in np.polyjaimefrio2014-09-252-6/+23
* | | BUG: np.unique with chararray + inverse_indexCJ Carey2014-09-232-1/+7
* | | DOC: update numpy.extract docstringGregory R. Lee2014-09-151-1/+3
* | | Merge pull request #5024 from pp-mo/in1d_of_setJulian Taylor2014-09-131-0/+4
|\ \ \
| * | | DOC: warn about using a set with 'in1d'.Patrick Peglar2014-08-311-0/+4
* | | | fix typoGabriel-p2014-09-071-1/+1
* | | | MAINT: Make numpy/lib/polynomial/polyval a bit faster.Charles Harris2014-09-021-1/+1
|/ / /
* | | Merge pull request #5022 from seberg/structured-insertCharles Harris2014-08-302-2/+14
|\ \ \
| * | | BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-302-2/+14
* | | | Merge pull request #5021 from charris/remove-missing-files-from-setupRalf Gommers2014-08-291-1/+0
|\ \ \ \
| * | | | MAINT: Remove references to missing files from install.Charles Harris2014-08-291-1/+0
| | |_|/ | |/| |
* | | | ENH: Speed up `unique` with `return_inverse`jaimefrio2014-08-271-2/+3
* | | | Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-272-6/+24
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-272-6/+24
* | | | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * | | BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | | | Merge pull request #4989 from juliantaylor/percentile-fixCharles Harris2014-08-242-1/+9
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-242-1/+9
| | |/ | |/|
* | | Correct the fill_diagonal exampleshpaulj2014-08-211-2/+5
* | | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-08-152-1/+13