- 1b425c5 Rename fromflat to unravel_index. Add argwhere function. Change where docstring to reflect truth. by Travis Oliphant ยท 20 years ago
- 0f8a564 Fix memory leak in PyArray_Round that probably caused error in ticket #110 by Travis Oliphant ยท 20 years ago
- 6fcac57 Remove memory leak from scalarmath in ticket #123 by Travis Oliphant ยท 20 years ago
- 0eadb36 Add test for multidimensional argmax. by Travis Oliphant ยท 20 years ago
- cdaebaa Fix argmax and argmin problems for multi-dimensional arrays. Closes ticket #119 by Travis Oliphant ยท 20 years ago
- c3f83e9 Better handling of string representation of longfloat and clongfloat arrays. by cookedm ยท 20 years ago
- 2733a07 Fix #120: array.transpose() too lenient with its arguments. by cookedm ยท 20 years ago
- 6cf0da7 Imperfect fix to longfloat arrays printing with inf (#112); use '%s' as the format. by cookedm ยท 20 years ago
- 38c83ab Initialize a potentially uninitialized variable in scalarmathmodule by cookedm ยท 20 years ago
- 2e18a06 Better a.transpose() docstring (fixes #121) by cookedm ยท 20 years ago
- b6f1d9f Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes. by Travis Oliphant ยท 20 years ago
- 88698f4 Fix defect #115 by Travis Oliphant ยท 20 years ago
- 1f5827c Fix defect #111 by Travis Oliphant ยท 20 years ago
- 834d4dd Fix up warnings. by Travis Oliphant ยท 20 years ago
- 7cd1911 Fix crash for zero-size arrays. by Travis Oliphant ยท 20 years ago
- 916b29a Fix crash for zero-size arrays. by Travis Oliphant ยท 20 years ago
- 650e266 Fix ticket #109 by Travis Oliphant ยท 20 years ago
- e8afda1 Finish adding scalarmath and import it. Mixed-types are handled with ufuncs still. by Travis Oliphant ยท 20 years ago
- 0823dec Apply patch for ticket #83 to make matrices return scalars on axis=None reductions. by Travis Oliphant ยท 20 years ago
- ac244d2 Fix ticket #106 by Travis Oliphant ยท 20 years ago
- 67eeb36 Fix ticket #104 by Travis Oliphant ยท 20 years ago
- 8ff1ade Fix byte-swapping problem for ticket #105 by Travis Oliphant ยท 20 years ago
- 249e8aa Fix ticket #102 and a few other 1-field descriptions. by Travis Oliphant ยท 20 years ago
- 6d3dd20 Added matrix method test from ticket #84 by Travis Oliphant ยท 20 years ago
- d874c8b Fix field method to always return fields. Fixes ticket #101 by Travis Oliphant ยท 20 years ago
- 8fa6275 Fix-up optimized dot when strides is not a multiple of the element size. by Travis Oliphant ยท 20 years ago
- a504789 Fix field-comparisons for EquivTypes. Fixes ticket #94 by Travis Oliphant ยท 20 years ago
- f700848 Fix type-error oddity in defect #92 by Travis Oliphant ยท 20 years ago
- 865200d Fix for ticket #86 by Travis Oliphant ยท 20 years ago
- 8cc0a08 Fix Issue #93 by Travis Oliphant ยท 20 years ago
- a14d6fe Fix-up swapping error in iter_subscript. by Travis Oliphant ยท 20 years ago
- 0198361 Moved the declaration of retstatus above the variable assignments in the #if/else block to make the syntax C like instead of C++. This is a slight modification to revision 2472. by chanley ยท 20 years ago
- 29bdfcd Removing bool scalar nb_add and nb_multiply functions as they appear to give incorrect behavior and break clip. by Robert Kern ยท 20 years ago
- b280889 fix compile problem (patch by Ted Horst) by abaecker ยท 20 years ago
- 4533018 Fix array('mystr','c') so it works as in NumPy by Travis Oliphant ยท 20 years ago
- 356e93e Add PyArray_CHAR as an alias to PyArray_STRING with element size of 1 by Travis Oliphant ยท 20 years ago
- b3bf228 Fix absolute which does not contain the needed functions... by Travis Oliphant ยท 20 years ago
- f6a6d8f Implement int, float, long, oct, hex by Travis Oliphant ยท 20 years ago
- f399dfc Fix up usage of platform-specific functions. by Travis Oliphant ยท 20 years ago
- 40cc08d Fix type of _PyArrayScalar_BoolValues by Travis Oliphant ยท 20 years ago
- da478e7 Fix-up size check for 64-bit by Travis Oliphant ยท 20 years ago
- 42f652d Fix so correct return value happens in get_functions by Travis Oliphant ยท 20 years ago
- 37b1778 Finish up scalarmath. Needs testing... by Travis Oliphant ยท 20 years ago
- 638ed06 Implement divmod by Travis Oliphant ยท 20 years ago
- ed4b92a Fix true_divide for integers. by Travis Oliphant ยท 20 years ago
- 6172e53 Add ctype_true_divide, ctype_divide, and ctype_floor_divide for integers. by Travis Oliphant ยท 20 years ago
- 1640c11 implemented @name@_ctype_(l,r)shift by sasha ยท 20 years ago
- 1dc253c implemented (float,double,longdouble)_ctype_remainder by sasha ยท 20 years ago
- 18d4b43 Fix typo by Travis Oliphant ยท 20 years ago
- a974a06 Fix typo by Travis Oliphant ยท 20 years ago
- 81588c8 Perhaps floor functions should be present by Travis Oliphant ยท 20 years ago
- b317509 Add multiply and floor_divide by Travis Oliphant ยท 20 years ago
- 46abd33 implemented (float, double, longdouble)_ctype_power in scalarmath by sasha ยท 20 years ago
- a129ce4 implemented @name@_ctype_(positive,negative) in scalarmath by sasha ยท 20 years ago
- 77dfa41 implemented @name@_ctype_absolute in scalarmath by sasha ยท 20 years ago
- f37d7f1 Fixed up nonzero --- it doesn't need a ctype implementation anymore... by Travis Oliphant ยท 20 years ago
- 66e926b implemented @name@_ctype_nonzero in scalarmath by sasha ยท 20 years ago
- c10618c Fix nonzero and go back to using Generic scalar handler on failure in main scalar routine. by Travis Oliphant ยท 20 years ago
- 3caa584 implemented @name@_ctype_invert in scalarmath by sasha ยท 20 years ago
- 808ea6e Fix typo and warning. by Travis Oliphant ยท 20 years ago
- f452b59 Add EnsureAnyArray as a function instead of a macro by Travis Oliphant ยท 20 years ago
- de1b419 Bump up version number. Fix methods on matrices to preserve order. Add more scalar math (it now compiles). Add a missing API. by Travis Oliphant ยท 20 years ago
- 6d4a9d0 Fix typo. by Travis Oliphant ยท 20 years ago
- 17a7675 Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of overflow checking on multiplication. by Travis Oliphant ยท 20 years ago
- d526919 Better uninitialized variable fix in array_richcompare by cookedm ยท 20 years ago
- 24893ed Remove print stmt. by Pearu Peterson ยท 20 years ago
- 7413032 Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob. by Pearu Peterson ยท 20 years ago
- 0feed10 Fix warning about a potentially uninitialized variable by cookedm ยท 20 years ago
- 1871d95 Better concatenate docstring by cookedm ยท 20 years ago
- 39e6217 Add new C-API function in middle. Bump C-API version number. by Travis Oliphant ยท 20 years ago
- b61fc74 More additions to scalarmath by Travis Oliphant ยท 20 years ago
- 1516b86 Some asthetic macro changes. by Travis Oliphant ยท 20 years ago
- 7e7f383 Fix reference-count problem in Macro form of EquivTypenums and update numpy.i to use EquivTypenums. by Travis Oliphant ยท 20 years ago
- aabd8a7 Add a few scalar-macros. by Travis Oliphant ยท 20 years ago
- b93564d More scalar math implemented. Cosmetic changes to arrayobject.c by Travis Oliphant ยท 20 years ago
- d81315e Fix problem actually in PyArray_Scalar for wide builds. by Travis Oliphant ยท 20 years ago
- 879bc24 Fix memory leak on error. by Travis Oliphant ยท 20 years ago
- 34624ff Fix UNICODE copyswap code. by Travis Oliphant ยท 20 years ago
- b139fd5 Fixed error in _strided_copy macro. Fix access error. Make PyArray_ToScalar a macro. by Travis Oliphant ยท 20 years ago
- 4fce8c0 Fix Unicode swapping problem. by Travis Oliphant ยท 20 years ago
- 1a0525b Clean-up strided_byte_copy code and expose a new API call for getting broadcasting behavior and ufunc-like iterators over the longest axis. by Travis Oliphant ยท 20 years ago
- 6e1856e Update copyswap functions to take array as argument in preparation for improved functionality of VOID_copyswap and possibly faster code for aligned data. by Travis Oliphant ยท 20 years ago
- 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson ยท 20 years ago
- 628087d Change svn:eol-style to native by Travis Oliphant ยท 20 years ago
- 448bb44 Fix so USE_USE_DEFAULTS code works in multi-threaded case. Speed up 1-d array indexing by an integer. by Travis Oliphant ยท 20 years ago
- 4694331 Fix PyArray_FromAny so it returns error if UPDATEIFCOPY is set for nonarray input. by Travis Oliphant ยท 20 years ago
- 1753b62 Missing error return added. Fixes Sourceforge bug. by Travis Oliphant ยท 20 years ago
- 73bff2a Tweaks to Travis's recent addition of thread local semantics to setting of errors. Most important is that I disabled the optimization in the "default" case since it appeared broken when there were multiple threads and it didn't seem to have a significant performance impact. Added comments on how to fix it if that turns out to be desirable. by Tim Hochberg ยท 20 years ago
- 4a4caf0 Improve docstring for complex scalars. by Tim Hochberg ยท 20 years ago
- 014ca86 Possible fix for #72. by Robert Kern ยท 20 years ago
- 11273d2 When selecting from string arrays, remove NULL bytes from string scalar. Fix string comparisons so NULL bytes are not compared inappropriately. by Travis Oliphant ยท 20 years ago
- e7da22e Fix bugs in recent check-in by Travis Oliphant ยท 20 years ago
- 5964bd7 Add special-purpose code for copying aligned data. by Travis Oliphant ยท 20 years ago
- 959e147 Speed up copying code a bit for well-behaved cases. by Travis Oliphant ยท 20 years ago
- 07e5091 Implement a reset-on-delete object for save error modes. by Travis Oliphant ยท 20 years ago
- e273a1a Change ...errlist to ...errobj by Travis Oliphant ยท 20 years ago
- ae43872 Changed error look-up to use per-thread global variable. by Travis Oliphant ยท 20 years ago
- 6890d56 Check fwrite of separator to ensure it was written. Fixes ticket #68 by Travis Oliphant ยท 20 years ago
- c523fea Expand sqrt docstring. Fixes #66. by Robert Kern ยท 20 years ago
- 6c736d2 Fix valgrind-discovered errors for 0-dim and 0-sized arrays. Fixes tickets #60,#61,#62,#63,#64,#65 by Travis Oliphant ยท 20 years ago