While reviewing #337 I saw that pineappl_grid_new2 isn't completely general: we assume that there's always only one scale present. With that we also don't support general scales like ScaleFuncForm::QuadraticSum. This will require changing the parameters of pineappl_grid_new2 and therefore we must do that before releasing PineAPPL 1.0.
Furthermore, we should mark all functions deprecated that aren't needed any more.
While reviewing #337 I saw that
pineappl_grid_new2isn't completely general: we assume that there's always only one scale present. With that we also don't support general scales likeScaleFuncForm::QuadraticSum. This will require changing the parameters ofpineappl_grid_new2and therefore we must do that before releasing PineAPPL 1.0.Furthermore, we should mark all functions deprecated that aren't needed any more.