v1.9.0
New Features:
-
Support
override
andskip
strategies inSegmentClient.move_data
(#819) -
Add
GAS.get_user
to get the current user info (#808) -
Support manipulating dataset alias:
-
Support setting and showing
description
in CLIgas draft
(#803) -
Add
--edit
option in CLIgas draft
to edit a draft (#805) -
Add
--close
option in CLIgas draft
to close a draft (#811) -
Add draft description to the pop-up editor of
gas commit
as default message (#815) -
Display the corresponding message after deleting data or a segment in
gas rm
(#859)
Interface Adjustments:
- Change the signature of
Transform3D.set_rotation
andSensor.set_rotation
(#881)
Improvements:
- Unify the
description
display logic ingas draft
andgas commit
(#817) - Set the file name as
""
when posting files to cloud storage (#858) - Add utility function
chunked
to break an iterable into length n tuples (#876) - Set the minimum version of
urllib3
back to v1.15 (#867)
Performance:
- Speed up file uploads for fusion dataset in
GAS.upload_dataset
by adapting OpenAPImultiCallback
(#804) - Speed up file uploads by sending file size to TensorBay (#862)
- Speed up file uploads by enlarging the batch size of
multiCallback
(#882)
Documentation:
- Add the docs about
--edit
and--close
option in CLIgas draft
(#827) - Add the docs about CLI "Profile" (#781)
- Refine the docs (#791, #783, #861, #890)
- Fix the typo in docstrings (#801, #818, #888)