summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-2830-539/+852
|
* replaced apply() with direct function callJarrod Millman2007-11-261-4/+4
|
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
|
* Added min and max macros to Backward Compatibility fragmentswfspotz@sandia.gov2007-11-242-52/+88
|
* Added new fragment dependency to unsigned long fragmentwfspotz@sandia.gov2007-11-242-3/+4
|
* Added %fragment 'NumPy_Fragments' for conveniencewfspotz@sandia.gov2007-11-231-20/+28
|
* Changed #define to %#define so that they delay implementationwfspotz@sandia.gov2007-11-231-8/+8
|
* Fixed some typos in the commentswfspotz@sandia.gov2007-11-231-5/+8
|
* Changed numpy.i so that helper macros and helper functions are nowwfspotz@sandia.gov2007-11-232-345/+521
| | | | | | implemented as swig %fragments. This allows me to implement the backward compatibility macros without duplicating them.
* Fix randint for negative interval.Stefan van der Walt2007-11-233-4/+10
|
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-233-20/+22
| | | | Fix filenames in setup.py. Fix tests in Makefile.
* Updated documentation to include pyfragments.swg explanationwfspotz@sandia.gov2007-11-223-22/+136
|
* Added pyfragments.swg, which expands integer type-checking to accept numpy ↵wfspotz@sandia.gov2007-11-222-2/+225
| | | | array scalars
* removed split_quoted as per #619Jarrod Millman2007-11-211-58/+0
|
* Edited module docstring.Robert Cimrman2007-11-201-3/+5
|
* Added Eric Jones to the list of acknowledgementswfspotz@sandia.gov2007-11-204-9/+9
|
* ran reindent.py to cleanup whitespacesJarrod Millman2007-11-191-4/+4
|
* Fix indexing with array scalar. Closes #603.Stefan van der Walt2007-11-182-2/+7
|
* Fix indexing with booleans (patch by Achim Gaedke). Closes #614.Stefan van der Walt2007-11-182-0/+14
|
* Fix arange output byteorder. Closes ticket #616.Stefan van der Walt2007-11-182-1/+9
|
* Fix get_mathlib when path argument is NoneDavid Cournapeau2007-11-131-1/+1
|
* Fix up empty if statement probem.Travis Oliphant2007-11-091-3/+2
|
* Back out change made in r4380 which causes scipy.fftpack not to build correctly.Travis Oliphant2007-11-081-6/+1
|
* Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. longcookedm2007-11-081-1/+1
|
* This is the development code for the 1.0.5 releaseJarrod Millman2007-11-051-1/+1
|
* numpy.distutils.command.build_ext: append build C libraries as dependencies ofcookedm2007-11-031-1/+7
| | | | the extension, to force recompiling if they change. (It should really only force relinking, but adding that is tougher.)
* Refactor Pyrex source building into a separate method in build_src.pycookedm2007-11-031-25/+33
|
* Expand linspace docstring.cookedm2007-11-031-1/+29
|
* another typoJarrod Millman2007-10-291-1/+1
|
* typoJarrod Millman2007-10-291-1/+1
|
* cleaning up after reindent.pyJarrod Millman2007-10-291-18/+18
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-2938-143/+132
|
* typoJarrod Millman2007-10-291-1/+1
|
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-2919-200/+234
|
* Using the in operator to find substrings. It is shorter and easier to ↵Jarrod Millman2007-10-295-6/+6
| | | | understand.
* fixed typoJarrod Millman2007-10-291-1/+1
|
* added reference to another style guide checking scriptJarrod Millman2007-10-291-0/+1
|
* Fix memory leak in seterr exposed during str(a). Fixes #602Travis Oliphant2007-10-291-2/+3
|
* Fix ticket #599Travis Oliphant2007-10-261-1/+1
|
* Fix label problem on wide builds.Travis Oliphant2007-10-261-1/+5
|
* Add test for #600 fix.Travis Oliphant2007-10-261-0/+8
|
* Finish fixing ticket #600Travis Oliphant2007-10-261-3/+5
|
* Fix pickling of numpy.unicode_ objects on narrow builds of Python.Travis Oliphant2007-10-263-1/+36
|
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
|
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
|
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
|
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
|
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
|
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵Travis Oliphant2007-10-183-4/+19
| | | | libraries. Fix comment.
* Fix ticket #592: segfault with bitwise_or inplaceTravis Oliphant2007-10-172-2/+12
|