summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix-up to compile with 1.3maintenance/1.3.xTravis E. Oliphant2012-02-151-0/+3
* BUG: Fix NPY_* macros for endianness (#1154).David Cournapeau2009-06-303-14/+11
* Backport fix for #1134.David Cournapeau2009-06-092-2/+6
* Backport fix for #1111 in 1.3.x.David Cournapeau2009-05-211-1/+1
* Back-port bug-fix to reduceat (r6977) to 1.3.x branch.Travis Oliphant2009-05-101-2/+2
* * harden_mask, soften_mask, unshare_mask and shrink_mask now return selfpierregm2009-05-092-0/+32
* Add `diff` to the namespacepierregm2009-05-011-1/+3
* Backport changes in numpy/core/src prior to breaking up the files.Charles Harris2009-04-305-77/+161
* * fixed notmasked_edges when no data are maskedpierregm2009-04-132-18/+42
* _arraymethod : fallback when a method is called as MaskedArray.methodpierregm2009-04-112-4/+21
* Backport r6827 to fix ticket #1039Charles Harris2009-03-311-8/+4
* 1.3.x backport r6820, r6821: Fix docstring formatting (blocks doc build)Pauli Virtanen2009-03-291-2/+2
* 1.3.x backport r6816: Enable docstrings for fmin and fmaxPauli Virtanen2009-03-281-2/+2
* Do not detect universal flags on platform != darwin.David Cournapeau2009-03-281-0/+2
* BUG: Fix goftran universal flags settings (#1067).David Cournapeau2009-03-281-35/+36
* 1.3.x: regenerate mtrand.c due to docstring changesPauli Virtanen2009-03-271-1998/+2032
* Remove test that shouldn't have been backported. It didn't fail anyway...Charles Harris2009-03-271-4/+0
* Backport r6770 fixes.Charles Harris2009-03-272-8/+12
* Generate the version.py file, to help keeping the version synchronized everyw...David Cournapeau2009-03-271-15/+0
* Fix ticket #1058.Charles Harris2009-03-272-1/+8
* 1.3.x backport r6725, Merge from the doc wikiPauli Virtanen2009-03-2525-1163/+4575
* 1.3.x: Backport doc + doc infrastructure fixesPauli Virtanen2009-03-254-124/+199
* Backport r6723, fix too strict long complex test tolerancePauli Virtanen2009-03-241-1/+7
* * fixed the 'Warnings' section of some docstrings.pierregm2009-03-241-4/+4
* Merged revisions 6718-6719 via svnmerge from David Cournapeau2009-03-241-0/+9
* Backport fixes to #1008 from trunk.Pauli Virtanen2009-03-232-31/+73
* Backport ufunc docstrings from trunk.Charles Harris2009-03-221-6/+29
* Update revision to beta 1.v1.3.0b1David Cournapeau2009-03-181-2/+2
* Remove long double test for repr round-trip.David Cournapeau2009-03-161-30/+29
* Fix exception message when the shape of a subarray is not a tuple.David Cournapeau2009-03-161-1/+1
* Use Py_ssize_t for PyDict_Next.David Cournapeau2009-03-161-1/+1
* Remove obsolete comments.David Cournapeau2009-03-161-4/+0
* Fix English.David Cournapeau2009-03-161-2/+2
* Add one nested compound dtype.David Cournapeau2009-03-161-1/+14
* BUG: hashing dtype failed for subarray which shape was an integer instead of ...David Cournapeau2009-03-162-12/+21
* Fix missing declaration for status code.David Cournapeau2009-03-161-0/+1
* Use python exception system instead of ad-hoc error code.David Cournapeau2009-03-161-17/+40
* Fix comment.David Cournapeau2009-03-161-1/+2
* Add some documentation and make function names consistent.David Cournapeau2009-03-161-30/+52
* Implement subarray walking for dtype hashing.David Cournapeau2009-03-161-1/+38
* Walking into fields to compute hash of compound types.David Cournapeau2009-03-161-1/+71
* Start implementing 'real' hashing protocol: works for builtin.David Cournapeau2009-03-161-1/+115
* Using separate compilation unit does not work for array API.David Cournapeau2009-03-164-13/+4
* Start implementing hashing protocol for type descrDavid Cournapeau2009-03-164-1/+32
* Add some unit tests for the hashing protocol of dtype (fail currently).David Cournapeau2009-03-161-0/+66
* Make logseries test deterministic.Charles Harris2009-03-141-3/+4
* Fix tickets #921 and #923. Add regression tests.Charles Harris2009-03-142-12/+34
* Give assert_ a default message of ''.Charles Harris2009-03-141-1/+1
* Add macros for ia64Charles Harris2009-03-142-46/+51
* Revert "Fix wrong formatting: Py_ssize_t vs npy_intp."David Cournapeau2009-03-131-1/+1