summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | BUG: Fix typo in core bento file.Stefan van der Walt2013-08-121-2/+2
|/ / /
* | | Merge pull request #3360 from juliantaylor/selection-algoCharles Harris2013-08-1216-37/+2328
|\ \ \
| * | | ENH: implement median in terms of partitionJulian Taylor2013-08-122-12/+79
| * | | ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-1214-25/+2249
* | | | BUG: Fix variable declaration after statement.Charles Harris2013-08-113-71/+72
|/ / /
* | | Merge pull request #3599 from charris/fix-operand-flags-testCharles Harris2013-08-111-4/+5
|\ \ \
| * | | BUG: Fix test_operand_flags test.Charles Harris2013-08-111-4/+5
* | | | DOC: fix some minor issues with histogram2d docstring formatting.Ralf Gommers2013-08-111-9/+19
* | | | DOC: update example of histogram2d to doctest format.Frank Breitling2013-08-111-31/+30
* | | | Merge pull request #3594 from juliantaylor/is_aligned_maintCharles Harris2013-08-115-24/+56
|\ \ \ \
| * | | | ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-093-3/+28
| * | | | MAINT: move npy_is_aligned to common.hJulian Taylor2013-08-093-24/+31
* | | | | TST: Add regression test to check numpy.int_ inheritance on Py2/Py3Yury V. Zaytsev2013-08-102-0/+45
* | | | | BUG: Fix PyType_FastSubclass() check for numpy.int_Yury V. Zaytsev2013-08-101-9/+24
| |/ / / |/| | |
* | | | Merge pull request #3517 from juliantaylor/memchr-all-anyCharles Harris2013-08-103-3/+57
|\ \ \ \
| * | | | ENH: improve numpy.all()/any()Julian Taylor2013-08-093-3/+57
| |/ / /
* | | | MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-106-47/+21
|/ / /
* | | Merge pull request #3513 from seberg/0d-linalgCharles Harris2013-08-052-16/+82
|\ \ \
| * | | ENH: inv/solve work with empty inner and others empty outer arraySebastian Berg2013-08-042-16/+82
* | | | Merge pull request #3565 from charris/documentation-fixesCharles Harris2013-08-051-3/+3
|\ \ \ \
| * | | | DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.Jesús Gómez2013-08-011-3/+3
* | | | | Merge pull request #3521 from arinkverma/gsoc_performanceCharles Harris2013-08-052-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ENH: For smaller array, added macro NPY_BEGIN_THREADS_THRESHOLDED in ndarrayt...Arink Verma2013-08-052-2/+4
* | | | | Merge pull request #3575 from seberg/issue-3458Charles Harris2013-08-052-8/+19
|\ \ \ \ \
| * | | | | BUG: Boolean assignment allowed writing to 0-sized arraySebastian Berg2013-08-052-8/+19
* | | | | | Fix doc typoMartin Spacek2013-08-041-1/+1
|/ / / / /
* | | | | BUG: Make np.insert check for out of bounds axis arguments.Félix Hartmann2013-08-022-1/+10
* | | | | TST: add test for negative axis values in np.insert.Félix Hartmann2013-08-021-0/+7
* | | | | BUG: Fix bug in np.insert when axis=-1Félix Hartmann2013-08-021-1/+1
* | | | | Merge pull request #3527 from dmuellner/masterCharles Harris2013-08-013-17/+41
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | More tiny changes according to Charles Harris' comments.dmuellner2013-08-011-5/+10
| * | | | Reflect file name change in setup.py.dmuellner2013-07-291-1/+1
| * | | | Fixed typo.dmuellner2013-07-291-2/+2
| * | | | Changes according to Charles Harris' comments.dmuellner2013-07-292-45/+35
| * | | | Changes according to Charles Harris' comments.dmuellner2013-07-291-0/+0
| * | | | Fix for the NumPy C-API deprecation mechanism.Daniel2013-07-171-4/+33
* | | | | DOC: np.char.startswith checks a prefix, not a suffixLars Buitinck2013-08-011-1/+1
* | | | | Merge pull request #2941 from raulcota/avoid_create-kill_npscalarsCharles Harris2013-07-291-4/+61
|\ \ \ \ \
| * | | | | Fix indentationRaul Cota2013-01-221-4/+4
| * | | | | Avoid conversion to NumPy ScalarRaul Cota2013-01-221-4/+61
* | | | | | Merge pull request #3559 from hklemm/patch-1Charles Harris2013-07-291-4/+3
|\ \ \ \ \ \
| * | | | | | Update structured_arrays.pyhklemm2013-07-281-4/+3
* | | | | | | MAINT: Remove extraneous remark.Charles Harris2013-07-291-2/+0
* | | | | | | ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-296-1/+49
* | | | | | | STY: Break long lines in numpy/distutils/log.py.Charles Harris2013-07-291-5/+16
* | | | | | | MAINT: typo fix in logging messageTomas Tomecek2013-07-291-2/+2
|/ / / / / /
* | | | | | Merge pull request #3541 from jeromekelleher/patch-1njsmith2013-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | Update halffloat.cjeromekelleher2013-07-211-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Link cumsum and diff to one another as theyre roughly the inverse of each otherNils Werner2013-07-242-1/+3
* | | | | | Merge pull request #3538 from michaelaye/patch-1Ralf Gommers2013-07-231-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |