Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add setupscons.py for pure python packages | David Cournapeau | 2008-01-07 | 4 | -0/+169 |
| | |||||
* | numpy.random now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+90 |
| | |||||
* | 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 |
| | | | | | defined directly in numpy, for bootstrapping issues. | ||||
* | Add root setupscons.py files, to start working on building numpy with numscons. | David Cournapeau | 2008-01-06 | 2 | -0/+119 |
| | |||||
* | 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 |
| | | | | | numpy.distutils.Configuration. | ||||
* | 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 |
| | | | | | scons scripts. | ||||
* | Merged revisions 4612-4617,4628-4631,4638 via svnmerge from | David Cournapeau | 2008-01-06 | 6 | -35/+171 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/branches/cleanconfig_rtm ................ r4612 | cdavid | 2007-12-18 17:58:13 +0900 (Tue, 18 Dec 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4611" from http://svn.scipy.org/svn/numpy/trunk ................ r4613 | cdavid | 2007-12-18 18:26:38 +0900 (Tue, 18 Dec 2007) | 1 line Clean ndarrayobject.h headers: do not use SIZEOF_*, but NPY_SIZEOF... ................ r4614 | cdavid | 2007-12-18 18:33:11 +0900 (Tue, 18 Dec 2007) | 1 line Refactor the NPY_ALLOW_THREAD logic outside config.h generation, and put it inside numpy headers ................ r4615 | cdavid | 2007-12-18 18:46:34 +0900 (Tue, 18 Dec 2007) | 1 line separate config.h (private header) and numpyconfig.h (public header) ................ r4616 | cdavid | 2007-12-18 18:57:21 +0900 (Tue, 18 Dec 2007) | 2 lines Add CHAR_BITS as a public symbol in numpyconfig header ................ r4617 | cdavid | 2007-12-18 19:05:38 +0900 (Tue, 18 Dec 2007) | 1 line Fix escaping problem when generating numpyconfig.h on win32 ................ r4628 | cdavid | 2007-12-22 12:20:08 +0900 (Sat, 22 Dec 2007) | 1 line Add code to test for a declaration in header ................ r4629 | cdavid | 2007-12-22 14:52:38 +0900 (Sat, 22 Dec 2007) | 1 line Add a check_decl function to check for declaration ................ r4630 | cdavid | 2007-12-22 15:28:11 +0900 (Sat, 22 Dec 2007) | 1 line Remove distutils test for C declaration from numpy.core, since it is put in distutils now ................ r4631 | cdavid | 2007-12-22 15:58:15 +0900 (Sat, 22 Dec 2007) | 18 lines Merged revisions 4612-4630 via svnmerge from http://svn.scipy.org/svn/numpy/trunk ........ r4620 | cdavid | 2007-12-18 19:41:22 +0900 (Tue, 18 Dec 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4619" from http://svn.scipy.org/svn/numpy/branches/distutils_scons_command ........ r4624 | rc | 2007-12-20 19:30:45 +0900 (Thu, 20 Dec 2007) | 2 lines fixed setmember1d for string arrays ........ r4626 | stefan | 2007-12-21 18:00:24 +0900 (Fri, 21 Dec 2007) | 2 lines Add test for setdiff1d on character arrays. ........ ................ r4638 | cdavid | 2007-12-22 18:21:25 +0900 (Sat, 22 Dec 2007) | 1 line Get MATHLIB from numpyconfig.h, not from config.h anymore ................ | ||||
| * | 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 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r4620 | cdavid | 2007-12-18 19:41:22 +0900 (Tue, 18 Dec 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4619" from http://svn.scipy.org/svn/numpy/branches/distutils_scons_command ........ r4624 | rc | 2007-12-20 19:30:45 +0900 (Thu, 20 Dec 2007) | 2 lines fixed setmember1d for string arrays ........ r4626 | stefan | 2007-12-21 18:00:24 +0900 (Fri, 21 Dec 2007) | 2 lines Add test for setdiff1d on character arrays. ........ | ||||
| * | | Remove distutils test for C declaration from numpy.core, since it is put in ↵ | David Cournapeau | 2007-12-22 | 1 | -19/+0 |
| | | | | | | | | | | | | distutils now | ||||
| * | | 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 ↵ | David Cournapeau | 2007-12-18 | 1 | -4/+7 |
| | | | | | | | | | | | | inside numpy headers | ||||
| * | | 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 ↵ | Travis Oliphant | 2008-01-02 | 2 | -4/+36 |
| | | | | | | | | | | | | numpy.testing | ||||
* | | | 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 |
|\ \ \ | |||||
| * | | | Merge changes to the trunk to this branch. | Travis Oliphant | 2007-12-30 | 7 | -38/+397 |
| | | | | |||||
| * | | | Fix-up the .npz implementation. | Travis Oliphant | 2007-12-30 | 1 | -7/+19 |
| | | | | |||||
| * | | | Added .npz file loading and saveing. | Travis Oliphant | 2007-12-29 | 1 | -23/+122 |
| | | | | |||||
| * | | | Add disambiguation code to load | Travis Oliphant | 2007-12-28 | 1 | -19/+28 |
| | | | | |||||
| * | | | Improve some docstrings | Travis Oliphant | 2007-12-28 | 2 | -11/+18 |
| | | | | |||||
| * | | | Improve packbits and unpackbits so that striding works correctly. | Travis Oliphant | 2007-12-27 | 1 | -24/+26 |
| | | | | |||||
| * | | | Fix packbits and unpackbits for new io in numpy. | Travis Oliphant | 2007-12-26 | 2 | -95/+189 |
| | | | | |||||
| * | | | * Warn potential users about format instability. | Robert Kern | 2007-12-20 | 2 | -7/+167 |
| | | | | | | | | | | | | | | | | * Implement mmap capability. | ||||
| * | | | Add PYSETERROR from scipy.io.numpyiomodule.c to resolve undefined symbol. | chris.burns | 2007-12-17 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fixes to packbits. Not done yet. | Travis Oliphant | 2007-12-17 | 1 | -114/+66 |
| | | | |