summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for the inline keywork in numscons build.David Cournapeau2009-03-132-2/+8
* Add inline keyword check.David Cournapeau2009-03-131-1/+28
* Use setup_common for scons build.David Cournapeau2009-03-131-22/+11
* Put func name -> conf string convertion in setup_common.David Cournapeau2009-03-132-3/+3
* Put math funcs to test in separate file to share with numscons build.David Cournapeau2009-03-132-26/+37
* Back out VS 2003 hack - it is too fragile.David Cournapeau2009-03-122-11/+1
* Fix wrong formatting: Py_ssize_t vs npy_intp.David Cournapeau2009-03-121-1/+1
* Skip graciously when ctypes is not available.David Cournapeau2009-03-121-0/+8
* Make the gfortran/vs2003 hack source file known to distutils.David Cournapeau2009-03-121-0/+1
* numpy.ma doc updatepierregm2009-03-111-5/+3