Releases: Graviti-AI/tensorbay-python-sdk
Releases · Graviti-AI/tensorbay-python-sdk
v1.24.2
v1.24.1
Bug Fixes:
- Fix the
TypeError
when using_repr1
on python builtintype
with_repr_type
(#1258)
Install Dependencies:
Documentation:
v1.24.0
New Features:
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 inJob.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 ofnuImages
dataloader (#1226) - Move method
retry
fromJob
toSquashAndMergeJob
(#1247) - Refine the error message when calling unimplemented
get_callback_body
method (#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_at
will not be updated (#1189) - Fix the
ValueError
when initPointList2D
andRLE
with numpy array (#1190) - Fix the
NoneType
error 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
SemanticMask
forBDD100K_MOTS2020
dataset (#1102) - Add
author
,updated_at
andparent_commit_id
forDraft
(#1108) - Add
--show-drafts
for CLIgas log
to support displaying open drafts (#1124, #1161)
Improvements:
- Remove the redundant attributes in
BDD100K
dataset (#1109) - Update
VersionControlClient
toVersionControlMixin
(#1131) - Use
stem
to represent the filename without extension inopendataset
module (#1145)
Bug fixes:
- Add the missing
categoryDelimiter
to theOxfordIIITPet
catalog (#1111) - Fix
NoneType
not subscriptable error inlistMaskUrls
(#1118) - Fix the
AttributeError
when calling themocker
class methods (#1119) - Correct the wrong attribute names in
nuImages
catalog (#1148)
Documentation:
- Add "PaddlePaddle" instructions in "INTEGRATIONS" chapter (#1128)
- Add documentation for
Sextant
in ”Applications“ chapter (#1149) - Reconstruct
Storage Config
in 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
--sort
option for CLIgas branch
andgas tag
to support sorting branches and tags (#1095) - Support recording statistical info for
Data.open().read()
inProfile
class (#1096) - Add
StorageConfig
class to store storage config info (#1098) - Add
SegmentClient.get_data
to get data info by itsremote_path
(#1071) - Support showing a piece of data via
remote_path
in CLIgas ls
(#1097)
Improvements:
- add
URL
class for getting and updating the file url (#1088, #1092, #1142) - Add
train
,val
andtest
in segment name inDAVIS2017
(#1100)
Bug fixes:
- Fix the wrong graph in CLI
gas log
when merging branches (#1101) - Add the missing
categoryDelimiter
inCOCO2017
catalog (#1106) - Fix the
FileExistsError
when using cache with multiprocess (#1113)