summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Repaired my misunderstanding and added np.extractK.-Michael Aye2013-07-231-1/+2
| * | | | Docstring: point to correct equivalent functionK.-Michael Aye2013-07-191-1/+1
* | | | | MAINT: linalg: some more clean up in norm: 'nd' was defined but not usedWarren Weckesser2013-07-201-5/+4
* | | | | BUG: linalg: norm was computing and then ignoring a productWarren Weckesser2013-07-191-2/+1
|/ / / /
* | | | Merge pull request #3531 from fkbreitl/masternjsmith2013-07-181-15/+45
|\ \ \ \
| * | | | Update twodim_base.pyFrank Breitling2013-07-171-1/+1
| * | | | Update twodim_base.pyFrank Breitling2013-07-131-33/+44
| * | | | Fixed two typos.Frank B2013-02-051-2/+2
| * | | | Added example for 2D-histogram with variable bin size.Frank B2013-02-051-2/+21
* | | | | Merge pull request #3520 from charris/replace-warningmanagerRalf Gommers2013-07-1612-150/+70
|\ \ \ \ \
| * | | | | MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-1212-150/+70
* | | | | | MAINT: Fix Python version dependent test.Charles Harris2013-07-121-16/+17
|/ / / / /
* | | | | Merge pull request #3518 from charris/use-errstate-context-managerCharles Harris2013-07-1120-409/+194
|\ \ \ \ \
| * | | | | MAINT: Use np.errstate context manager.Charles Harris2013-07-1120-409/+194
* | | | | | Merge pull request #3516 from charris/remove-outdated-version-checksnjsmith2013-07-1129-317/+16
|\ \ \ \ \ \
| * | | | | | MAINT: Remove outdated version checks.Charles Harris2013-07-1129-317/+16
| |/ / / / /
* | | | | | Merge pull request #3509 from arinkverma/gsoc_performanceCharles Harris2013-07-103-14/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | ENH: check for the same object in can_cast_scalar_to from convert_datatype.cArink Verma2013-07-101-1/+5
| * | | | ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-101-1/+2
| * | | | ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-081-4/+3
| * | | | ENH: added check for scalar array in PyArray_FromArray from ctors.cArink Verma2013-07-081-2/+0