Vowpal Wabbit
Macros
vw_versions.h File Reference

Go to the source code of this file.

Macros

#define LAST_COMPATIBLE_VERSION   "7.6.0"
 
#define VERSION_FILE_WITH_CUBIC   "6.1.3"
 
#define VERSION_FILE_WITH_RANK_IN_HEADER   "7.8.0"
 
#define VERSION_FILE_WITH_INTERACTIONS   "7.10.2"
 
#define VERSION_FILE_WITH_INTERACTIONS_IN_FO   "7.10.3"
 
#define VERSION_FILE_WITH_HEADER_HASH   "8.0.1"
 
#define VERSION_FILE_WITH_HEADER_CHAINED_HASH   "8.0.2"
 
#define VERSION_FILE_WITH_HEADER_ID   "8.0.3"
 
#define VERSION_FILE_WITH_CB_ADF_SAVE   "8.3.2"
 

Macro Definition Documentation

◆ LAST_COMPATIBLE_VERSION

#define LAST_COMPATIBLE_VERSION   "7.6.0"

Definition at line 10 of file vw_versions.h.

Referenced by VW::validate_version().

◆ VERSION_FILE_WITH_CB_ADF_SAVE

#define VERSION_FILE_WITH_CB_ADF_SAVE   "8.3.2"

Definition at line 20 of file vw_versions.h.

Referenced by CB_ADF::save_load().

◆ VERSION_FILE_WITH_CUBIC

#define VERSION_FILE_WITH_CUBIC   "6.1.3"

Definition at line 11 of file vw_versions.h.

◆ VERSION_FILE_WITH_HEADER_CHAINED_HASH

#define VERSION_FILE_WITH_HEADER_CHAINED_HASH   "8.0.2"

Definition at line 17 of file vw_versions.h.

Referenced by save_load_header().

◆ VERSION_FILE_WITH_HEADER_HASH

#define VERSION_FILE_WITH_HEADER_HASH   "8.0.1"

Definition at line 16 of file vw_versions.h.

Referenced by save_load_header().

◆ VERSION_FILE_WITH_HEADER_ID

#define VERSION_FILE_WITH_HEADER_ID   "8.0.3"

Definition at line 19 of file vw_versions.h.

Referenced by save_load(), and save_load_header().

◆ VERSION_FILE_WITH_INTERACTIONS

#define VERSION_FILE_WITH_INTERACTIONS   "7.10.2"

Definition at line 13 of file vw_versions.h.

Referenced by save_load_header().

◆ VERSION_FILE_WITH_INTERACTIONS_IN_FO

#define VERSION_FILE_WITH_INTERACTIONS_IN_FO   "7.10.3"

Definition at line 14 of file vw_versions.h.

Referenced by save_load_header().

◆ VERSION_FILE_WITH_RANK_IN_HEADER

#define VERSION_FILE_WITH_RANK_IN_HEADER   "7.8.0"

Definition at line 12 of file vw_versions.h.

Referenced by save_load_header().