summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Style cleanup of generate_umath.py.Charles Harris2015-01-271-23/+27
* Merge pull request #5505 from ahaldane/recarray_returntypeCharles Harris2015-01-263-24/+61
|\
| * BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-263-24/+61
* | Merge pull request #5307 from hunse/array-docstringCharles Harris2015-01-261-7/+7
|\ \ | |/ |/|
| * DOC: array docstring lists correct order defaultEric Hunsberger2014-11-201-7/+7
* | Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fftJulian Taylor2015-01-251-1/+4
|\ \
| * | BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen2015-01-251-1/+4
* | | Merge pull request #5483 from ahaldane/dtype_showtypeCharles Harris2015-01-243-3/+59
|\ \ \
| * | | ENH: Show subclass type in dtype repr and str of structured arraysAllan Haldane2015-01-243-3/+59
* | | | Merge pull request #5495 from charris/cleanup-gh-4649Charles Harris2015-01-244-7/+40
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #5496 from charris/cleanup-gh-5103Charles Harris2015-01-242-3/+75
|\ \ \ \ \
| * | | | | ENH: genfromtxt: Change 'nrows' to 'max_rows'.Warren Weckesser2015-01-232-30/+57
| * | | | | ENH:Add keyword nrows to genfromtxt.styr2015-01-232-1/+46
| |/ / / /
* | | | | DOC: Fixing help documentation error in numpy.zeros. Fixes #5497 [skip ci]abdulmuneer2015-01-241-1/+1
* | | | | MAINT: bring back np.lib testsjaimefrio2015-01-231-0/+12
* | | | | Merge pull request #5476 from juliantaylor/merge-cbaseJaime2015-01-2315-220/+146
|\ \ \ \ \
| * | | | | MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-2215-220/+146
* | | | | | Merge pull request #5458 from jaimefrio/sort_refactorJulian Taylor2015-01-232-184/+253
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Refactor _new_sortlike and _new_argsortlikejaimefrio2015-01-212-184/+253
* | | | | | 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
* | | | | | Merge pull request #5482 from ahaldane/recordarray_docCharles Harris2015-01-227-40/+126
|\ \ \ \ \ \
| * | | | | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-227-40/+126
| | |_|/ / / | |/| | | |
* | | | | | BUG: Fix astype for structured array fields of different byte order.Darsh P. Ranjan2015-01-223-29/+139
|/ / / / /
* | | | | BUG: Fix #3926: pickling empty string failsJay Bourque2015-01-212-5/+10
| |/ / / |/| | |
* | | | Merge pull request #5468 from jaimefrio/swapaxes_viewCharles Harris2015-01-203-30/+48
|\ \ \ \
| * | | | TST: swapaxes testsjaimefrio2015-01-201-0/+32
| * | | | ENH: Make swapaxes always return a viewjaimefrio2015-01-202-30/+16
* | | | | ENH: faster fastclip functionsJulian Taylor2015-01-203-8/+31
|/ / / /
* | | | TST: Tests for numeric.rollaxis.Charles Harris2015-01-191-0/+63
* | | | ENH: Make rollaxis always return a view.Charles Harris2015-01-191-6/+11
* | | | DOC : rollaxis returns a view of the input.jnothman2015-01-181-1/+1
* | | | Merge pull request #5462 from charris/gh-5453Charles Harris2015-01-172-18/+99
|\ \ \ \
| * | | | MAINT/TST: Add test for require, stop making extra copies.Eric Moore2015-01-172-18/+99
* | | | | Merge pull request #5459 from rgommers/pareto-docstringCharles Harris2015-01-171-15/+15
|\ \ \ \ \
| * | | | | DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181.Ralf Gommers2015-01-171-15/+15
* | | | | | TST: Add testcase for the fix to bug #4476.Gerrit Holl2015-01-151-0/+15
* | | | | | BUG: Fix #4476 by adding datetime64 and timedelta64 typesGerrit Holl2015-01-151-5/+10
| |/ / / / |/| | | |
* | | | | Merge pull request #5446 from jaimefrio/linspace_denormals_againCharles Harris2015-01-142-26/+36
|\ \ \ \ \
| * | | | | BUG: linspace should return the same as arange when equivalentjaimefrio2015-01-132-26/+36
| | |/ / / | |/| | |
* | | | | 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 #5447 from juliantaylor/ma-median-ndarrayCharles Harris2015-01-132-2/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | BUG: fix ma.median used on ndarraysJulian Taylor2015-01-132-2/+6
* | | | | Merge pull request #5438 from jaimefrio/linspace_denormalJulian Taylor2015-01-132-21/+45
|\ \ \ \ \
| * | | | | BUG: linspace handling of denormals, fixes #5437jaimefrio2015-01-102-21/+45
* | | | | | Fix typo in slogdet doctdihp2015-01-121-1/+1