summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove C99 test cases (merged from trunk).v1.2.0b2Stefan van der Walt2008-08-131-138/+0
* Update version number for 1.2.0b2chris.burns2008-08-131-2/+2
* Unique1d will now return unique as well as reverse indices. Fix order ofStefan van der Walt2008-08-132-12/+53
* Disable memmap test on windows because it crashes the testsuite. This has to ...David Cournapeau2008-08-131-31/+34
* Add Roberto de Almeida's Arrayterator.Stefan van der Walt2008-08-134-15/+206
* BUG: F distributions need the appropriate scale factor.Robert Kern2008-08-121-1/+2
* * masked_where : force a consistency check on the shapes of the inputspierregm2008-08-122-0/+16
* Correctly handle Fortran-contiguous arrays in SWIG wrappers.Stefan van der Walt2008-08-1211-27/+324
* More consistent nan-operations.Stefan van der Walt2008-08-122-20/+38
* Tweak error msg when python.h not compilable with scons.David Cournapeau2008-08-101-3/+5
* Depends on numscons >= 0.9.1.David Cournapeau2008-08-101-1/+1
* Fix ticket #674.Travis Oliphant2008-08-102-2/+14
* *Full recompile needed*: changed the name of hasobject structure member to f...Travis Oliphant2008-08-103-17/+18
* Give better error message when testing python.h fails.David Cournapeau2008-08-091-5/+9
* Improve error message when scons command fails.David Cournapeau2008-08-091-6/+8
* breaking API for medianJarrod Millman2008-08-081-12/+9
* ran reindentJarrod Millman2008-08-0850-248/+228
* Remove piece-by-piece docstring assembly; the full texts were inserted in the...Pauli Virtanen2008-08-081-79/+0
* Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c)Pauli Virtanen2008-08-072-761/+727
* * core : minor doc formattingpierregm2008-08-072-79/+81
* corepierregm2008-08-073-61/+151
* Fix ticket #877 along with other bugs not yet reported for data-types with ti...Travis Oliphant2008-08-064-5/+30
* * MaskedArray.__new__: prevents self._optinfo to be overwritten (it's defined...pierregm2008-08-061-2/+0
* Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR.David Cournapeau2008-08-062-0/+13
* * added cov and corrcoef to ma.extras for compatibilitypierregm2008-08-052-16/+207
* added comment in histogram warning.dhuard2008-08-051-0/+2
* Follow-up on changes to histogram semantics.dhuard2008-08-053-61/+87
* Merge from documentation editor.Stefan van der Walt2008-08-0546-6482/+16388
* Fix NPY_INTP_FMT when C99 format available (typo + forgot to include inttypes...David Cournapeau2008-08-051-1/+4
* Use C99 print formatting if available for NPY_INTP.David Cournapeau2008-08-054-1/+37
* * extras: fixed the definition of medianpierregm2008-08-041-11/+8
* corepierregm2008-08-042-0/+14
* Add test for #844 (inner product pb with atlas).David Cournapeau2008-08-041-0/+14
* core:pierregm2008-08-032-16/+37
* Fix method list sentinel in sortmodule.David Cournapeau2008-08-031-1/+1
* Fix buggy sentinel for blasdot docstring.David Cournapeau2008-08-031-1/+1
* Fix generated file location for inclusion in sdist target when building with ...David Cournapeau2008-08-031-6/+8
* Add function to get per package build directory when building with scons inDavid Cournapeau2008-08-031-0/+7
* Revert revision, 5596 commited by error.David Cournapeau2008-08-031-16/+0
* Use inttypes format if available for NPY_INTP.David Cournapeau2008-08-031-0/+16
* Handle MSI builds + python 2.3 for win32 build script.David Cournapeau2008-08-021-4/+23
* BUG: reverting mistaken checking.Robert Kern2008-08-011-13/+8
* BUG: Fix email addresses.Robert Kern2008-08-012-10/+15
* Handle python version in prepare_bootstrap script.David Cournapeau2008-08-011-1/+1
* Add doc to osxbuild script.chris.burns2008-07-311-0/+2
* Defer tempfile import to improve startup time.Stefan van der Walt2008-07-311-1/+1
* Cosmetic changes.David Cournapeau2008-07-311-3/+5
* Handle inplace generation of __config__.David Cournapeau2008-07-311-2/+15
* Pass current package name and scons command instance to post hook.David Cournapeau2008-07-311-1/+1
* Change API for pre/post hooks: they should be able to take arbitrary arguments.David Cournapeau2008-07-312-2/+3