Skip to content

v1.18.0

Compare
Choose a tag to compare
@linjiX linjiX released this 15 Dec 13:58
· 2 commits to v1.18.x since this release

New Features:

  • Add interfaces to communicate with Sextant Apps (#1112, #1132, #1139, #1153)
    • Implement Sextant.list_benchmarks (#1133)
    • Implement Sextant.list_evaluations (#1136)
    • Implement Sextant.create_evaluations (#1135)
    • Implement Evaluation.get_result (#1137)
  • Add SemanticMask for BDD100K_MOTS2020 dataset (#1102)
  • Add author, updated_at and parent_commit_id for Draft (#1108)
  • Add --show-drafts for CLI gas log to support displaying open drafts (#1124, #1161)

Improvements:

  • Remove the redundant attributes in BDD100K dataset (#1109)
  • Update VersionControlClient to VersionControlMixin (#1131)
  • Use stem to represent the filename without extension in opendataset module (#1145)

Bug fixes:

  • Add the missing categoryDelimiter to the OxfordIIITPet catalog (#1111)
  • Fix NoneType not subscriptable error in listMaskUrls (#1118)
  • Fix the AttributeError when calling the mocker 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 chapter Advanced Features (#1116)
  • Support deleting automatically generated rst files via make clean (#1129)
  • Refine the docstring (#1110, #1115)