New Features:
- Support basicSearch job (1213)
- Implement class `BasicSearchJob` (1222, 1231, 1245)
- Implement class `BasicSearch` (1224, 1232, 1234, 1240, 1243, 1248)
- Implement `SearchResult` related classes (1225, 1235, 1244)
- Support uploading multiple labels (1223)
- Add open dataset loaders `HKD` (1194, 1238)
Bug Fixes:
- Fix the incorrect parentCategories of `nuImages` dataloader (1192)
- Fix the incorrect creation form of frames in `nuImages` dataloader (1218)
- Remove the space in the category names of `VGGFace2` dataloader (1201)
- Fix the `NoneType` error in `Job.update` (1200)
- Remove the space in the remote path of `CarConnection` dataloader (1204)
- Add the missing job type to job system (1233, 1242, 1239)
Improvements:
- Replace `.` with `-` in attribute names of `nuImages` dataloader (1226)
- Move method `retry` from `Job` to `SquashAndMergeJob` (1247)
- Refine the error message when calling unimplemented `get_callback_body` method (1246)
Documentation:
- Add the doc about "BasicSearch" and "SearchResult" (1229, 1241)
- Use Sphinx "List Table" directive to generate tables (1193)
- Reconstruct "Fusion Dataset" in chapter "Advanced Features" (1210)
- Refine the docs (1228, 1198, 1214, 1221, 1237)