Skip to content

Releases: kurusugawa-computer/annofab-api-python-client

v0.63.0

30 Sep 06:08
61b65d2
Compare
Choose a tag to compare

Enhancements

  • annofabapi.dataclass.commentを追加
  • annofabapi.api.AnnofabApi.put_annotation_specsの引数にquery_paramsを追加

Deprecation Schedule

2022/12/01以降に以下のデータクラスを廃止する予定です。データクラスとして利用するには使いづらいものを廃止する予定です。

  • annofabapi.dataclass.instruction.*
  • annofabapi.dataclass.statistics.*
  • annofabapi.dataclass.webhook.*
  • annofabapi.dataclass.my.*
  • annofabapi.dataclass.organization.OrganizationActivity

What's Changed

Full Changelog: v0.62.1...v0.63.0

v0.62.1

28 Jul 08:30
2c25ae4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.62.0...v0.62.1

v0.62.0

15 Jul 23:51
70d749a
Compare
Choose a tag to compare

Depercation

  • Python3.7のサポートを廃止しました。Pythonのサポートバージョンは3.8+になります。

What's Changed

Full Changelog: v0.61.0...v0.62.0

v0.61.0(Annofab v0.148.0)

05 Jul 02:11
189e94c
Compare
Choose a tag to compare

Deprecations

annofabapi.models

  • AnnotationTypeの名前をDefaultAnnotationTypeに変更しました。

annofabapi.dataclass.*.py

以下のクラスのannotation_typeの型をAnnotationTypeからstrに変更しました。annotation_typeには、プラグインで設定した動的な値が格納される可能性があるためです。

  • annotation_specs.LabelV1
  • annotation_specs.LabelV2
  • annotation.FullAnnotationDetail

Enhancements

annofabapi.models

  • CommentTypeを追加しました。

What's Changed

Full Changelog: v0.60.3...v0.61.0

v0.60.3

16 May 06:46
5522601
Compare
Choose a tag to compare

Enhancements

  • utils.get_message_for_i18n関数を追加しました。

What's Changed

  • utils.pyに多言語化メッセージを取得するためのget_message_for_i18n関数を追加しました。 by @yuji38kwmt in #458
  • 関数の微修正 by @yuji38kwmt in #459

Full Changelog: v0.59.0...v0.60.3

v0.59.0

13 May 02:11
840b0d5
Compare
Choose a tag to compare

What's Changed

  • Wrapperクラスにdownload, execute_http_get関数を用意 by @yuji38kwmt in #456

Full Changelog: v0.58.0...v0.59.0

v0.58.0

13 May 01:25
d7a803d
Compare
Choose a tag to compare

What's Changed

  • Wrapperクラスにget_editor_annotation_or_none関数を追加 by @yuji38kwmt in #455

Full Changelog: v0.57.0...v0.58.0

v0.57.0

11 May 05:46
8be34a3
Compare
Choose a tag to compare

Deprecations

AnnofabApiからアカウント関連の関数が削除されました。

  • initiateSignup
  • confirmSignup
  • changePassword
  • initiatePasswordReset
  • confirmResetPassword
  • initiateResetEmail
  • confirmResetEmail
  • initiateVerifyEmail
  • confirmVerifyEmail

Enhancements

  • AnnofabApi.create_temp_pathheader_params引数がなくなりました。
  • AnnofabApi.get_instruction_image_url_for_putheader_params引数がなくなりました。
  • AnnofabApi.get_my_organizationsquery_params引数がなくなりました。
  • Wrapper.cancel_completed_task関数のoperator_account_id引数のデフォルト値がなくなりました。
  • Wrapper.change_task_operator関数のoperator_account_id引数のデフォルト値がなくなりました。
  • Wrapperクラスの以下の関数にlast_updated_datetime引数を追加しました。関数内でget_task APIへのアクセスを減らすためです。
    • change_task_status_to_working
    • change_task_status_to_break
    • change_task_status_to_on_hold
    • complete_task
    • cancel_submitted_task
    • cancel_completed_task
    • change_task_operator
    • change_task_operator

What's Changed

Full Changelog: v0.55.3...v0.57.0

v0.55.3(Annofab v0.140.1)

06 Apr 07:15
d7407bc
Compare
Choose a tag to compare

Enhancements

  • Wrapper.initiate_tasks_generation_by_csvの引数query_paramsは不要なので、削除しました。

Bug Fixes

  • Wrapper.download_full_annotation_archiveを実行するとエラーが発生する問題を、修正しました。

What's Changed

Full Changelog: v0.55.2...v0.55.3

v0.55.2(Annofab v139.0.0)

24 Mar 04:56
3aa3493
Compare
Choose a tag to compare

What's Changed

  • [docstring] generated_api.pyのdoctsringの_fromfromに変更した。 by @yuji38kwmt in #429
  • ステータスコードが429のときは、Retry-Afterヘッダ値だけ待つようにする by @yuji38kwmt in #431

Full Changelog: v0.55.0...v0.55.2