summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport reduceat bug-fix to 1.1 series.maintenance/1.1.xTravis Oliphant2009-05-101-2/+2
* Add Error checking on titles fix to 1.1.x branchTravis Oliphant2009-02-251-0/+1
* Patch 1.1.x branch with fix to void getitem when field-names have titles.Travis Oliphant2009-02-252-2/+12
* Backported default include dir for Fedora/Red Hat (see scipy ticket 817) (r62...Jarrod Millman2009-01-011-1/+2
* Fix error in subclasses of NumPy arrays with object data types.Travis Oliphant2008-10-022-6/+20
* Fix test failure (closes #821).Stefan van der Walt2008-09-151-1/+6
* Backport fcompiler debug fix from trunk (5689).David Cournapeau2008-09-131-1/+1
* Backport bugfix for #908 made on mainline in r5797.Stefan van der Walt2008-09-092-1/+7
* Backport fix to #698.David Cournapeau2008-08-232-1/+42
* Fix .update() problem for 2.3. Fixes #821Travis Oliphant2008-08-231-19/+17
* Backport develop mode support for scons build.David Cournapeau2008-08-203-3/+12
|\
| * Run scons command in build_ext instead of build.David Cournapeau2008-08-202-3/+5
| * Add a setupsconsegg.py file to build with scons and setuptools.David Cournapeau2008-08-201-0/+7
| * Update fenv.h for cygwin: all asm calls should be tagged as volatile.David Cournapeau2008-08-201-3/+3
| * Add a note on scimath.sqrt for the definition of square root as the principal...David Cournapeau2008-08-201-0/+16
| * Add note telling users to add new functions to the end of the list.Charles Harris2008-08-191-1/+4
| * Move generalised ufunc functionality to the gen_ufuncs branch.Stefan van der Walt2008-08-155-510/+14
| * Re-factor code to remove dependency of numpy.core on numpy.lib by moving issu...Travis Oliphant2008-08-153-44/+46
| * Split generated docstring literals for compilers which cannot handle long str...David Cournapeau2008-08-151-0/+4
| * Fix warnings in ufunc code [patch by Wenjie Fu].Stefan van der Walt2008-08-141-3/+3
| * Whitespace cleanup. Move definition of variable to beginning of function.Stefan van der Walt2008-08-141-10/+11
| * Give credit for the generalised ufunc infrastructure.Stefan van der Walt2008-08-141-0/+1
| * Move declaration to appease some compilers [patch by Hans-Andreas Engel].Stefan van der Walt2008-08-141-32/+38
| * Do not setup any compiler in scons command if noscons scripts are used.David Cournapeau2008-08-141-53/+58
| * Bump NPY_VERSION for ufunc patch.Stefan van der Walt2008-08-141-1/+1
| * Framework for generalised ufuncs [patch by Wenjie Fu and Hans-Andreas Engel].Stefan van der Walt2008-08-143-13/+501
| * Add install_and_test script for osxbuild. Update README.chris.burns2008-08-142-3/+78
| * Remove C99 test cases; they are not guaranteed to succeed on all plaftorms, s...Pauli Virtanen2008-08-131-138/+0
| * Do not special-case for mingw32: compiler detection takes care of that now.David Cournapeau2008-08-131-2/+0
| * Fix typo in build script for win32.David Cournapeau2008-08-131-1/+1
| * 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