summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
* one more tryJarrod Millman2007-09-2315-0/+1858
|
* backing out the last thing i didJarrod Millman2007-09-2315-1858/+0
|
* get the example workingJarrod Millman2007-09-2317-13/+1881
|
* fixing link error: fixed. Removing debug messages and added a warning ↵Pearu Peterson2007-09-233-3/+17
| | | | message on the situation that triggered this issue: numpy.distutils must always be imported before distutils.
* fixing link error: wrong gen_lib_options is being used, may be it is a ↵Pearu Peterson2007-09-231-1/+3
| | | | import problem.
* more doc workJarrod Millman2007-09-231-0/+11
|
* fixing link error: added debug message, 3.Pearu Peterson2007-09-231-0/+2
|
* more documentationJarrod Millman2007-09-231-4/+4
|
* typoJarrod Millman2007-09-231-1/+1
|
* more doc workJarrod Millman2007-09-231-62/+59
|
* fixing link error: added debug message, 2.Pearu Peterson2007-09-231-1/+1
|
* fixing link error: added debug messagePearu Peterson2007-09-231-0/+1
|
* fix missing string importPearu Peterson2007-09-231-1/+1
|
* docsJarrod Millman2007-09-231-1/+1
|
* docsJarrod Millman2007-09-231-0/+1
|
* cont. documentationJarrod Millman2007-09-232-0/+3
|
* more documentationJarrod Millman2007-09-232-4/+20
|
* documentationJarrod Millman2007-09-231-3/+4
|
* more documentationJarrod Millman2007-09-231-18/+18
|
* more documentationJarrod Millman2007-09-231-13/+24
|
* more documentation workJarrod Millman2007-09-231-38/+71
|
* updating file extension to .txtJarrod Millman2007-09-231-0/+0
|
* documentationJarrod Millman2007-09-232-171/+181
|
* backport the usage of get_build_architecture to pyhton <=2.4Pearu Peterson2007-09-221-5/+18
|
* A little refactoring of memmapTravis Oliphant2007-09-211-8/+9
|
* Raise an error if you try to close a memory-map that you don't own.Travis Oliphant2007-09-211-1/+7
|
* Fix memmap passing on it's mmap attribute to views but not closing the file ↵Travis Oliphant2007-09-211-6/+4
| | | | unless it owns the memmap
* Add a fix for ticket #582 by adding a framework for clearing the floating ↵Travis Oliphant2007-09-212-4/+14
| | | | point exception registers for extension modules compiled with different compilers.
* Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2007-09-212-2/+18
|
* Fix places where RENEW is called so that if reallocation fails, cleanup is ↵Travis Oliphant2007-09-211-11/+28
| | | | done gracefully.
* Fix missing import.Travis Oliphant2007-09-211-1/+1
|
* Fix ticket #546: invalid argmax for non-native arrays.Travis Oliphant2007-09-212-5/+13
|
* Update documentation for `where`.Stefan van der Walt2007-09-201-8/+20
|
* Add test -- dimensions for rot90.Stefan van der Walt2007-09-201-0/+3
|
* Add regression test for ticket #572.Stefan van der Walt2007-09-201-0/+3
|
* Get rid of print statement.Travis Oliphant2007-09-201-1/+0
|
* Fix problem with msvc_on_amd64 not working prior to Python 2.5Travis Oliphant2007-09-201-1/+4
|
* Fix so that rot90 only works on first two axes.Travis Oliphant2007-09-201-2/+2
|
* Fix ticket #572: memory leak in _insert for 0-d input.Travis Oliphant2007-09-201-0/+1
|
* Make HOWTO_DOCUMENT a python file. This may fix attempts to post the output ofCharles Harris2007-09-161-0/+0
| | | | epydoc.
* More documentation.Charles Harris2007-09-161-139/+176
|
* Put type in {}.Charles Harris2007-09-161-6/+7
|
* More documentation.Charles Harris2007-09-141-28/+217
|
* Reorganized swig directory with subdirectories for documentation and testingwfspotz@sandia.gov2007-09-1324-78/+139
|
* Changed freearg typemaps to use brackets to avoid 'ambiguous else' warning ↵wfspotz@sandia.gov2007-09-131-9/+18
| | | | under C
* Fixed C++ code to be C-compliantwfspotz@sandia.gov2007-09-131-4/+4
|
* Updated date on documentationwfspotz@sandia.gov2007-09-133-4/+4
|
* Added proper exception handling to dot examplewfspotz@sandia.gov2007-09-133-4/+33
|
* Do more documentation formating.Charles Harris2007-09-131-445/+723
| | | | | Rename some variables for consistency.
* Add support for universal GCC Fortran compilers on OS X (#571)cookedm2007-09-101-0/+45
|