marl / jams

A JSON Annotated Music Specification for Reproducible MIR Research
ISC License
185 stars 26 forks source link

Relocate interval_values converter, add deprecation warnings #152

Closed bmcfee closed 7 years ago

bmcfee commented 7 years ago

If we're removing JamsFrame, we should give folks a chance to adapt.

to_interval_values will move up to the Annotation level, so we can put a deprecation warning in place.

We should also put an observation iterator up in Annotation that yields Observation namedtuples. This way, downstream projects can adopt the upcoming api without breaking things in the short-term.