summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Rework the advanced indexing documentation.Sebastian Berg2014-05-291-107/+279
* 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
| * | | | MAINT: Comments from charris and some extra documentationSebastian Berg2014-02-064-57/+97
| * | | | BUG: Fix statement before declaration in mapping.cSebastian Berg2014-02-061-8/+9
| * | | | BUG: Skip must check SIZE and NDIM...Sebastian Berg2014-02-062-1/+13
| * | | | BUG: Move 0-d array-is-scalar special case into array branchSebastian Berg2014-02-063-32/+84
| * | | | DOC: Minor release notes changesSebastian Berg2014-02-061-3/+2
| * | | | MAINT: Remove old undefs in mapping.cSebastian Berg2014-02-061-3/+0
| * | | | DOC|MINOR: minor fixes to release notes indexing part.Sebastian Berg2014-02-061-9/+10
| * | | | MAINT: move npy_index_info into mapping.hSebastian Berg2014-02-062-18/+20
| * | | | TST: Fix buggy ref-count testSebastian Berg2014-02-061-2/+4
| * | | | DOC: Add indexing info to release notesSebastian Berg2014-02-061-0/+43
| * | | | TST: Simple indexing subspace broadcasting test.Sebastian Berg2014-02-061-2/+10
| * | | | STY|DOC: Small fixesSebastian Berg2014-02-062-60/+81
| * | | | BUG: Memory order of indexing result should be flexibleSebastian Berg2014-02-062-1/+13
| * | | | STY: mapping.c minor style fixesSebastian Berg2014-02-061-4/+4
| * | | | STY/DOC: minor fixesSebastian Berg2014-02-061-2/+2
| * | | | DOC: Some doc fixesSebastian Berg2014-02-061-6/+12
| * | | | BUG: Test and fix array converson before transposeSebastian Berg2014-02-062-1/+24
| * | | | TST: Add deprecation testsSebastian Berg2014-02-062-1/+50
| * | | | TST: Just one more small testSebastian Berg2014-02-061-0/+20
| * | | | ENH,TST: Add many tests and have boolean finalize at end.Sebastian Berg2014-02-062-44/+137
| * | | | BUGS: Fix subspace casting and make fancy broadcasting consistentSebastian Berg2014-02-063-63/+139
| * | | | TST: Add some broadcasting assignment testsSebastian Berg2014-02-061-0/+43
| * | | | BUG: Fix native byteorder check for trivial loopsSebastian Berg2014-02-063-14/+27
| * | | | MAINT: Small cleanupsSebastian Berg2014-02-061-16/+22
| * | | | ENH: Only check getitem index in inner loop if a single indexSebastian Berg2014-02-062-78/+99
| * | | | ENH: Add trivial loop special cases for fancy indexingSebastian Berg2014-02-063-6/+207
| * | | | BUG: Fix reference count issuesSebastian Berg2014-02-061-20/+35
| * | | | ENH: Use template for inner loops and use stransferSebastian Berg2014-02-063-294/+297
| * | | | BUG: Check if extra operand has too many dimensionsSebastian Berg2014-02-061-57/+85
| * | | | ENH: Create meaningful broadcasting errorsSebastian Berg2014-02-066-145/+309
| * | | | GRR: Fully consider scalar arrays as array indicesSebastian Berg2014-02-061-1/+9