Changes

0.2.1

  • #68 Fixed a frame alignment error in task transformers
  • #66 Remove warnings for improperly cast STFT data

0.2.0

  • #65 Removed old-style (function) transform API in favor of object interface
  • #65 Support in-memory analysis

0.1.5

  • #61 Fixed an alignment bug in feature extractors

0.1.4

  • #59 harmonic CQT
  • #58 Sparse chord output for chord labels
  • #57 Updated sampler bindings for Pump object

0.1.3

  • #55 Refactored the Sampler class, added support for random states and the SequentialSampler class

0.1.2

  • #51 Added named operator index to Pump objects

0.1.1

  • #49 Added Pump.layers constructor for Keras layers on pump containers
  • #47 Fixed a bug in Sampler that caused a shape mismatch on input/output tensors when the input JAMS had multiple matching annotations for a given task.

0.1.0

  • Initial public release