| Commit message (Expand) | Author | Age | Files | Lines |
* | numpy.fft builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+28 |
* | Re-enable write_info, since the related bug in numscons has been fixed | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
* | Fix missing import from numscons | David Cournapeau | 2008-01-07 | 1 | -0/+1 |
* | More work on building numpy.core with scons (still does not work) | David Cournapeau | 2008-01-06 | 3 | -6/+32 |
* | Import get_configres* functions from numscons | David Cournapeau | 2008-01-06 | 1 | -0/+1 |
* | Add function add_configres for numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -0/+4 |
* | Adding scons scripts + support for numpy.core (do not work yet) | David Cournapeau | 2008-01-06 | 3 | -0/+564 |
* | Make code_generators a package to import its functions | David Cournapeau | 2008-01-06 | 1 | -0/+0 |
* | Modify ufunc api generator to be compatible with scons builder | David Cournapeau | 2008-01-06 | 1 | -11/+20 |
* | Modify array api generator to be compatible with scons builder | David Cournapeau | 2008-01-06 | 1 | -15/+20 |
* | Define various scons related functions to call numscons instead of being | David Cournapeau | 2008-01-06 | 1 | -3/+6 |
* | Add root setupscons.py files, to start working on building numpy with numscons. | David Cournapeau | 2008-01-06 | 1 | -0/+22 |
* | Add scons_make_config function to numpy distutils Configuration. | David Cournapeau | 2008-01-06 | 1 | -0/+6 |
* | Use separate numscons package instead of internal local copy | David Cournapeau | 2008-01-06 | 1 | -2/+9 |
* | Add facilities to generate config file for future sconsified modules. | David Cournapeau | 2008-01-06 | 1 | -0/+45 |
* | add an option to change setup filenames to numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -1/+4 |
* | Add the infrastructure to add SConstruct files in | David Cournapeau | 2008-01-06 | 1 | -1/+45 |
* | Add scons command to numpy distutils. | David Cournapeau | 2008-01-06 | 2 | -1/+324 |
* | Use a custom NumpyDistribution instead of distutils Distribution, to handle | David Cournapeau | 2008-01-06 | 2 | -1/+34 |
* | Merged revisions 4612-4617,4628-4631,4638 via svnmerge from | David Cournapeau | 2008-01-06 | 6 | -35/+171 |
|\ |
|
| * | Get MATHLIB from numpyconfig.h, not from config.h anymore | David Cournapeau | 2007-12-22 | 1 | -2/+2 |
| * | Merged revisions 4612-4630 via svnmerge from | David Cournapeau | 2007-12-22 | 2 | -3/+10 |
| |\ |
|
| * | | Remove distutils test for C declaration from numpy.core, since it is put in d... | David Cournapeau | 2007-12-22 | 1 | -19/+0 |
| * | | Add a check_decl function to check for declaration | David Cournapeau | 2007-12-22 | 1 | -0/+15 |
| * | | Add code to test for a declaration in header | David Cournapeau | 2007-12-22 | 1 | -6/+25 |
| * | | Fix escaping problem when generating numpyconfig.h on win32 | David Cournapeau | 2007-12-18 | 1 | -0/+2 |
| * | | Add CHAR_BITS as a public symbol in numpyconfig header | David Cournapeau | 2007-12-18 | 1 | -0/+15 |
| * | | separate config.h (private header) and numpyconfig.h (public header) | David Cournapeau | 2007-12-18 | 3 | -1/+101 |
| * | | Refactor the NPY_ALLOW_THREAD logic outside config.h generation, and put it i... | David Cournapeau | 2007-12-18 | 1 | -4/+7 |
| * | | Clean ndarrayobject.h headers: do not use SIZEOF_*, but NPY_SIZEOF... | David Cournapeau | 2007-12-18 | 1 | -22/+23 |
* | | | Fix regression in r4659; matlib.py should use from numpy import * | cookedm | 2008-01-05 | 1 | -1/+2 |
* | | | Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n... | Travis Oliphant | 2008-01-02 | 2 | -4/+36 |
* | | | Fix test_file under Windows. | Stefan van der Walt | 2007-12-30 | 1 | -0/+1 |
* | | | Workaround for TemporaryFile problem under Windows. | Stefan van der Walt | 2007-12-30 | 1 | -1/+8 |
* | | | Add description of get/seterrobj. | Stefan van der Walt | 2007-12-30 | 1 | -0/+28 |
* | | | Fix deprecate_with_doc and deprecate for builtin functions. | Travis Oliphant | 2007-12-30 | 2 | -8/+16 |
* | | | Add a Raises section to the docstring suggestions. | Travis Oliphant | 2007-12-30 | 1 | -3/+7 |
* | | | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 7 | -7/+2153 |
|\ \ \ |
|
| * | | | Create a branch for io work in NumPy | Travis Oliphant | 2007-12-15 | 526 | -239549/+0 |
* | | | | Modify the setup routine to indicate that it is being run via a system | Fernando Perez | 2007-12-30 | 1 | -4/+8 |
* | | | | Add docstrings with examples for all functions, according to current standard. | Fernando Perez | 2007-12-30 | 1 | -7/+359 |
* | | | | Change remaining N's to np. | Stefan van der Walt | 2007-12-29 | 2 | -196/+195 |
* | | | | more janitorial work | Jarrod Millman | 2007-12-29 | 14 | -159/+149 |
* | | | | braino | Jarrod Millman | 2007-12-29 | 1 | -4/+6 |
* | | | | typo | Jarrod Millman | 2007-12-29 | 1 | -1/+1 |
* | | | | more docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 1 | -12/+30 |
* | | | | typo | Jarrod Millman | 2007-12-29 | 1 | -1/+1 |
* | | | | janitorial work | Jarrod Millman | 2007-12-29 | 6 | -175/+180 |
* | | | | docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 2 | -267/+502 |
* | | | | Improve docstrings | Travis Oliphant | 2007-12-28 | 6 | -427/+544 |