Fri, 21 Apr 2017 14:33:57 +0100 |
Chris Cannam |
Docs
tracks tip
|
Fri, 21 Apr 2017 14:22:42 +0100 |
Chris Cannam |
Restore backward compatibility for last change: return vector as well as tracks
tracks
|
Fri, 21 Apr 2017 13:09:41 +0100 |
Chris Cannam |
Add tracks output shape
tracks
|
Wed, 09 Nov 2016 13:15:59 +0000 |
Chris Cannam |
Update for v4 test plugin
default
|
Tue, 08 Nov 2016 11:41:09 +0000 |
Chris Cannam |
Python 3: make error message note that initialise args must be ints; fix erroneous float arg
|
Tue, 08 Nov 2016 11:40:39 +0000 |
Chris Cannam |
Update paths to (default commented-out) Python 3 dirs
|
Tue, 08 Nov 2016 09:34:01 +0000 |
Chris Cannam |
This should strictly be a generator expression (thanks Lucas), though it doesn't make a real difference here
|
Tue, 21 Jul 2015 17:20:49 +0100 |
Chris Cannam |
Add get_parameters_of at module level
|
Wed, 08 Jul 2015 15:02:53 +0100 |
Chris Cannam |
Docs
|
Wed, 08 Jul 2015 13:32:14 +0100 |
Chris Cannam |
Tests for process with step & block size params
|
Wed, 08 Jul 2015 12:47:07 +0100 |
Chris Cannam |
Version will be 1.1.0 (new api addition: step size, block size, process timestamp method)
|
Wed, 08 Jul 2015 12:46:04 +0100 |
Chris Cannam |
Support step size, block size, process timestamp method kwargs
|
Wed, 08 Jul 2015 11:37:06 +0100 |
Chris Cannam |
Add support for process timestamp method to low-level api
|
Wed, 08 Jul 2015 11:36:42 +0100 |
Chris Cannam |
Further param and kwarg tests
|
Mon, 29 Jun 2015 11:03:19 +0100 |
Chris Cannam |
Added tag v1.0.2 for changeset a92a13bc50ab
|
Mon, 29 Jun 2015 11:03:16 +0100 |
Chris Cannam |
Version
v1.0.2
|
Mon, 29 Jun 2015 11:02:08 +0100 |
Chris Cannam |
Added tag v1.0.2 for changeset 1f23d18883a1
|
Mon, 29 Jun 2015 11:01:51 +0100 |
Chris Cannam |
Numerous corrections to management of reference counts -- fixing memory leaks, and fixing crash on exit with Py3
|
Wed, 24 Jun 2015 17:32:44 +0100 |
Chris Cannam |
Minor doc tweak
|
Wed, 24 Jun 2015 16:30:22 +0100 |
Chris Cannam |
Another minor doc update
|
Wed, 24 Jun 2015 16:16:22 +0100 |
Chris Cannam |
Added tag v1.0.1 for changeset d241b83af53b
|
Wed, 24 Jun 2015 16:16:19 +0100 |
Chris Cannam |
Bump version
v1.0.1
|
Wed, 24 Jun 2015 16:14:32 +0100 |
Chris Cannam |
Doc update, & make the plugin key args be called plugin_key rather than just key
|
Wed, 24 Jun 2015 15:11:58 +0100 |
Chris Cannam |
Added tag v1.0.0 for changeset a61eefb83881
|
Wed, 24 Jun 2015 15:09:47 +0100 |
Chris Cannam |
OS/X build fix
v1.0.0
|
Wed, 24 Jun 2015 14:49:07 +0100 |
Chris Cannam |
Doc update
|
Wed, 24 Jun 2015 14:34:48 +0100 |
Chris Cannam |
Fix versions, description, classifiers
|
Wed, 24 Jun 2015 14:11:19 +0100 |
Chris Cannam |
Add RealTime tests, simplify allocations & a couple of fixes
|
Wed, 24 Jun 2015 10:50:13 +0100 |
Chris Cannam |
Build updates
|
Tue, 23 Jun 2015 10:48:52 +0100 |
Chris Cannam |
Make sure M_PI is defined when using VC++
|
Tue, 23 Jun 2015 10:43:08 +0100 |
Chris Cannam |
Add NumPy include path to setup; remove PyAPI stuff from non-PyAPI calls
|
Mon, 22 Jun 2015 16:31:44 +0100 |
Chris Cannam |
Add setup.py and Vamp SDK subrepo
|
Wed, 17 Jun 2015 18:35:37 +0100 |
Chris Cannam |
Dependencies for tests
|
Wed, 17 Jun 2015 15:31:42 +0100 |
Chris Cannam |
Merge
|
Wed, 17 Jun 2015 15:31:16 +0100 |
Chris Cannam |
Docs, make collect() return a dict so it can be more easily tested for shape, and rationalise some function naming etc
|
Wed, 17 Jun 2015 13:27:57 +0100 |
Chris Cannam |
Fixes for OS/X build
|
Wed, 17 Jun 2015 13:03:37 +0100 |
Chris Cannam |
Commented-out debug
|
Wed, 17 Jun 2015 12:43:18 +0100 |
Chris Cannam |
Remove debug out
|
Wed, 17 Jun 2015 12:43:01 +0100 |
Chris Cannam |
Fix RealTime compare (& thus the tests, for Py2 anyway)
|
Wed, 17 Jun 2015 12:35:41 +0100 |
Chris Cannam |
Update to Python 3. Currently crashes during tests (and also, two tests are now failing, even with Py2).
|
Wed, 17 Jun 2015 11:04:15 +0100 |
Chris Cannam |
Update tests
|
Wed, 17 Jun 2015 10:50:42 +0100 |
Chris Cannam |
Back out rev 0a2f2e7803ea (naming: PyPluginObject members snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
|
Wed, 17 Jun 2015 10:48:03 +0100 |
Chris Cannam |
Back out rev fbd084b81ece (naming: plugin output and parameter descriptors snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
|
Wed, 17 Jun 2015 09:15:31 +0100 |
Chris Cannam |
Remove .tests marker file as well on clean
|
Wed, 17 Jun 2015 09:14:51 +0100 |
Chris Cannam |
Rearrange Makefile so as not to run tests by default ("make all" still does though), so as to avoid problems with nose naming/versions
|
Mon, 15 Jun 2015 17:22:56 +0100 |
Chris Cannam |
Update arch flags
|
Mon, 15 Jun 2015 16:54:39 +0100 |
Chris Cannam |
Fixes to test plugin OS/X Makefile
|
Mon, 15 Jun 2015 16:46:48 +0100 |
Chris Cannam |
Add OSX makefile, export Vamp SDK dir to subprocess
|
Tue, 17 Feb 2015 11:22:26 +0000 |
Chris Cannam |
Bring in vamp-test-plugin as subrepo
|
Tue, 10 Feb 2015 12:28:53 +0000 |
Chris Cannam |
Some preliminary changes toward py2/3 compatibility (but the module load stuff remains quite a big deal)
|
Tue, 10 Feb 2015 12:08:22 +0000 |
Chris Cannam |
Remove some unimplemented bits
|
Tue, 10 Feb 2015 10:56:44 +0000 |
Chris Cannam |
Add & test process_frames_multiple_outputs
|
Tue, 03 Feb 2015 16:24:37 +0000 |
Chris Cannam |
Docs
|
Tue, 03 Feb 2015 14:43:50 +0000 |
Chris Cannam |
Fixes to process_frames, and tests; doc strings
|
Tue, 03 Feb 2015 10:29:21 +0000 |
Chris Cannam |
Fix matrix return
|
Mon, 02 Feb 2015 17:31:30 +0000 |
Chris Cannam |
More collect tweaks -- currently failing tests
|
Mon, 02 Feb 2015 17:15:15 +0000 |
Chris Cannam |
refactor, add process_frames
|
Mon, 02 Feb 2015 16:32:44 +0000 |
Chris Cannam |
Return step as well
|
Mon, 02 Feb 2015 16:08:42 +0000 |
Chris Cannam |
Return simple array for simple data
|
Mon, 26 Jan 2015 12:28:30 +0000 |
Chris Cannam |
Tests for timestamp filling
|