Changes between Version 59 and Version 60 of SciPySprintOhSeven

Show
Ignore:
Timestamp:
11/04/08 03:42:03 (5 years ago)
Author:
cdavid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SciPySprintOhSeven

    v59 v60  
    108108 * Revamp FFT: done (all backends but fftpack removed) 
    109109 * #244 fixed 
     110 * #725: ARPACK now works correctly on Mac OS X 
     111 * #331: lfilter segfaults. Added some unit tests, and basically rewrote from scratch the lfilter implementation using array iterator instead of custom iteration which broke on some corner cases (the whole sigtoolsmodule.c would benefit from a major cleaning).