summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Updated g95 version pattern.Pearu Peterson2006-05-311-1/+4
|
* Improve compatibility with Numeric character arrays.Travis Oliphant2006-05-311-1/+29
|
* Add constants for backwards compatibilityTravis Oliphant2006-05-311-0/+4
|
* Added scalarmath tests.Travis Oliphant2006-05-301-0/+65
|
* Add Macro for PyArray_DECREF_ERR to improve recovery on an error condition ↵Travis Oliphant2006-05-302-1/+10
| | | | for arrays with the UPDATEIFCOPY flag set.
* Add _scan for BOOL, BYTE, and UBYTE.Travis Oliphant2006-05-281-12/+43
|
* Fixed new fortran reader and parser bugs.Pearu Peterson2006-05-264-68/+144
|
* Factor simple subscripting out into separate functions. Can't really do it ↵Travis Oliphant2006-05-261-74/+81
| | | | first because of Boolean arrays and list-treated as integer arrays.
* Cont. impl. fortran parser, added do and ifthen blocks.Pearu Peterson2006-05-255-49/+241
|
* Add row_stack as alias to vstack to complement column_stack.Travis Oliphant2006-05-251-1/+3
|
* Apply Stephan's recommendation to fix issue #129 with line directives on ↵Travis Oliphant2006-05-251-1/+2
| | | | mingw32 build
* Impl. simple fortran parser.Pearu Peterson2006-05-243-10/+231
|
* Removed win32all dependence from numpy/testing/utils.pyPearu Peterson2006-05-241-9/+11
|
* Add inline f2py directive support to new fortran reader.Pearu Peterson2006-05-241-7/+16
|
* Impl. new and improved fortran file reader (remembers line numbers, ↵Pearu Peterson2006-05-244-0/+762
| | | | comments, gracefully reports errors and warnings etc.).
* Fix reduceat reference count bug.Travis Oliphant2006-05-221-1/+0
|
* Fixed bug in scalar casting..Travis Oliphant2006-05-211-1/+1
|
* Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs.cookedm2006-05-201-23/+30
| | | | Also corrects some problems with buffer sizes
* label g95 as the G95 Fortran Compiler, not GNU Fortran 95cookedm2006-05-201-1/+1
|
* Fix problem causing segfault in ticket #126Travis Oliphant2006-05-191-2/+2
|
* Intialize the has_binomial field of the mtrand state.cookedm2006-05-192-0/+3
|
* Fix unitialized error for 0d arrays. Tickt #124Travis Oliphant2006-05-191-1/+3
|
* Simplify argwhere (maybe prematurely added), and fix memory leak in #125Travis Oliphant2006-05-192-11/+7
|
* Add feature: read f77 compiler flags from source. Added a section for extra ↵Pearu Peterson2006-05-192-1/+63
| | | | features in numpy.distutils.
* Add comment.Pearu Peterson2006-05-191-0/+3
|
* Set NUMERIX env variable in get_info('numerix')Pearu Peterson2006-05-181-0/+1
|
* Added transpose tip to where() docstring; cleaned up lexsort docstringedschofield2006-05-181-12/+18
|
* Better docstring for the nonzero method.edschofield2006-05-181-2/+10
|
* Update head revision to 0.9.9Travis Oliphant2006-05-181-1/+1
|
* Rename fromflat to unravel_index. Add argwhere function. Change where ↵Travis Oliphant2006-05-173-9/+23
| | | | docstring to reflect truth.
* Change from C++ commentsTravis Oliphant2006-05-172-7/+7
|
* Fix memory leak in PyArray_Round that probably caused error in ticket #110Travis Oliphant2006-05-171-10/+12
|
* Remove memory leak from scalarmath in ticket #123Travis Oliphant2006-05-171-1/+4
|
* Add test for multidimensional argmax.Travis Oliphant2006-05-171-0/+12
|
* Fix argmax and argmin problems for multi-dimensional arrays. Closes ticket #119Travis Oliphant2006-05-171-2/+20
|
* Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk>cookedm2006-05-171-1/+1
|
* Better handling of string representation of longfloat and clongfloat arrays.cookedm2006-05-173-7/+51
|
* Fix #120: array.transpose() too lenient with its arguments.cookedm2006-05-172-5/+23
| | | | | | Change PyArray_Transpose() to either take a NULL argument, or a valid permutation of the axes (has to be the same length as the number of axes, and no repeats).
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
|
* Imperfect fix to longfloat arrays printing with inf (#112); use '%s' as the ↵cookedm2006-05-171-12/+18
| | | | format.
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-172-1/+3
|
* #118: linspace should always return floatscookedm2006-05-162-1/+6
| | | | Patch from stefan; fix special case which could return an array of one int.
* Initialize a potentially uninitialized variable in scalarmathmodulecookedm2006-05-161-2/+4
|
* Use sasha's patch to add #line to generated files (#85).cookedm2006-05-161-7/+14
| | | | Already helped with some compiler warnings, so I'm liking it.
* Better a.transpose() docstring (fixes #121)cookedm2006-05-161-1/+20
|
* Use a hack to get numpy to install with easy_install (#81)cookedm2006-05-161-0/+9
| | | | | I couldn't find any other way; see the comments in the code or my discussion at #81 for why this is necessary.
* Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes.Travis Oliphant2006-05-162-5/+3
|
* Warning messages from numpy.distutils.misc_util.Configuration are printed in ↵cookedm2006-05-151-3/+3
| | | | blue
* Fix defect #115Travis Oliphant2006-05-142-4/+6
|
* Fix defect #111Travis Oliphant2006-05-131-1/+23
|