log

age author description
Mon, 12 May 2014 11:29:50 +0100 Chris Cannam Need abs diff
Mon, 12 May 2014 11:24:47 +0100 Chris Cannam Test that all convolution methods produce the same output for a longer stream
Mon, 12 May 2014 11:24:24 +0100 Chris Cannam Provide yetidir
Sun, 11 May 2014 16:02:43 +0100 Chris Cannam Some failing resampler tests, matching those currently in qm-dsp
Thu, 01 May 2014 11:36:14 +0100 Chris Cannam Add sweeps and time-varying sinusoids
Wed, 30 Apr 2014 13:32:14 +0100 Chris Cannam Fixes to vector sizing in resampler
Wed, 30 Apr 2014 10:35:13 +0100 Chris Cannam Better error reporting
Sat, 05 Apr 2014 16:02:24 +0100 Chris Cannam Merge
Mon, 03 Mar 2014 17:03:32 +0000 Chris Cannam Comment
Mon, 03 Mar 2014 17:02:06 +0000 Chris Cannam Comment
Tue, 01 Apr 2014 10:35:45 +0100 Chris Cannam Sorted, median, quantiles
Mon, 31 Mar 2014 14:40:47 +0100 Chris Cannam Print (some of) the stack trace when catching exception from test
Mon, 31 Mar 2014 14:31:56 +0100 Chris Cannam Make vector arithmetic functions throw if args are of differing lengths -- definitely makes for a higher probability of getting correct code. Also matches the matrix code, which expects args to be of the same size
Mon, 31 Mar 2014 10:28:42 +0100 Chris Cannam Merge
Mon, 31 Mar 2014 10:16:02 +0100 Chris Cannam Start on captions
Fri, 28 Mar 2014 13:16:12 +0000 Chris Cannam Work on minValue, maxValue, total
Tue, 25 Mar 2014 10:32:01 +0000 Chris Cannam tiledTo
Mon, 24 Mar 2014 12:14:38 +0000 Chris Cannam entryWiseProduct, another one that should have taken a list
Mon, 24 Mar 2014 11:50:05 +0000 Chris Cannam Make matrix sum also take a list (and add vector random)
Mon, 24 Mar 2014 11:23:28 +0000 Chris Cannam Add repeatedHorizontal/Vertical
Mon, 24 Mar 2014 09:59:27 +0000 Chris Cannam Make vector multiply take a list of vectors, not just two (in symmetry with add); slightly simplify implementations so as to return the arg unmodified if there is only one
Fri, 21 Mar 2014 17:32:48 +0000 Chris Cannam Entry-wise divide
Fri, 21 Mar 2014 16:38:03 +0000 Chris Cannam Abandon ivector, it's less clean and it wasn't any faster
Fri, 21 Mar 2014 16:37:28 +0000 Chris Cannam Proper implementation of entryWiseProduct
Fri, 21 Mar 2014 16:22:31 +0000 Chris Cannam Provisionally add ivector, use in sparse matrices
Fri, 21 Mar 2014 10:33:04 +0000 Chris Cannam Short-circuit resampling if the stream rate is already correct
Thu, 20 Mar 2014 16:14:09 +0000 Chris Cannam Row-major matrices for framer functions
Thu, 20 Mar 2014 11:02:09 +0000 Chris Cannam Build fix
Tue, 18 Mar 2014 15:00:27 +0000 Chris Cannam Move pulseTrain to impulseTrain in waves and make it properly bandlimited (how to test?)
Mon, 17 Mar 2014 15:56:15 +0000 Chris Cannam Update to use jzy3d v0.9.1 and JOGL v2.1.5
Mon, 17 Mar 2014 15:21:48 +0000 Chris Cannam Add json function
Mon, 17 Mar 2014 11:09:53 +0000 Chris Cannam Tidy
Mon, 17 Mar 2014 11:09:46 +0000 Chris Cannam Finally fix the tests for reconstruction of unpadded overlapping frames
Fri, 14 Mar 2014 16:27:14 +0000 Chris Cannam Remove comment (we did that)
Wed, 05 Mar 2014 10:13:38 +0000 Chris Cannam More formatting
Tue, 04 Mar 2014 16:46:56 +0000 Chris Cannam Formatting
Mon, 03 Mar 2014 09:20:18 +0000 Chris Cannam Add eprint, notes on formatting
Fri, 14 Feb 2014 11:54:45 +0000 Chris Cannam Add complex matrix format and print
Thu, 13 Feb 2014 18:27:00 +0000 Chris Cannam Pull up may.test and move it into the main jar (it isn't a test file, it's a module for writing test files)
Mon, 09 Dec 2013 10:40:15 +0000 Chris Cannam Subrepo state (Yertle)
Thu, 21 Nov 2013 08:49:27 +0000 Chris Cannam Restore this
Wed, 20 Nov 2013 21:29:03 +0000 Chris Cannam Simplify duplicated again a bit (making it a little quicker)
Wed, 20 Nov 2013 19:18:02 +0000 Chris Cannam Build tests into separate jar; add (non-working) coverage target
Wed, 20 Nov 2013 19:17:28 +0000 Chris Cannam Fix some compile errors due to changed apis
Wed, 20 Nov 2013 18:05:08 +0000 Chris Cannam Add complex newMatrix (with explicit size)
Wed, 20 Nov 2013 17:53:57 +0000 Chris Cannam Merge from branch sized_matrix
Wed, 20 Nov 2013 17:53:45 +0000 Chris Cannam Simplify checkDimensions and sum of dimensions into a single function sized_matrix
Wed, 20 Nov 2013 17:44:13 +0000 Chris Cannam Use mat.fromLists for a couple of things sized_matrix
Wed, 20 Nov 2013 17:03:20 +0000 Chris Cannam Overhaul sparse construction as well sized_matrix
Wed, 20 Nov 2013 16:39:36 +0000 Chris Cannam Use new matrix construction api sized_matrix
Wed, 20 Nov 2013 16:27:40 +0000 Chris Cannam Use mat.mapRows sized_matrix
Wed, 20 Nov 2013 14:53:56 +0000 Chris Cannam transform -> map sized_matrix
Wed, 20 Nov 2013 14:53:38 +0000 Chris Cannam Introduce new newMatrix function; rename transformRows/Columns to mapRows/Columns sized_matrix
Wed, 20 Nov 2013 14:49:47 +0000 Chris Cannam Reorder newSparseMatrix args to match other now size-first construction functions sized_matrix
Wed, 20 Nov 2013 14:43:14 +0000 Chris Cannam Matrix construction fixes sized_matrix
Wed, 20 Nov 2013 14:43:04 +0000 Chris Cannam Return error code when tests fail sized_matrix
Wed, 20 Nov 2013 14:25:32 +0000 Chris Cannam Toward overhauling matrix construction api as well sized_matrix
Wed, 20 Nov 2013 14:00:57 +0000 Chris Cannam One more test sized_matrix
Wed, 20 Nov 2013 13:57:32 +0000 Chris Cannam Store size alongside matrix data, so we can now distinguish between different matrix sizes in which one dimension is zero sized_matrix
Wed, 20 Nov 2013 12:17:21 +0000 Chris Cannam More framer fixes and tests (still stuff to be done here) redo_framer