You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify SubgridParams with ExtraSubgridParams and rename them to InterpolationParams; make their parameters pub instead of having many setters and getters; this has now been merged into single Interp type
Here's what I'd like to change in a newer version of the file format,
v1, replacing the current (v0) one:BinInfoandBinRemapperintoBinLimits. The reason for having them separate is historical only (see PineAPPL file format and backwards compatibility issues #83 (comment)) and merging them will make parts of the code much easierMmv3intoGrid, which means that metadata will always be present making metadata-related code much shorterOrder's member fromu32tou8and add another member to support Add support for additional couplings #98Subgridtypes and keep only the ones we use (see PineAPPL file format and backwards compatibility issues #83 (comment))merge allSubgridtypes into a single moduleexport most important types into the main moduleuse bincode version 2 with varint encoding, see also item here: Add offline file-size optimisation #45 (comment)Grid:initial_state_1,initial_state_2and possiblylumi_id_types, which are important in some places; Clarify initial states and PDFs used #135 is a related Issue; done in Implement v1 file format #299set_convolutionswithconvolutions_mut; done in Implement v1 file format #299SubgridParamswithExtraSubgridParamsand rename them toInterpolationParams; make their parameterspubinstead of having many setters and getters; this has now been merged into singleInterptypeLumiCachetoConvolutionCache, which better reflects its purposeChannelto allow more or less than 2 PIDs per linear combination; done in Implement v1 file format #299Convolutions::NoneOriginally posted by @cschwan in #83 (comment)