Vowpal Wabbit
vw_versions.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD (revised)
4 license as described in the file LICENSE.
5 */
6 
7 #pragma once
8 
9 /* Define the last version where files are backward compatible. */
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