v1.8.0
New Features:
-
Add
Data.get_url
to get thefile://
url for a local file (#789) -
Support more operations on draft:
-
Add
--message
option in CLIgas draft
to settitle
anddescription
of a draft (#735) -
Add
SegmentClient.list_urls
andFusionSegmentClient.list_urls
to list the file urls (#807) -
Add the following open dataset loaders:
Bug fixes:
- Fix the
ImportError
whenimport tensorbay
in python 3.6 (#814)
Improvements:
- Add
shorten
function to get the short commit ID (#755) - Merge the
CLASSIFICATION
label intoBOX2D
label in theCompCars
open dataset (#780) - Remove useless
DatasetClient.import_all_files
interface (#790) - Correct the illegal segment names in all the open dataset loaders (#794)
- Move customized
click
classes fromcli/cli.py
tocli/custom.py
(#797) - Stop showing the
description
inCommit.__repr__
(#800) - Exclude useless
docs
andtests
modules from thetensorbay
package (#826)
Performance:
- Speed up file uploads in
GAS.upload_dataset
by adapting OpenAPImultiCallback
(#788) - Enhance the performance of
RemoteData.open
by batch requesting file urls (#809)