summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-166-23/+47
| * | | DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-1210-15/+109
* | | | Merge pull request #4095 from seberg/descr-shapeCharles Harris2014-02-152-11/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Error checks for the dtype shape.Sebastian Berg2013-12-032-11/+95
* | | | Merge pull request #4298 from charris/fix-gh-3146Charles Harris2014-02-151-5/+5
|\ \ \ \
| * | | | BUG: Fix wrong variable in test_build.py exception.Charles Harris2014-02-151-5/+5
* | | | | Merge pull request #4289 from seberg/speed-regression-fixCharles Harris2014-02-157-101/+235
|\ \ \ \ \
| * | | | | BUG: Raise some out of bound negative index in PySequence_GetItemSebastian Berg2014-02-157-54/+68
| * | | | | BUG: Fix performance regression for PyObject_Get/SetItemSebastian Berg2014-02-143-89/+209
| | |_|/ / | |/| | |
* | | | | Merge pull request #4296 from juliantaylor/fasttake-microoptCharles Harris2014-02-152-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: explicitly mark invalid index branch as unlikelyJulian Taylor2014-02-151-1/+1
| * | | | ENH: hint that nelem == 1 branch is more likelyJulian Taylor2014-02-151-3/+3
|/ / / /
* | | | Merge pull request #4257 from juliantaylor/tostring-deprCharles Harris2014-02-1419-52/+88
|\ \ \ \
| * | | | ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-1119-52/+88
* | | | | Merge pull request #4294 from juliantaylor/fix-longdouble-intCharles Harris2014-02-142-0/+12
|\ \ \ \ \
| * | | | | BUG: fix NULL dereference on longdouble conversion errorJulian Taylor2014-02-142-0/+12
|/ / / / /
* | | | | Merge pull request #4292 from juliantaylor/ramdisk-chrootCharles Harris2014-02-131-0/+3
|\ \ \ \ \
| * | | | | TST: bootstrap chroot in tmpfsJulian Taylor2014-02-131-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #4244 from jaimefrio/binsearchJulian Taylor2014-02-148-228/+500
|\ \ \ \ \
| * | | | | MANT: Minor style corrections, `get_(arg)binsearch_func` is no longer inline.jaimefrio2014-02-132-3/+9
| * | | | | MAINT: Added `NPY_VISIBILITY_HIDDEN` to binary search functions injaimefrio2014-02-112-8/+8
| * | | | | STY: adapted code to `C_STYLE_GUIDE.rst.txt`jaimefrio2014-02-093-86/+84
| * | | | | - removed unused `store_arr` variable from `PyArray_SearchSorted`.jaimefrio2014-02-081-2/+1
| * | | | | - initialize `last_key_val` to first value in `key` to avoid compiler warnings.jaimefrio2014-02-081-2/+2
| * | | | | - Refactored code, to have type specific and generic binary search functionsjaimefrio2014-02-074-122/+80
| * | | | | - Modified generic searches to take a PyArrayObject and use its PyArray_DESCRjaimefrio2014-02-074-121/+126
| * | | | | - Modified resetting of binary search indices when multiple keys are beingjaimefrio2014-02-014-206/+119
| * | | | | ENH: Type specific binary search functions for `searchsorted`jaimefrio2014-01-295-42/+435
* | | | | | Merge pull request #4286 from juliantaylor/flex-shuffleseberg2014-02-133-589/+653
|\ \ \ \ \ \
| * | | | | | BUG: fix shuffling of flexible dtypes and masked arraysJulian Taylor2014-02-133-589/+653
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4290 from ceball/dsplit_errmsgJulian Taylor2014-02-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Fix typo in a dsplit() error message.Chris Ball2014-02-131-1/+1
|/ / / / /
* | | | | Merge pull request #4282 from jaimefrio/bincount-minmaxCharles Harris2014-02-121-30/+18
|\ \ \ \ \
| * | | | | MANT: separated initial assignment for `min` and `max`jaimefrio2014-02-111-2/+2
| * | | | | ENH: single pass over array in `bincount` to determine output sizejaimefrio2014-02-111-30/+18
|/ / / / /
* | | | | Merge pull request #4279 from juliantaylor/symbol-cleanupCharles Harris2014-02-116-46/+53
|\ \ \ \ \
| * | | | | MAINT: hide symbols that shouldn't be exportedJulian Taylor2014-02-116-46/+53
* | | | | | Merge pull request #4247 from jaimefrio/digitize-monotonicCharles Harris2014-02-112-12/+41
|\ \ \ \ \ \
| * | | | | | MAINT: rewrote `check_array_monotonic` following @charris suggestion tojaimefrio2014-02-111-20/+23
| * | | | | | STY: adapted code to `C_STYLE_GUIDE.rst.txt`.jaimefrio2014-02-092-22/+33
| * | | | | | BUG: check for monotonic bin arrays in digitizejaimefrio2014-01-302-14/+29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4276 from charris/fix-stat-methodsJulian Taylor2014-02-112-33/+31
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Remove checks for presence of decimal module.Charles Harris2014-02-101-26/+0
| * | | | | BUG: Fix mean, var, std methods for object arrays.Charles Harris2014-02-102-7/+31
| | |/ / / | |/| | |
* | | | | Merge pull request #4274 from arunpersaud/ap/rfft-doc-fix-typoCharles Harris2014-02-091-1/+1
|\ \ \ \ \
| * | | | | DOC: fixed small whitespace error in rfft notesArun Persaud2014-02-081-1/+1
* | | | | | Merge pull request #3798 from seberg/new-index-machineryCharles Harris2014-02-0917-1390/+3184
|\ \ \ \ \ \
| * | | | | | BUG: Fix common.h convert_shape_to_string.Sebastian Berg2014-02-071-1/+1
| * | | | | | BUG: Fix statement before declaration in mapping.c (again...)Sebastian Berg2014-02-061-8/+9
| * | | | | | DOC: Add some examples to the indexing change release notesSebastian Berg2014-02-061-1/+2