- 9da998f Remove dependency on win32pdh by Travis Oliphant ยท 20 years ago v0.9.8
- 4a514e0 Fix versioning for release. by Travis Oliphant ยท 20 years ago
- 1b425c5 Rename fromflat to unravel_index. Add argwhere function. Change where docstring to reflect truth. by Travis Oliphant ยท 20 years ago
- a27f468 Change from C++ comments 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
- 8cfbbe1 Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk> by cookedm ยท 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
- 887e22a #107: Directory name build/srcipts-pythonversion needs platform information 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
- b686a42 Fix for linspace (#118) was incomplete; good now. by cookedm ยท 20 years ago
- a144516 #118: linspace should always return floats by cookedm ยท 20 years ago
- 38c83ab Initialize a potentially uninitialized variable in scalarmathmodule by cookedm ยท 20 years ago
- 7b4dcf8 Use sasha's patch to add #line to generated files (#85). by cookedm ยท 20 years ago
- 2e18a06 Better a.transpose() docstring (fixes #121) by cookedm ยท 20 years ago
- a0ff0db Use a hack to get numpy to install with easy_install (#81) 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
- 57acda4 Warning messages from numpy.distutils.misc_util.Configuration are printed in blue by cookedm ยท 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
- 4a0b997 Add missing Py_INCREF to fix ticket #95 by Travis Oliphant ยท 20 years ago
- 56dc16d resolve ticket #89 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
- 9098bf3 get_info returns deep copy of a dictionary, fixes bugs when one modifies info dictionary objects. by Pearu Peterson ยท 20 years ago
- 1418439 Added numerix info class to choose between different array backends using env variable NUMERIX. by Pearu Peterson ยท 20 years ago
- aa00fd2 Fixed doctest usage 2.4-ism. by Pearu Peterson ยท 20 years ago
- 30581a5 fix: `emath` instead of `nmath` by abaecker ยท 20 years ago
- b280889 fix compile problem (patch by Ted Horst) by abaecker ยท 20 years ago
- 087ef6d numpy.lib.scimath --> numpy.emath by Travis Oliphant ยท 20 years ago
- f544e77 Add math module to numpy namespace so numpy.math works same as Numeric.math. Change numpy.math to numpy.nmath by Travis Oliphant ยท 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
- 20cd015 Fixed prune file pattern - subdirectories were exluded by this bug for add_data_dir. by Pearu Peterson ยท 20 years ago
- 1615d53 Impl. NumpyTest.testall method that looks for test methods more agrressively than NumpyTest.test by Pearu Peterson ยท 20 years ago
- fe20769 Fix #90. by Robert Kern ยท 20 years ago
- 7a10bcd Made only/skip f2py options active when using -h option. by Pearu Peterson ยท 20 years ago
- ab51391 Changed rundocs to closely follow procedure outlined in the docs for imp.load_module. This fixed a bizzare error where tests would run fine the first time through, but would fail the second time through when loading from a pyc file. by Tim Hochberg ยท 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
- c7737e6 Fix indentation error. by Travis Oliphant ยท 20 years ago
- 91548d0 Add improved checking for number of arguments to support more functions by Travis Oliphant ยท 20 years ago
- 92e59de Fix missing error check. by Travis Oliphant ยท 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
- 3f682ff Added NumpyTestCase.rundocs method to support running doc-tests via unittest machinery - needed for running tests via testoob. by Pearu Peterson ยท 20 years ago
- 7413032 Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob. by Pearu Peterson ยท 20 years ago
- b01cd88 Added importall function that recursively imports modules. Convinient for detecting any import problems. by Pearu Peterson ยท 20 years ago
- f6c56c1 Try harder to get swig module name when in package. 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
- 6a72022 Slightly different fix to vectorize. by Travis Oliphant ยท 20 years ago