On Mon, Feb 28, 2011 at 11:31 PM, Ralf Gommers <[email protected]> wrote: > On Mon, Feb 28, 2011 at 10:36 PM, Bruce Southey <[email protected]> wrote: >> It would be great to do some 'housekeeping' and try to address some of >> the old tickets dealt with before numpy 2.0. For example, I think ticket >> 225 (bincount does not accept input of type > N.uint16) has been >> addressed but it needs to be checked from windows and 32-bit systems.
I checked #225, that's still not working. But yes, quite a few of the below tickets can be closed, some that are not applicable anymore, enhancement requests that obviously won't be implemented, numeric/numarray related ones (do we still actively support those modules?). Ralf >> Created 2006: >> #38 strides accepted as an argument to records.array >> #57 ufunc methods need improved BUFFER loop >> #213 SharedLibrary builder for numpy.distutils >> #225 bincount does not accept input of type > N.uint16 >> #236 reduceat cornercase >> #237 reduceat should handle outlier indices gracefully >> #244 Build fails with Intel Visual Fortran compiler >> #260 Add mechanism for registering objects to be deallocated and >> memory-to-be freed at Python exit >> #274 Speed up N-D Boolean indexing >> #301 power with negative argument returns 0 >> #333 Creating an array from a n-dim dtype type fails >> #338 Valgrind warning when calling scipy.interpolate.interp1d >> #349 Improve unit tests in linalg >> #354 Possible inconsistency in 0-dim and scalar empty array types >> #398 Compatibility loader for old Numeric pickles >> #400 C API access to fft for C scipy extension ? >> #402 newaxis incompatible with array indexing >> >> >> Numpy 1.0 >> #450 Make a.min() not copy data >> #417 Numpy 1.0.1 compilation fails on IRIX 6.5 >> #527 fortran linking flag option... >> #1176 deepcopy turns ndarry into string_ >> #1143 Improve performance of PyUFunc_Reduce >> #931 Records containing zero-length items pickle just fine, but >> cannot be unpickled >> #803 Assignment problem on matrix advanced selection >> >> Numpy 1.1 >> #1266 Extremely long runtimes in numpy.fft.fft >> #963 Object array comparisons eat exceptions >> #929 empty_like and zeros_like behave differently from ones_like >> #934 Documentation error in site.cfg.example >> >> Numpy 1.2 >> #1374 Ticket 628 not fixed for Solaris (polyfit uses 100% CPU and >> does not stop) >> #1209 Docstring for numpy.numarray.random_array.multinomial is out of >> date. >> #1192 integer dot product >> #1172 abs does not work with -maxint >> #1163 Incorrect conversion to Int64 by loadtxt (traced to _getconv in >> numpy.lib.io) >> #1161 Errors and/or wrong result with reverse slicing in numpy.delete >> #1094 masked array autotest fails with bus error >> #1085 Surprising results from in-place operations involving views >> #1071 loadtxt fails if the last column contains empty value >> >> >> >> _______________________________________________ >> NumPy-Discussion mailing list >> [email protected] >> http://mail.scipy.org/mailman/listinfo/numpy-discussion >> > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
