summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-0331-93/+89
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-198-10/+12
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-1924-83/+77
* | Merge pull request #3162 from seberg/unsafe-stridesnjsmith2013-04-0311-27/+176
|\ \
| * | API: Implement new flags API with NPY_RELAXED_STRIDES_CHECKINGSebastian Berg2013-04-018-27/+148
| * | 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
| |/
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-02341-624/+621
|\ \
| * | 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-0/+2
| * | 2to3: Use absolute imports.Charles Harris2013-03-28340-624/+619
* | | Merge pull request #3185 from charris/fix-pull-475njsmith2013-04-021-8/+9
|\ \ \
| * | | BUG: Raise immediate error in ctypes.load_library when library is bad.Charles Harris2013-04-011-8/+9
* | | | Merge pull request #349 from ericfode/float16powCharles Harris2013-04-012-7/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Update scalarmathmodule.c.srcEric Fode2013-04-011-1/+1
| * | | fixed some style problemsEric Fode2012-07-132-14/+17
| * | | First attempt at BF for 2028 and added better tests for scalarmath pow functionEric Fode2012-07-122-8/+26
* | | | Merge pull request #273 from dlax/fix/rollCharles Harris2013-04-012-5/+31
|\ \ \ \
| * | | | STY: drop some else clauses in rollDenis Laxalde2012-10-131-8/+6
| * | | | FIX: handle empty arrays in rollDenis Laxalde2012-05-081-6/+9
| * | | | FIX: roll raises a ValueError is axis > ndimDenis Laxalde2012-05-081-1/+4
| * | | | TST: add tests for roll functionDenis Laxalde2012-05-081-0/+22
* | | | | Allow threads for FFT calculationsMartin Teichmann2013-04-011-0/+12
* | | | | Merge pull request #3153 from seberg/issue-3142Charles Harris2013-04-012-4/+87
|\ \ \ \ \
| * | | | | TST: test no reuse of non-existing buffers in nditerSebastian Berg2013-03-181-21/+22
| * | | | | BUG: no buffer reuse in nditer, if there was no buffer previouslySebastian Berg2013-03-181-0/+10
| * | | | | TST: Add (slow) nditer reduce buffer reuse testSebastian Berg2013-03-181-0/+50
| * | | | | BUG: Do not reuse nditer buffers when not filled enough.Sebastian Berg2013-03-181-4/+26
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3104 from seberg/nditer-allow-0dCharles Harris2013-04-0110-134/+173
|\ \ \ \ \
| * | | | | MAINT: Remove 0-d iterator special case from ufunc_object.cSebastian Berg2013-03-031-12/+0
| * | | | | MAINT: Remove np.ndindex 0-d hack.Sebastian Berg2013-03-031-24/+1
| * | | | | TST: Add test that einsum multiplies scalars fineSebastian Berg2013-03-031-0/+1
| * | | | | TST: Add basic tests for 0-d np.nditer/np.nested_iter supportSebastian Berg2013-03-031-0/+54
| * | | | | ENH: Allow np.nditer to support scalar op_axesSebastian Berg2013-03-031-15/+8
| * | | | | API: Make nditer support ndim == 0 for 0-d iterations.Sebastian Berg2013-03-036-83/+109
* | | | | | MAINT: Fix python3 ResourceWarning when running test_exec_command.pyCharles Harris2013-03-281-0/+4
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #3122 from charris/2to3-apply-xrange-fixerCharles Harris2013-03-2849-134/+134
|\ \ \ \ \
| * | | | | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-2749-134/+134
* | | | | | Merge pull request #3168 from juliantaylor/numarray-fixesnjsmith2013-03-281-5/+18
|\ \ \ \ \ \
| * | | | | | fix undefined function and add integer divisionsJulian Taylor2013-03-261-5/+18
| |/ / / / /
* | | | | | Merge pull request #3141 from ewmoore/test_fast_powerCharles Harris2013-03-271-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: test_umath: fix wrong indent in test_fast_powerEric Moore2013-03-121-3/+3
| | |/ / / | |/| | |
* | | | | TST: open the TemporaryFile in ASCII modeOndrej Certik2013-03-251-1/+1
* | | | | TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
* | | | | TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
* | | | | Implement separate checking for stdout and stderrOndrej Certik2013-03-092-15/+14
* | | | | TST: add robust tests for exec_command()Ondrej Certik2013-03-091-1/+44
* | | | | PEP8: don't use \Ondrej Certik2013-03-071-2/+2
* | | | | FIX: add _supports_fileno() for testing fileno()Ondrej Certik2013-03-071-2/+15
* | | | | BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-062-16/+55
|/ / / /
* | | | DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').Maximilian Albert2013-03-061-1/+1