Hey @timmahrt, I see that you had a PR in progress to update ProMo a bit ago, do you know what else needs to be done to push that through? I came across your library and was interested in trying it out, but it looks like it's heavily dependent on PraatIO which has been updated more recently, so the examples in v1.x of ProMo no longer work out of the box. For instance, I was trying to run the examples and hit an error on from praatio import dataio- digging into praatio, it looks like dataio has been renamed to data_points. Thanks!
*Update: it looks like everything still works out of the box as long as I import an older version of praatio, but I'd still be interested in your plans for updating!
Hey @timmahrt, I see that you had a PR in progress to update ProMo a bit ago, do you know what else needs to be done to push that through? I came across your library and was interested in trying it out, but it looks like it's heavily dependent on PraatIO which has been updated more recently, so the examples in v1.x of ProMo no longer work out of the box. For instance, I was trying to run the examples and hit an error on from
praatio import dataio- digging into praatio, it looks like dataio has been renamed todata_points. Thanks!*Update: it looks like everything still works out of the box as long as I import an older version of praatio, but I'd still be interested in your plans for updating!