summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: update version_match for recent version of ifort for IA-64 (#1145).David Cournapeau2009-06-201-1/+1
* Merge from doc wikiPauli Virtanen2009-06-1924-575/+1845
* Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arraysPauli Virtanen2009-06-193-3/+17
* Add neighborhood iterator.David Cournapeau2009-06-196-0/+305
* Refactor init/dealloc code for iterator object.David Cournapeau2009-06-191-19/+40
* Fix typo in definition of Euler constant.David Cournapeau2009-06-171-1/+1
* Add Euler constant to npy_math.David Cournapeau2009-06-171-0/+3
* Fixed #1096: make logaddexp handle infs properlyPauli Virtanen2009-06-162-3/+47
* Fix installation of numarray headers on Windows.Stefan van der Walt2009-06-091-1/+1
* BUG#1134: Fix handling of depends arg when not given in add_library.David Cournapeau2009-06-092-2/+6
* Added setmember1d_nu to arraysetops.Robert Cimrman2009-06-082-19/+89
* Make sure to always call build_src before build_clib.David Cournapeau2009-06-071-2/+4
* Move comment for PyArray_New at the right location.David Cournapeau2009-06-071-17/+17
* Move copy_and_swap into common module.David Cournapeau2009-06-074-30/+30
* Move more basic functions out of ctors into common module.David Cournapeau2009-06-075-57/+57
* Move one more function from ctor to common.David Cournapeau2009-06-074-38/+39
* Replace string exception "multiarray.error" exposed by multiarray moduleCharles Harris2009-06-062-8/+12
* Reindent and cleanup whitespace.Charles Harris2009-06-031-2316/+2314
* Replace ValueError by TypeError in appropriate places.Charles Harris2009-06-031-2/+2
* Remove unused reference to MultiArrayError.Charles Harris2009-06-032-9/+3
* Fix small reference count bug.Charles Harris2009-06-031-1/+3
* Remove string exceptions.Charles Harris2009-06-031-45/+65
* Regenerate mtrand.cPauli Virtanen2009-06-021-2/+2
* Fix errors in examples in docstringsPauli Virtanen2009-06-022-2/+2
* Add PyArray_Acorrelate functionDavid Cournapeau2009-06-024-27/+281
* Initial style cleanup of _compiled_base.cCharles Harris2009-06-021-381/+462
* Fix ticket #1122, out of place declaration.Charles Harris2009-06-011-1/+2
* lib._iotools : pierregm2009-05-283-17/+73
* loadtxt: allow shaped dtypes.Stefan van der Walt2009-05-272-1/+13
* Test fromfile when file is empty.Charles Harris2009-05-231-1/+13
* Flatten descr_subscript function.Charles Harris2009-05-231-41/+42
* Add test for ticket #1106.Charles Harris2009-05-231-1/+8
* Fix ticket #1106.Charles Harris2009-05-231-4/+6
* Fix ticket #1115. I'll add some tests later.Charles Harris2009-05-231-2/+2
* mtrand: regenerate mtrand.cPauli Virtanen2009-05-211-4546/+2456
* docstring: fix bug in blackman docstringPauli Virtanen2009-05-211-1/+1
* Docstring fixes: make some examples to work properlyPauli Virtanen2009-05-202-22/+32
* Remove obsolete comment.David Cournapeau2009-05-201-15/+0
* Move some declarations from arrayobject.h to the module which actually define...David Cournapeau2009-05-204-10/+10
* Remove unnecessary includes.David Cournapeau2009-05-201-3/+0
* Bug: fix #1111, forgot to consider PPC64 architecture in endian definition.David Cournapeau2009-05-201-1/+1
* Change test conditions to avoid test for equality with floats.Travis Oliphant2009-05-191-2/+2
* Comment spot where exception string is inserted in the dictionary.Charles Harris2009-05-161-0/+1
* Fix ticket #1109.Charles Harris2009-05-162-6/+2
* * getdata : prevent unnecessary copies (thx to Eric Firing)pierregm2009-05-132-113/+156
* Fix error message when API incompatibily is detected.David Cournapeau2009-05-131-1/+1
* Add the ABI/API version in numpyconfig header for scons build.David Cournapeau2009-05-132-0/+7
* Check C-API version in scons build as well.David Cournapeau2009-05-132-2/+11
* Improve error messages when ABI or API mismatch is detected.David Cournapeau2009-05-131-2/+2
* Make error message for ABI mismatch clearer at import time.David Cournapeau2009-05-131-1/+1