bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Remove in-place annotation modification #57

Closed bmcfee closed 7 years ago

bmcfee commented 7 years ago

JAMS is likely to drop the pandas dataframe backing in the near future. Even in the short-term, pandas 0.20 breaks a variety of things involving in-place manipulation, so we should really just get out ahead of it and do things properly.

bmcfee commented 7 years ago

It's maybe better to wait until jams 0.3 to handle this, to avoid rewriting things twice.

bmcfee commented 7 years ago

Jams 0.2.3 adds some future-proofing for this, so it should be easy to have a smooth transition.

Bumping ahead to 0.1.4.

bmcfee commented 7 years ago

closed by merging #58