Releases: Graviti-AI/tensorbay-python-sdk
Releases · Graviti-AI/tensorbay-python-sdk
v1.24.2
v1.24.1
Bug Fixes:
- Fix the
TypeErrorwhen using_repr1on python builtintypewith_repr_type(#1258)
Install Dependencies:
Documentation:
v1.24.0
New Features:
Bug Fixes:
- Fix the incorrect parentCategories of
nuImagesdataloader (#1192) - Fix the incorrect creation form of frames in
nuImagesdataloader (#1218) - Remove the space in the category names of
VGGFace2dataloader (#1201) - Fix the
NoneTypeerror inJob.update(#1200) - Remove the space in the remote path of
CarConnectiondataloader (#1204) - Add the missing job type to job system (#1233, #1242, #1239)
Improvements:
- Replace
.with-in attribute names ofnuImagesdataloader (#1226) - Move method
retryfromJobtoSquashAndMergeJob(#1247) - Refine the error message when calling unimplemented
get_callback_bodymethod (#1246)
Documentation:
v1.20.0
New Features:
- Add open dataset loaders
VGGFace2(#1146)
Bug Fixes:
- Fix reading cached file failed in multiprocess environment (#1151, #1188)
- Fix the
Job.started_atwill not be updated (#1189) - Fix the
ValueErrorwhen initPointList2DandRLEwith numpy array (#1190) - Fix the
NoneTypeerror inJob.update(#1200)
Improvements:
- Remove the multiprocess lock and add pid to cached file path (#1188)
Documentation:
v1.19.0
v1.18.1
v1.18.0
New Features:
- Add interfaces to communicate with Sextant Apps (#1112, #1132, #1139, #1153)
- Add
SemanticMaskforBDD100K_MOTS2020dataset (#1102) - Add
author,updated_atandparent_commit_idforDraft(#1108) - Add
--show-draftsfor CLIgas logto support displaying open drafts (#1124, #1161)
Improvements:
- Remove the redundant attributes in
BDD100Kdataset (#1109) - Update
VersionControlClienttoVersionControlMixin(#1131) - Use
stemto represent the filename without extension inopendatasetmodule (#1145)
Bug fixes:
- Add the missing
categoryDelimiterto theOxfordIIITPetcatalog (#1111) - Fix
NoneTypenot subscriptable error inlistMaskUrls(#1118) - Fix the
AttributeErrorwhen calling themockerclass methods (#1119) - Correct the wrong attribute names in
nuImagescatalog (#1148)
Documentation:
- Add "PaddlePaddle" instructions in "INTEGRATIONS" chapter (#1128)
- Add documentation for
Sextantin ”Applications“ chapter (#1149) - Reconstruct
Storage Configin chapterAdvanced Features(#1116) - Support deleting automatically generated rst files via
make clean(#1129) - Refine the docstring (#1110, #1115)
v1.17.2
v1.17.1
v1.17.0
New Features:
- Add
--sortoption for CLIgas branchandgas tagto support sorting branches and tags (#1095) - Support recording statistical info for
Data.open().read()inProfileclass (#1096) - Add
StorageConfigclass to store storage config info (#1098) - Add
SegmentClient.get_datato get data info by itsremote_path(#1071) - Support showing a piece of data via
remote_pathin CLIgas ls(#1097)
Improvements:
- add
URLclass for getting and updating the file url (#1088, #1092, #1142) - Add
train,valandtestin segment name inDAVIS2017(#1100)
Bug fixes:
- Fix the wrong graph in CLI
gas logwhen merging branches (#1101) - Add the missing
categoryDelimiterinCOCO2017catalog (#1106) - Fix the
FileExistsErrorwhen using cache with multiprocess (#1113)