Skip to content

v1.9.0

Compare
Choose a tag to compare
@linjiX linjiX released this 04 Aug 14:34

New Features:

  • Support override and skip strategies in SegmentClient.move_data (#819)

  • Add GAS.get_user to get the current user info (#808)

  • Support manipulating dataset alias:

    • Support getting the dataset alias in GAS.get_dataset (#810)
    • Support setting the dataset alias in GAS.create_dataset (#812)
    • Add GAS.update_dataset to update the dataset alias (#813)
  • Support setting and showing description in CLI gas draft (#803)

  • Add --edit option in CLI gas draft to edit a draft (#805)

  • Add --close option in CLI gas 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 and Sensor.set_rotation (#881)

Improvements:

  • Unify the description display logic in gas draft and gas 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 OpenAPI multiCallback (#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 CLI gas draft (#827)
  • Add the docs about CLI "Profile" (#781)
  • Refine the docs (#791, #783, #861, #890)
  • Fix the typo in docstrings (#801, #818, #888)

Deprecations:

  • Remove the default value of the argument title in VersionControlClient.create_draft (#820)
  • Remove the deprecated message about setting AccessKey in gas config (#839)