New Features:
- Add checking and warning for free storage space when enabling cache (1081)
- Add the following open dataset loaders:
- `SCUT_FBP5500` (1076)
- `DAVIS2017` (1078)
Improvements:
- Add argument `encoding='utf-8'` to `open()` to make it compatible for Windows (1064)
- Use `xmltodict` to parse xml files instead of `xml.ElementTree` (1070)
- Add file `tensorbay/py.typed` to comply with PEP-561 (1085)
Bug fixes:
- Fix `Data.open()` catch exception failed when url is expired (1062)
Documentation:
- Reconstruct "Version Control" chapter (1063)
- Fix the typo in docs (1066)
- Refine the docs (1060, 1065, 1067, 1069, 1072, 1050, 1073, 1080)
- Refine the docstring (1074)
Deprecations:
- Remove the deprecated method `GAS.create_auth_dataset` (1087)