+ [Feature] Add GDCN model + [Refactor] Rename FINAL model to FinalNet + [Refactor] Update RecZoo URLs + [Fix] Fix bug [75](https://github.com/xue-pai/FuxiCTR/issues/75) + [Fix] Fix h5 file extenstion issue + [Fix] Fix typo in FinalNet
2.1.2
+ [Refactor] Update H5DataBlockLoader to support dataloader with multiprocessing
2.1.1
+ [Feature] Update to allow loading pretrained h5 directly in PretrainedEmbedding (skip key mapping in preprocess) + [Feature] Update to allow data_path to be a directory path for h5
2.1
2.1.0
+ [Feature] Add PretrainedEmbedding Layer + [Feature] Update preprocess and features to support oov_idx based masking for PretrainedEmbedding + [Fix] Fix bug [72](https://github.com/xue-pai/FuxiCTR/issues/72) for SDIM
-------------------------------
2.0.4
+ [Feature] Add multi-task models (MMoE/PLE) + [Fix] Fix exception in run_expid.py when test_data is None