Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | removed fancy check and added more informative message | John Salvatier | 2012-12-01 | 1 | -7/+8 | |
| * | | | | wrong error check | John Salvatier | 2012-12-01 | 2 | -5/+5 | |
| * | | | | gave PyArray_MapIterBind an error code on exit | John Salvatier | 2012-12-01 | 1 | -9/+12 | |
| * | | | | tabs -> spaces | John Salvatier | 2012-12-01 | 1 | -5/+5 | |
| * | | | | added a fix for 1d iteration which was failing and a test to test that case | John Salvatier | 2012-12-01 | 2 | -0/+12 | |
* | | | | | Merge pull request #2836 from cgohlke/patch-2 | Ralf Gommers | 2012-12-17 | 1 | -1/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix unicode tests for flexible string representation on Python 3.3 | cgohlke | 2012-12-16 | 1 | -1/+13 | |
* | | | | | | Merge pull request #2818 from juliantaylor/spelling | Charles Harris | 2012-12-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix a spelling error | Julian Taylor | 2012-12-14 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2833 from charris/fix-deprecation-tests | Charles Harris | 2012-12-16 | 1 | -110/+133 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: test_deprecations.py cleanups. | Charles Harris | 2012-12-16 | 1 | -34/+33 | |
| * | | | | | | | MAINT: Refactor test_deprecations.py | Charles Harris | 2012-12-15 | 1 | -89/+113 | |
* | | | | | | | | Merge pull request #2835 from charris/update-1.8.0-notes | Ralf Gommers | 2012-12-16 | 1 | -117/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Note that Euler's constant is exposed in numpy 1.8.0. | Charles Harris | 2012-12-16 | 1 | -0/+2 | |
| * | | | | | | | | MAINT: Cleanup 1.8.0-notes.rst. | Charles Harris | 2012-12-16 | 1 | -117/+12 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #2834 from charris/cleanup-1.7.0-notes | Ondřej Čertík | 2012-12-16 | 1 | -139/+68 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Update and cleanup 1.7.0-notes.rst. | Charles Harris | 2012-12-16 | 1 | -139/+68 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2779 from charris/add-euler | Charles Harris | 2012-12-16 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Use NPY_E to expose 'e'. | Charles Harris | 2012-12-02 | 1 | -1/+1 | |
| * | | | | | | | ENH: Expose Euler-Mascheroni constant. | Charles Harris | 2012-12-02 | 1 | -0/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2831 from certik/fix2738 | Travis E. Oliphant | 2012-12-15 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | FIX: Fixes the segfault in PyArray_FromScalar | Ondřej Čertík | 2012-12-15 | 1 | -4/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2823 from seberg/random-choice-state | njsmith | 2012-12-15 | 3 | -1260/+1076 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | BUG: internal call fix in random.choice | Sebastian Berg | 2012-12-15 | 3 | -1260/+1076 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2812 from dwf/deprecate_scalar_float | Charles Harris | 2012-12-14 | 4 | -39/+297 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | DOC: Comments about deprecation timeframe. | David Warde-Farley | 2012-12-14 | 1 | -0/+16 | |
| * | | | | DOC: Deprecation info for float-slicing. | David Warde-Farley | 2012-12-14 | 1 | -7/+22 | |
| * | | | | ENH: DeprecationWarning for non-int slice indices. | David Warde-Farley | 2012-12-14 | 1 | -2/+35 | |
| * | | | | TST: Add tests for non-int slice deprecation. | David Warde-Farley | 2012-12-14 | 1 | -3/+68 | |
| * | | | | TST: disable DeprecationWarning tests in 2.4 | David Warde-Farley | 2012-12-14 | 1 | -1/+6 | |
| * | | | | REF: nested conditionals for readability. | David Warde-Farley | 2012-12-14 | 1 | -24/+30 | |
| * | | | | ENH: Add NPY_INLINE to _is_full_index. | David Warde-Farley | 2012-12-13 | 1 | -1/+1 | |
| * | | | | REF: move tuple checks into function. | David Warde-Farley | 2012-12-13 | 1 | -5/+8 | |
| * | | | | STY: comment blank line/*'s. | David Warde-Farley | 2012-12-13 | 1 | -5/+6 | |
| * | | | | Fix typo in module-level comment. | David Warde-Farley | 2012-12-13 | 1 | -1/+1 | |
| * | | | | BUG: Bubble errors from _tuple_of_integers. | David Warde-Farley | 2012-12-13 | 1 | -11/+20 | |
| * | | | | BUG: Explicitly bubble errors up, simple case. | David Warde-Farley | 2012-12-13 | 2 | -4/+8 | |
| * | | | | TST: Add back failing tests + negative index. | David Warde-Farley | 2012-12-13 | 1 | -10/+13 | |
| * | | | | TST: Add tests for deprecation warnings. | David Warde-Farley | 2012-12-13 | 1 | -0/+79 | |
| * | | | | STY: C code style. | David Warde-Farley | 2012-12-13 | 2 | -6/+3 | |
| * | | | | DOC: Clarify a C code comment. | David Warde-Farley | 2012-12-12 | 1 | -1/+4 | |
| * | | | | ENH: warning on silent truncation of indices | David Warde-Farley | 2012-12-12 | 3 | -1/+20 | |
* | | | | | Merge pull request #2794 from mwiebe/complex_copy_misalignment | Ondřej Čertík | 2012-12-13 | 2 | -0/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: Add a test for bug gh-2668 | Mark Wiebe | 2012-12-11 | 1 | -0/+17 | |
| * | | | | | BUG: Attempt to fix sparc segfault (gh-2668) | Mark Wiebe | 2012-12-06 | 1 | -0/+14 | |
* | | | | | | Merge pull request #2792 from certik/multi_arch | Ondřej Čertík | 2012-12-13 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FIX: Add multiarch paths to the distutils' ones | Ondřej Čertík | 2012-12-13 | 1 | -0/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2793 from certik/pull-request-2727 | Ondřej Čertík | 2012-12-13 | 3 | -3310/+3876 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | MAINT: Regenerate mtrand.c | Sebastian Berg | 2012-12-06 | 1 | -3294/+3819 | |
| * | | | | | TST: Add tests for new feature and fix in random.choice | Sebastian Berg | 2012-12-06 | 1 | -1/+27 |