- f25e158 Update release for tag. by Travis Oliphant · 19 years ago v1.0rc2
- ecbabb3 Speed up concatenate and choose when sequence is an array. by Travis Oliphant · 19 years ago
- 9c9f739 Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same as kron(ones(s,b.dtype), b) by Travis Oliphant · 19 years ago
- b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
- 416f306 numpy.distutils: fixed bug. by Pearu Peterson · 19 years ago
- 45e9246 numpy.distutils: use language flag or source file extension to select default f77 or f90 compiler. by Pearu Peterson · 19 years ago
- cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
- fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago
- dbe29f4 Kron is now N-dimensional, so remove rank check. by Stefan van der Walt · 19 years ago
- 0d127c8 Add test for insert. by Stefan van der Walt · 19 years ago
- a09fa7d Close ticket #328. by Stefan van der Walt · 19 years ago
- 8d93420 F2PY G3: clean up. by Pearu Peterson · 19 years ago
- 90d11ae F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. by Pearu Peterson · 19 years ago
- 79f992d Added NPY_<CLS><BITS>_FMT macros. by Pearu Peterson · 19 years ago
- e518185 Fix kron to be N-dimensional. by Travis Oliphant · 19 years ago
- ba6b099 Fix typo in tile. by Stefan van der Walt · 19 years ago
- c75bd2d Add tests for tile and fix error. by Travis Oliphant · 19 years ago
- 1ff0cd9 Add tile to numpy and move repmat to matlib.py by Travis Oliphant · 19 years ago
- 831feb7 Get rid of unused variables. by Travis Oliphant · 19 years ago
- 54fc7a4 Add test for ticket #325. by Stefan van der Walt · 19 years ago
- 1e339d7 Fix last OBJECT function to handle NULLS. by Travis Oliphant · 19 years ago
- ce24459 Test for ticket #327. by Stefan van der Walt · 19 years ago
- fe0b9ed Fix ticket #325 by Travis Oliphant · 19 years ago
- 505a95a Fix ticket #327. by Stefan van der Walt · 19 years ago
- d79e367 Add test for ticket #302. by Stefan van der Walt · 19 years ago
- 1ce64f7 Add test for ticket #324. by Stefan van der Walt · 19 years ago
- a2e090a Fix ticket #324: not returning minimum array. by Travis Oliphant · 19 years ago
- 1c88a77 Add tests for tickets #312, #322, for polynomial roots and for setting by Stefan van der Walt · 19 years ago
- 2c40600 F2PY G3: fixed bugs, started adding features. by Pearu Peterson · 19 years ago
- 30cdb16 Re-work flat index setting to handle integer case better for objects arrays. by Travis Oliphant · 19 years ago
- ee3d027 Fix ticket #323 --- problem with roots all zeros and all zero coefficients. by Travis Oliphant · 19 years ago
- be91788 Fix ticket #322 by Travis Oliphant · 19 years ago
- 310966e Fix ticket #320 by Travis Oliphant · 19 years ago
- d8459ee Fix ticket #319. There may still be a problem in casting from one data-type with nested fields to another. by Travis Oliphant · 19 years ago
- 22f16b3 Bug fix for DATA statement with components containing subexpressions. by Pearu Peterson · 19 years ago
- f0bfc44 F2PY G3: added basic support for wrapping Fortran subprograms, scalar input only. by Pearu Peterson · 19 years ago
- 73eef3a Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macros by Pearu Peterson · 19 years ago
- d6abf85 Speed up broadcasting ufuncs by making sure the loop axis is the one with the smallest strides. by Travis Oliphant · 19 years ago
- 97390cc Fixed typos. by Pearu Peterson · 19 years ago
- d0899e7 Use .view in-place of astype in rec.array when new dtype is given. by Travis Oliphant · 19 years ago
- 99fab64 Fix #317 typo. by Travis Oliphant · 19 years ago
- c6aa52d F2PY G3: started subprogram support addition. by Pearu Peterson · 19 years ago
- 3a6607f Fix so that rec.array copies by default. by Travis Oliphant · 19 years ago
- 31016a0 Fix issue #313. Also make sure shape attribute of dtype object always returns a tuple. by Travis Oliphant · 19 years ago
- c76a2c4 Fix up __array_interface__ getting and depth discovery for scalars. by Travis Oliphant · 19 years ago
- c620acd F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module containing derived type with scalar components. by Pearu Peterson · 19 years ago
- ac93e95 Fix typo. by Travis Oliphant · 19 years ago
- c7e811c Allow lists to work with rec.array using fromrecords.py. But, tuples are the standard for records as the ndarray only allows tuples to be used for records. by Travis Oliphant · 19 years ago
- 6cef646 Convert to arrays earlier. by Travis Oliphant · 19 years ago
- e1a62e0 experiment with iterator speed up. by Travis Oliphant · 19 years ago
- 0934daa Use sb.array to handle the array interface. by Travis Oliphant · 19 years ago
- 5c876be Fix bugs: uncaught error, way record data-types print, asbuffer function fixed. by Travis Oliphant · 19 years ago
- d0791f7 Fix ticket #308 by sending more than just ndarray to fromarray. Also, allow conversion of array-interfacing object to recarray. Also add the asbuffer function to multiarray (but don't expose it) which allows creating buffer objects from memory locations. User must be sure the object holding the memory is not deallocated before the new buffer. by Travis Oliphant · 19 years ago
- d03ee64 Fix #302 by being careful about situations where the index method is defined but the object is a sequence. by Travis Oliphant · 19 years ago
- 022b06b F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs. by Pearu Peterson · 19 years ago
- 58c4378 Add .dylib as a valid OS X shared library extension. by Robert Kern · 19 years ago
- bd4a480 F2PY G3: fixed bugs, added float and complex scalars support. by Pearu Peterson · 19 years ago
- c3c53e6 F2PY G3: Moved Fortran parser related code to subpackage parser. by Pearu Peterson · 19 years ago
- 6c52e6f Fix setting unicode/string arrays with 0-d arrays of type unicode and/or string. by Travis Oliphant · 19 years ago
- 87a1a60 F2PY G3: wrapping nested derived types. by Pearu Peterson · 19 years ago
- 186a475 Only use the LongLong conversion if negative conversion worked. by Travis Oliphant · 19 years ago
- aedd3d9 Allow -1 to be used on uint32 and uint64 by Travis Oliphant · 19 years ago
- b821b5c Create PyArray_HasArrayInterface macro to simplify getting an array from the array interface. by Travis Oliphant · 19 years ago
- c9eba74 Change unique1d's argument name from retindx to return_index. by Stefan van der Walt · 19 years ago
- 5a490d0 Add test for ticket #298. by Stefan van der Walt · 19 years ago
- feb91f4 Update lexsort documentation a bit to give a hint as to how to use the keys to implement primary and secondary sorting by Travis Oliphant · 19 years ago
- 1b5e91c Fix merge argsort for strings. Code was not indexing correctly into the array of strings. Add object-detection so future addition of an object MERGE sort doesn't cause lexsort and threading to die. by Travis Oliphant · 19 years ago
- a40b05b For the MKL library, define the macro SCIPY_MKL_H by cookedm · 19 years ago
- 0698cb7 Python 2.5 fixes: replace int with Py_ssize_t where appropiate by cookedm · 19 years ago
- f9409c5 Fix documentation of fft sub-package to eliminate references to refft. by Travis Oliphant · 19 years ago
- 7906451 Fix the fromfunction routine to use float as default. Update oldnumeric and numarray compatibility modules. by Travis Oliphant · 19 years ago
- 483ce06 Don't copy arrays inside ix_ by Travis Oliphant · 19 years ago
- 38124a0 Fix printing of arrays with records so that nested arrays print as lists instead of using array syntax by Travis Oliphant · 19 years ago
- 74b68e3 Add quotes to printing strings. by Travis Oliphant · 19 years ago
- 92d3aaf Fix setting string and unicode arrays so that non-string sequences are not allowed. by Travis Oliphant · 19 years ago
- 9cfb0c6 Fix so that 'i4' and 'int32' are allways inserted into sctypeDict together. by Travis Oliphant · 19 years ago
- 306f126 Allow scalars to be constructed with default values of 0. by Travis Oliphant · 19 years ago
- 61fbe0e Sort only once in median. by Stefan van der Walt · 19 years ago
- aaaa7af Draft documentation for ndpointer. by Stefan van der Walt · 19 years ago
- c7eb199 Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes can be identified. by Travis Oliphant · 19 years ago
- 25b594e Fix back repr of arrays to not have quote unless flexible. by Travis Oliphant · 19 years ago
- 46bd2a3 Fix doctests for new dtype by Travis Oliphant · 19 years ago
- d0d5a92 Fix ticket #289 plus improve the way array data-types print and arrays represent themselves. by Travis Oliphant · 19 years ago
- 61838cf Fix Ticket #288 by Travis Oliphant · 19 years ago
- 6d9195d Fix for #291 by Travis Oliphant · 19 years ago
- 65f0d8a Add test for default axis in method and functions. by Travis Oliphant · 19 years ago
- dff8d9e Fix the Python2.5-compatibility macros so that conflicts with other libraries are avoided. by Travis Oliphant · 19 years ago
- 12467b6 Fix .take() default-axis argument bug. by Travis Oliphant · 19 years ago
- 310b6d0 Switch order of .put arguments to match the function call. Eliminate .putmask as a method and make it only a function. by Travis Oliphant · 19 years ago
- 9894006 Refer to "length of a" instead of "a" in fftpack docstrings. by Stefan van der Walt · 19 years ago
- 5453138 Fix docstring for delete. by Stefan van der Walt · 19 years ago
- 4c856fa Add Object-type to maximum and minimum ufuncs. by Travis Oliphant · 19 years ago
- b07ee45 Small changes of searchsorted error messages. by Charles Harris · 19 years ago
- d0b67d8 Make a PyArray_SearchsideConverter for the side keyword in searchsorted. by Charles Harris · 19 years ago
- 3e47b24 Fix problem with alter_code1.py by Travis Oliphant · 19 years ago
- b1d84f9 Next numpy release should be 1.0 by Travis Oliphant · 19 years ago
- b630525 Up version number on trunk. by Travis Oliphant · 19 years ago
- 7a8ebd2 Remove sorted from unique1d. Add testall to test if level > 10. Remove compiler warning. by Travis Oliphant · 19 years ago
- 289b1c6 Only alter data-type of integer and bool types on reduce-like functions for 'add' and 'multiply' by Travis Oliphant · 19 years ago
- 1f4b858 Remove dft from build. by Travis Oliphant · 19 years ago