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.
If we're removing JamsFrame, we should give folks a chance to adapt.
to_interval_values
will move up to theAnnotation
level, so we can put a deprecation warning in place.We should also put an observation iterator up in
Annotation
that yieldsObservation
namedtuples. This way, downstream projects can adopt the upcoming api without breaking things in the short-term.