summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Add setupscons.py for pure python packagesDavid Cournapeau2008-01-074-0/+169
|
* numpy.random now builds with sconsDavid Cournapeau2008-01-072-0/+90
|
* numpy.fft builds with sconsDavid Cournapeau2008-01-072-0/+28
|
* Re-enable write_info, since the related bug in numscons has been fixedDavid Cournapeau2008-01-071-1/+1
|
* Fix missing import from numsconsDavid Cournapeau2008-01-071-0/+1
|
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-063-6/+32
|
* Import get_configres* functions from numsconsDavid Cournapeau2008-01-061-0/+1
|
* Add function add_configres for numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-0/+4
|
* Adding scons scripts + support for numpy.core (do not work yet)David Cournapeau2008-01-063-0/+564
|
* Make code_generators a package to import its functionsDavid Cournapeau2008-01-061-0/+0
|
* Modify ufunc api generator to be compatible with scons builderDavid Cournapeau2008-01-061-11/+20
|
* Modify array api generator to be compatible with scons builderDavid Cournapeau2008-01-061-15/+20
|
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6
| | | | | defined directly in numpy, for bootstrapping issues.
* Add root setupscons.py files, to start working on building numpy with numscons.David Cournapeau2008-01-061-0/+22
|
* 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
| | | | | numpy.distutils.Configuration.
* 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
| | | | | scons scripts.
* Merged revisions 4612-4617,4628-4631,4638 via svnmerge from David Cournapeau2008-01-066-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 anymoreDavid Cournapeau2007-12-221-2/+2
| |
| * Merged revisions 4612-4630 via svnmerge from David Cournapeau2007-12-222-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 Cournapeau2007-12-221-19/+0
| | | | | | | | | | | | distutils now
| * | 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 ↵David Cournapeau2007-12-181-4/+7
| | | | | | | | | | | | inside numpy headers
| * | 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 ↵Travis Oliphant2008-01-022-4/+36
| | | | | | | | | | | | numpy.testing
* | | 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
|\ \ \
| * | | Create a branch for io work in NumPyTravis Oliphant2007-12-15526-239549/+0
| | | |
* | | | Modify the setup routine to indicate that it is being run via a systemFernando Perez2007-12-301-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global. This allows the main __init__ to detect the setup and avoid attempting to load things that aren't built yet. This is hackish, but the previously used method would fail if there was an existing system-wide numpy already installed, for example (which users might have no control over). There were frequent reports of problems with the previous method: - http://projects.scipy.org/pipermail/scipy-user/2007-November/014511.html - Tickets #561 and #565
* | | | Add docstrings with examples for all functions, according to current standard.Fernando Perez2007-12-301-7/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have nose installed, the examples can be used as doctests with: nosetests --with-doctest numpy.lib.scimath
* | | | Change remaining N's to np.Stefan van der Walt2007-12-292-196/+195
| | | |
* | | | more janitorial workJarrod Millman2007-12-2914-159/+149
| | | |
* | | | brainoJarrod Millman2007-12-291-4/+6
| | | |
* | | | typoJarrod Millman2007-12-291-1/+1
| | | |
* | | | more docstring improvements from Pauli VirtanenJarrod Millman2007-12-291-12/+30
| | | |
* | | | typoJarrod Millman2007-12-291-1/+1
| | | |
* | | | janitorial workJarrod Millman2007-12-296-175/+180
| | | |