rampy
rampy copied to clipboard
baseline() API is breaking old code
Starting from v0.6.1, due to roi being a kwargs, old codes are breaking as before it was a positional argument.
We need to slightly modify the baseline API to make it compatible with old code by putting roi as an optional argument before method.