summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Relax aligned flag for shape[i] <= 1Sebastian Berg2013-04-011-0/+12
* BLD: Add NPY_RELAXED_STRIDES_CHECKING flagSebastian Berg2013-04-012-0/+16
* DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').Maximilian Albert2013-03-061-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-0510-16/+13
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-053-208/+2
* Merge pull request #3114 from charris/fix-resource-warningsnjsmith2013-03-042-7/+21
|\
| * TST: Get rid of a ResourceWarning.Charles Harris2013-03-031-6/+15
| * MAINT: Get rid of a ResourceWarning.Charles Harris2013-03-031-1/+6
* | Merge pull request #2992 from seberg/choice-object-scalarseberg2013-03-043-4241/+4450
|\ \ | |/ |/|
| * MAINT: regenerate mtrand.cSebastian Berg2013-03-041-4223/+4405
| * BUG: fix random.choice scalar object result and disallow 0-d arraysSebastian Berg2013-03-042-18/+45
* | BUG: fix NPY_NO_DEPRECATED_API mechanism.Ralf Gommers2013-03-023-2/+6
* | Merge pull request #2953 from ContinuumIO/gufunc-fixCharles Harris2013-03-012-50/+199
|\ \
| * | compile fix on linux/macovillellas2013-01-211-2/+8
| * | BUG: Fix for generalized ufunc zero-sized input caseMark Wiebe2013-01-171-2/+33
| * | TST: Test for a generalized ufunc bug, for zero-sized inputsMark Wiebe2013-01-171-0/+7
| * | BUG: Fix bug in gufunc scalar caseMark Wiebe2013-01-171-2/+13
| * | TST: Add test for gufunc scalar caseMark Wiebe2013-01-171-0/+2
| * | BUG: Make sure the nditer doesn't complain when 0 broadcast dimsMark Wiebe2013-01-171-1/+3
| * | BUG: Missed case of broadcasting onto core dimensions in gufuncMark Wiebe2013-01-171-16/+32
| * | BUG: Fix generalized ufunc so repeating labels in one input/output is okMark Wiebe2013-01-171-46/+120
* | | Merge pull request #3014 from bfroehle/f2py_unque_symbolCharles Harris2013-03-011-1/+1
|\ \ \
| * | | BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.Bradley M. Froehle2013-02-241-1/+1
* | | | Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-01349-223/+888
|\ \ \ \
| * | | | MAINT: Make numpy/f2py/crackfortran docstring read better.Charles Harris2013-03-011-13/+12
| * | | | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-01349-222/+888
* | | | | BUG: initialize op_axes when only itershape is givenSebastian Berg2013-03-012-1/+3
* | | | | Merge pull request #3099 from charris/2to3-methodattrsnjsmith2013-03-014-10/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-014-10/+7
* | | | | Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-017-24/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix `not a in ...` to `a not in ...`.Charles Harris2013-02-281-14/+15
| * | | | REF: Replace filters with list comprehensions.Charles Harris2013-02-285-21/+26
| * | | | 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-287-23/+23
* | | | | 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-019-23/+23
* | | | | Merge pull request #3097 from charris/2to3-sys_excnjsmith2013-03-012-4/+4
|\ \ \ \ \
| * | | | | 2to3: Apply `sys_exc` fixes. Closes #3086.Charles Harris2013-02-282-4/+4
| |/ / / /
* | | | | Merge pull request #2967 from sbyrnes321/masterCharles Harris2013-02-282-0/+34
|\ \ \ \ \
| * | | | | DOC: Add example showing how a view of a slice can misbehaveSteve2013-02-051-0/+16
| * | | | | DOC -- add another paragraph note to ndarray.view docs (cont'd)Steve2013-02-052-11/+17
| * | | | | DOC -- add another paragraph note to ndarray.view docsSteve2013-02-042-0/+12
* | | | | | Merge pull request #2988 from ewmoore/methdot2697Charles Harris2013-02-282-5/+21
|\ \ \ \ \ \
| * | | | | | BUG: use the PyUString_FromString macro for Py3 compat instead.Eric Moore2013-02-151-1/+1
| * | | | | | BUG: PyString_FromString isn't py3 compatible.Eric Moore2013-02-151-1/+1
| * | | | | | FIX: use PyObject_CallMethodObjArgs in array_dotEric Moore2013-02-152-4/+9
| * | | | | | BUG: gh-2687 make multiarray dot method accept out array and keywordEric Moore2013-02-142-5/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-285-8/+13
|\ \ \ \ \ \
| * | | | | | 2to3: Fix callable.Charles Harris2013-02-285-8/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-286-12/+12
|\ \ \ \ \ \
| * | | | | | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-286-12/+12
| |/ / / / /
* | | | | | 2to3: apply exec fixer results.Charles Harris2013-02-2812-14/+14
|/ / / / /