Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #3200 from njsmith/travis-full-tests | Charles Harris | 2013-04-06 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | [BLD] Run 'full' test suite on Travis, including 'slow' tests | Nathaniel J. Smith | 2013-04-06 | 1 | -1/+1 | |
* | | | | MAINT: Replace xrange by range. | Charles Harris | 2013-04-06 | 1 | -7/+7 | |
|/ / / | ||||||
* | | | Merge pull request #3197 from charris/fix-release-notes-formatting | njsmith | 2013-04-05 | 8 | -105/+101 | |
|\ \ \ | ||||||
| * | | | MAINT: Fix release notes formatting. | Charles Harris | 2013-04-04 | 8 | -105/+101 | |
|/ / / | ||||||
* | | | Merge pull request #2965 from charris/fix-qr-mode | Charles Harris | 2013-04-04 | 4 | -36/+235 | |
|\ \ \ | ||||||
| * | | | DOC: Document the new qr modes in the 1.8 release notes. | Charles Harris | 2013-04-01 | 1 | -2/+22 | |
| * | | | TST: Add more tests for qr factorization. | Charles Harris | 2013-04-01 | 2 | -0/+128 | |
| * | | | ENH: Add `raw`, `reduced`, `complete` modes to qr factorization. | Charles Harris | 2013-04-01 | 1 | -34/+85 | |
* | | | | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 32 | -96/+91 | |
|\ \ \ \ | ||||||
| * \ \ \ | merge conflict | endolith | 2013-03-19 | 0 | -0/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2012-09-26 | 26 | -88/+81 | |
| * | | | | | DOC: regex-assisted fixes of definition list formatting | endolith | 2013-03-19 | 8 | -10/+12 | |
| * | | | | | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 25 | -86/+79 | |
* | | | | | | Merge pull request #3162 from seberg/unsafe-strides | njsmith | 2013-04-03 | 13 | -29/+193 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | TST: Add NPY_RELAXED_STRIDES_CHECKING to Travis | Sebastian Berg | 2013-04-02 | 2 | -2/+17 | |
| * | | | | | API: Implement new flags API with NPY_RELAXED_STRIDES_CHECKING | Sebastian Berg | 2013-04-01 | 8 | -27/+148 | |
| * | | | | | ENH: Relax aligned flag for shape[i] <= 1 | Sebastian Berg | 2013-04-01 | 1 | -0/+12 | |
| * | | | | | BLD: Add NPY_RELAXED_STRIDES_CHECKING flag | Sebastian Berg | 2013-04-01 | 2 | -0/+16 | |
* | | | | | | Merge pull request #3178 from charris/2to3-apply-import-fixer | njsmith | 2013-04-02 | 390 | -709/+690 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 2to3: Add `from __future__ import ...` to some files that were missed. | Charles Harris | 2013-03-28 | 7 | -6/+21 | |
| * | | | | | | 2to3: Add `from __future__ import ...` to new files. | Charles Harris | 2013-03-28 | 5 | -0/+10 | |
| * | | | | | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 378 | -703/+659 | |
* | | | | | | | Merge pull request #3185 from charris/fix-pull-475 | njsmith | 2013-04-02 | 1 | -8/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | BUG: Raise immediate error in ctypes.load_library when library is bad. | Charles Harris | 2013-04-01 | 1 | -8/+9 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #349 from ericfode/float16pow | Charles Harris | 2013-04-01 | 2 | -7/+28 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Update scalarmathmodule.c.src | Eric Fode | 2013-04-01 | 1 | -1/+1 | |
| * | | | | | fixed some style problems | Eric Fode | 2012-07-13 | 2 | -14/+17 | |
| * | | | | | First attempt at BF for 2028 and added better tests for scalarmath pow function | Eric Fode | 2012-07-12 | 2 | -8/+26 | |
* | | | | | | Merge pull request #273 from dlax/fix/roll | Charles Harris | 2013-04-01 | 2 | -5/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | STY: drop some else clauses in roll | Denis Laxalde | 2012-10-13 | 1 | -8/+6 | |
| * | | | | | | FIX: handle empty arrays in roll | Denis Laxalde | 2012-05-08 | 1 | -6/+9 | |
| * | | | | | | FIX: roll raises a ValueError is axis > ndim | Denis Laxalde | 2012-05-08 | 1 | -1/+4 | |
| * | | | | | | TST: add tests for roll function | Denis Laxalde | 2012-05-08 | 1 | -0/+22 | |
* | | | | | | | Allow threads for FFT calculations | Martin Teichmann | 2013-04-01 | 1 | -0/+12 | |
* | | | | | | | Merge pull request #3153 from seberg/issue-3142 | Charles Harris | 2013-04-01 | 2 | -4/+87 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: test no reuse of non-existing buffers in nditer | Sebastian Berg | 2013-03-18 | 1 | -21/+22 | |
| * | | | | | | | BUG: no buffer reuse in nditer, if there was no buffer previously | Sebastian Berg | 2013-03-18 | 1 | -0/+10 | |
| * | | | | | | | TST: Add (slow) nditer reduce buffer reuse test | Sebastian Berg | 2013-03-18 | 1 | -0/+50 | |
| * | | | | | | | BUG: Do not reuse nditer buffers when not filled enough. | Sebastian Berg | 2013-03-18 | 1 | -4/+26 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3104 from seberg/nditer-allow-0d | Charles Harris | 2013-04-01 | 12 | -137/+188 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Remove 0-d iterator special case from ufunc_object.c | Sebastian Berg | 2013-03-03 | 1 | -12/+0 | |
| * | | | | | | | DOC: mention AdvancedNew iterator change in the release notes. | Sebastian Berg | 2013-03-03 | 1 | -0/+7 | |
| * | | | | | | | DOC: Add documentation clarifying the use of oa_ndim | Sebastian Berg | 2013-03-03 | 1 | -3/+8 | |
| * | | | | | | | MAINT: Remove np.ndindex 0-d hack. | Sebastian Berg | 2013-03-03 | 1 | -24/+1 | |
| * | | | | | | | TST: Add test that einsum multiplies scalars fine | Sebastian Berg | 2013-03-03 | 1 | -0/+1 | |
| * | | | | | | | TST: Add basic tests for 0-d np.nditer/np.nested_iter support | Sebastian Berg | 2013-03-03 | 1 | -0/+54 | |
| * | | | | | | | ENH: Allow np.nditer to support scalar op_axes | Sebastian Berg | 2013-03-03 | 1 | -15/+8 | |
| * | | | | | | | API: Make nditer support ndim == 0 for 0-d iterations. | Sebastian Berg | 2013-03-03 | 6 | -83/+109 | |
* | | | | | | | | Merge pull request #3179 from charris/fix-resource-warning | njsmith | 2013-03-29 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | |