Skip to content

v1.17.0

Compare
Choose a tag to compare
@linjiX linjiX released this 02 Dec 13:21
· 4 commits to v1.17.x since this release

New Features:

  • Add --sort option for CLI gas branch and gas tag to support sorting branches and tags (#1095)
  • Support recording statistical info for Data.open().read() in Profile class (#1096)
  • Add StorageConfig class to store storage config info (#1098)
  • Add SegmentClient.get_data to get data info by its remote_path (#1071)
  • Support showing a piece of data via remote_path in CLI gas ls (#1097)

Improvements:

  • add URL class for getting and updating the file url (#1088, #1092, #1142)
  • Add train, val and test in segment name in DAVIS2017 (#1100)

Bug fixes:

  • Fix the wrong graph in CLI gas log when merging branches (#1101)
  • Add the missing categoryDelimiter in COCO2017 catalog (#1106)
  • Fix the FileExistsError when using cache with multiprocess (#1113)

Documentation:

  • Use autosummary to generate rst files in opendataset module under "API" chapter (#1086)
  • Refine the docs (#1103, #1105)
  • Refine the docstring (#1089)