log

age author description
Thu, 23 May 2013 14:45:21 +0100 Chris Cannam Add note for docs
Thu, 23 May 2013 14:39:40 +0100 Chris Cannam Add repeated
Thu, 23 May 2013 14:39:18 +0100 Chris Cannam Add vector plot type
Thu, 23 May 2013 14:38:57 +0100 Chris Cannam Simpler audiofile test with more slack
Thu, 23 May 2013 13:34:27 +0100 Chris Cannam Further tests and fixes
Thu, 23 May 2013 13:21:05 +0100 Chris Cannam Window fixes and tests
Thu, 23 May 2013 11:21:30 +0100 Chris Cannam transform/window -> signal/window
Thu, 23 May 2013 11:20:15 +0100 Chris Cannam Window functions: make symmetric/periodic an option
Wed, 22 May 2013 22:19:48 +0100 Chris Cannam Fix window functions. We need tests for these.
Wed, 22 May 2013 15:02:17 +0100 Chris Cannam Implement and test sparse resizedTo; some tidying
Wed, 22 May 2013 13:54:15 +0100 Chris Cannam Rename and reorder args of at and slice functions in matrix and vector for consistency with std module equivalents
Wed, 22 May 2013 09:22:10 +0100 Chris Cannam Make concat also return sparse when all its inputs are sparse
Wed, 22 May 2013 08:56:51 +0100 Chris Cannam Replace matrix thresholded with a more general filter function that works for sparse matrices too
Tue, 21 May 2013 22:37:28 +0100 Chris Cannam Make sum, difference, scaled and abs use sparse operations and return sparse matrices if all inputs are sparse
Tue, 21 May 2013 22:36:39 +0100 Chris Cannam Implement add, subtract, scaled, abs