summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add root setupscons.py files, to start working on building numpy with numscons.David Cournapeau2008-01-062-0/+119
* Add scons_make_config function to numpy distutils Configuration.David Cournapeau2008-01-061-0/+6
* Use separate numscons package instead of internal local copyDavid Cournapeau2008-01-061-2/+9
* Add facilities to generate config file for future sconsified modules.David Cournapeau2008-01-061-0/+45
* add an option to change setup filenames to numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-1/+4
* Add the infrastructure to add SConstruct files inDavid Cournapeau2008-01-061-1/+45
* Add scons command to numpy distutils.David Cournapeau2008-01-062-1/+324
* Use a custom NumpyDistribution instead of distutils Distribution, to handleDavid Cournapeau2008-01-062-1/+34
* Merged revisions 4612-4617,4628-4631,4638 via svnmerge from David Cournapeau2008-01-066-35/+171
|\
| * Get MATHLIB from numpyconfig.h, not from config.h anymoreDavid Cournapeau2007-12-221-2/+2
| * Merged revisions 4612-4630 via svnmerge from David Cournapeau2007-12-222-3/+10
| |\
| * | Remove distutils test for C declaration from numpy.core, since it is put in d...David Cournapeau2007-12-221-19/+0
| * | Add a check_decl function to check for declarationDavid Cournapeau2007-12-221-0/+15
| * | Add code to test for a declaration in headerDavid Cournapeau2007-12-221-6/+25
| * | Fix escaping problem when generating numpyconfig.h on win32David Cournapeau2007-12-181-0/+2
| * | Add CHAR_BITS as a public symbol in numpyconfig headerDavid Cournapeau2007-12-181-0/+15
| * | separate config.h (private header) and numpyconfig.h (public header)David Cournapeau2007-12-183-1/+101
| * | Refactor the NPY_ALLOW_THREAD logic outside config.h generation, and put it i...David Cournapeau2007-12-181-4/+7
| * | Clean ndarrayobject.h headers: do not use SIZEOF_*, but NPY_SIZEOF...David Cournapeau2007-12-181-22/+23
* | | Fix regression in r4659; matlib.py should use from numpy import *cookedm2008-01-051-1/+2
* | | Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n...Travis Oliphant2008-01-022-4/+36
* | | Fix test_file under Windows.Stefan van der Walt2007-12-301-0/+1
* | | Workaround for TemporaryFile problem under Windows.Stefan van der Walt2007-12-301-1/+8
* | | Add description of get/seterrobj.Stefan van der Walt2007-12-301-0/+28
* | | Fix deprecate_with_doc and deprecate for builtin functions.Travis Oliphant2007-12-302-8/+16
* | | Add a Raises section to the docstring suggestions.Travis Oliphant2007-12-301-3/+7
* | | Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-307-7/+2153
|\ \ \
| * | | Merge changes to the trunk to this branch.Travis Oliphant2007-12-307-38/+397
| * | | Fix-up the .npz implementation.Travis Oliphant2007-12-301-7/+19
| * | | Added .npz file loading and saveing.Travis Oliphant2007-12-291-23/+122
| * | | Add disambiguation code to loadTravis Oliphant2007-12-281-19/+28
| * | | Improve some docstringsTravis Oliphant2007-12-282-11/+18
| * | | Improve packbits and unpackbits so that striding works correctly.Travis Oliphant2007-12-271-24/+26
| * | | Fix packbits and unpackbits for new io in numpy.Travis Oliphant2007-12-262-95/+189
| * | | * Warn potential users about format instability.Robert Kern2007-12-202-7/+167
| * | | Add PYSETERROR from scipy.io.numpyiomodule.c to resolve undefined symbol.chris.burns2007-12-171-0/+3
| * | | Fixes to packbits. Not done yet.Travis Oliphant2007-12-171-114/+66
| * | | Code establishing a simple format for .npy files.Robert Kern2007-12-163-1/+876
| * | | * Remove unimplemented functions from __all__.Robert Kern2007-12-162-17/+2
| * | | Clean up imports.Robert Kern2007-12-161-9/+11
| * | | Changes to io layer of NumPyTravis Oliphant2007-12-163-39/+245
| * | | Added docstrings to deprecate funcschris.burns2007-12-151-0/+20
| * | | Add deprecate with doc.Travis Oliphant2007-12-151-5/+20
| * | | Flesh out some infrastructure for what is going to be there in io.pyTravis Oliphant2007-12-151-4/+52
| * | | Start changes for numpy.lib to support deprecations in scipy.ioTravis Oliphant2007-12-154-1/+658
| * | | Create a branch for io work in NumPyTravis Oliphant2007-12-15541-232219/+10
* | | | Modify the setup routine to indicate that it is being run via a systemFernando Perez2007-12-302-4/+15
* | | | Add docstrings with examples for all functions, according to current standard.Fernando Perez2007-12-301-7/+359
* | | | Change remaining N's to np.Stefan van der Walt2007-12-292-196/+195
* | | | more janitorial workJarrod Millman2007-12-2914-159/+149