summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make argument determination in NameValidator more precise.Charles Harris2015-01-232-4/+9
* TST: Fix bug in test_dtype_with_converters_and_usecols.Charles Harris2015-01-231-2/+2
* BUG: Fix genfromtext NameValidator arguments passed to easy_dtype.Alan Briolat2015-01-232-1/+29
* TST: Add test for loadtxt with None as string type.Charles Harris2015-01-231-0/+8
* BUG: Fix loadtxt with comments=None and a string None data.Leonardo Donelli2015-01-231-2/+6
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-2/+2
* Merge pull request #5361 from JDWarner/arraypad_fixesCharles Harris2015-01-132-65/+574
|\
| * ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-062-65/+574
* | Merge pull request #5421 from charris/special-case-matrixCharles Harris2015-01-061-2/+2
|\ \
| * | BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-041-2/+2
* | | Merge pull request #5418 from shoyer/nanprodCharles Harris2015-01-052-149/+157
|\ \ \
| * | | ENH: add np.nanprodStephan Hoyer2015-01-052-149/+157
| | |/ | |/|
* | | DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-0/+13
| |/ |/|
* | DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
* | remove trailing whitespaceValentin Haenel2014-12-271-2/+2
|/
* Merge pull request #5368 from tacaswell/sundry_doc_changesRalf Gommers2014-12-134-16/+16
|\
| * DOC : optional parenthesisThomas A Caswell2014-12-121-1/+1
| * DOC : do not abuse enum markupThomas A Caswell2014-12-122-7/+7
| * DOC : move shape to front to match rest of docsThomas A Caswell2014-12-121-4/+4
| * DOC : do not abuse enumeration for return typesThomas A Caswell2014-12-121-4/+4
* | Merge pull request #5358 from Garrett-R/fix_bug_2015Charles Harris2014-12-121-1/+3
|\ \
| * | Improved PEP-8 complianceGarrett-R2014-12-081-0/+2
| * | BUG: Closes #2015: diag returns ndarrayGarrett-R2014-12-081-1/+1
| |/
* | DOC: Give a more explicit reference to the .npy format documentation in the '...Warren Weckesser2014-12-121-1/+2
|/
* BUG: digitize segfaults on TypeErrorjaimefrio2014-12-072-2/+9
* Change pronoun in doc string from "his" to gender-neutral "their"Bob Poekert2014-12-051-1/+1
* Merge pull request #5319 from larsmans/c-fixesCharles Harris2014-12-022-136/+195
|\
| * ENH ensure np.packbits works on np.bool dtypeLars Buitinck2014-11-302-8/+12
| * MAINT/TST: refactor and test packbits/unpackbitsLars Buitinck2014-11-302-136/+191
* | Merge pull request #5327 from madawilliams/savetxtCharles Harris2014-11-301-1/+6
|\ \
| * | ENH: More explicit error message for np.savetxtAdam Williams2014-11-301-1/+6
| |/
* | BUG: Closes #2917: numpy.lib._iotools.StringConverter.upgrade returnGarrett-R2014-11-302-9/+17
|/
* 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
| |\ \ \ | | |/ / | | | / | | |/ | |/|