This is big change for pineko, as the _template.yaml gets removed.
In addition, now pineko can deal with (sub)grids for which the central order is empty but the scale variations might be not. Which happens in some nfonll cases (mostly due to vanishing cross sections that get optimized out).
A hash and the path of the original grid is now also burned into the FkTable so that we can always reconstruct which grid. was used for which FkTable
What's Changed
- Fix no central orders and completely empty grids in scale variations by @Radonirinaunimi in #248
- Save hash and path grid informations when generating FK Tables by @kamillaurent in #247
- Remove need for _template.yaml by @evagroenendijk in #223
Full Changelog: v0.5.1...v0.6.0