Go to the documentation of this file. 10 #define LAST_COMPATIBLE_VERSION "7.6.0" 11 #define VERSION_FILE_WITH_CUBIC "6.1.3" 12 #define VERSION_FILE_WITH_RANK_IN_HEADER "7.8.0" // version since which rank was moved to vw::file_options 13 #define VERSION_FILE_WITH_INTERACTIONS "7.10.2" // first version that saves interactions among pairs and triples 14 #define VERSION_FILE_WITH_INTERACTIONS_IN_FO \ 15 "7.10.3" // since this ver -q, --cubic and --interactions are stored in vw::file_options 16 #define VERSION_FILE_WITH_HEADER_HASH "8.0.1" // first version with header hash used for validating model content 17 #define VERSION_FILE_WITH_HEADER_CHAINED_HASH \ 18 "8.0.2" // first version with header's chained hash used for more reliably validating model content 19 #define VERSION_FILE_WITH_HEADER_ID "8.0.3" // first version with user supplied header 20 #define VERSION_FILE_WITH_CB_ADF_SAVE "8.3.2" // first version with user supplied header