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
we should definitely start to assign versions to it (see NNPDF/pineappl#118).
Versions should be:
written in all the files
be easy to query (as easy as possible)
not overwritten by a library that generates new ones (even if it's able to read them)
Ideally, instead of reading old versions with a new version of the library (that might generate incompatibilities, or severely limit upgrades), the form of backward compatibility should be to allow the new library to convert an old format to the new one, but refuse direct reading of an old format (that might have undefined behavior in general).
The text was updated successfully, but these errors were encountered:
It has not been completed yet. However, a new version of this issue has been spelled out in #175, adding relevant details about the version behavior. Should we close this as superseded? @felixhekhorn
Since:
we should definitely start to assign versions to it (see NNPDF/pineappl#118).
Versions should be:
Ideally, instead of reading old versions with a new version of the library (that might generate incompatibilities, or severely limit upgrades), the form of backward compatibility should be to allow the new library to convert an old format to the new one, but refuse direct reading of an old format (that might have undefined behavior in general).
The text was updated successfully, but these errors were encountered: