Annofabcli

Latest version: v1.92.1

Safety actively analyzes 701442 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 42

1.70.1

Enhancements
* `annotation_specs list_attribute_restriction`:引数`--format`を追加しました。

What's Changed
* [annotation_specs list_restrictions] "--format"を追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/845
* [annotation_specs list_attribute_restriction] ドキュメント更新 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/846


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.70.0...v1.70.1

1.70.0

New Feature

* アノテーション仕様のIDを変更するためのコマンドを作成しました。相関制約などをJSONで記述する際に利用できます。
* `annotation_specs get_with_label_id_replaced_label_name`
* `annotation_specs get_with_attribute_id_replaced_label_name`
* `annotation_specs get_with_choice_id_replaced_label_name`



What's Changed
* [supplementary] 入力データが存在しない場合にエラーが発生しないようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/839
* [task copy] タスク作成で失敗した際に、ログ出力で別のエラーが発生する問題を修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/841
* アノテーション仕様のラベルID、属性ID,選択肢IDを英語名に置換するコマンドを作成 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/842


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.69.0...v1.70.0

1.69.0

New Features
* `task change_status_to_break`コマンドを作成しました。タスクのステータスを作業中に変更できます。

What's Changed
* Update README.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/822
* `project copy`, `comment list`コマンドの結果 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/826
* Bump pylint from 2.14.4 to 2.14.5 by dependabot in https://github.com/kurusugawa-computer/annofab-cli/pull/828
* [stat_visualization mask_user_info] ファイルが存在しなかったときの挙動を変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/831
* タスクのステータスを作業中から休憩中にするコマンドの作成 by pfe171 in https://github.com/kurusugawa-computer/annofab-cli/pull/835
* v1.69.0にバージョンアップ by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/836


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.68.0...v1.69.0

1.68.0

Deprecation Schedule
* 2022-09-01以降に`input_data put`コマンドでZIPファイルの登録する機能を廃止します。替わりに`input_data put_with_zip`コマンドをご利用ください。

New Features
* `input_data put_with_zip`コマンドを追加しました。ZIPファイルをアップロードして入力データを作成できます。

What's Changed
* [travis.yaml] pipのバージョンを最新にして、pillow9.2.0のインストールに失敗しないようにした。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/819
* zipファイルから入力データを作るためのコマンドの作成 by pfe171 in https://github.com/kurusugawa-computer/annofab-cli/pull/820
* version up by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/821


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.67.0...v1.68.0

1.67.0

Enhancements
* `task reject`:3DPCプロジェクトの場合に検査コメントを付与する場合は、`--custom_project_type 3dpc`を指定すれば、`--comment_data`を指定しなくても良いようにしました。


What's Changed
* Windows環境で、JSON文字列を指定する方法を記載しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/817
* [task reject] 3DPCプロジェクトの場合に、`--comment_data`を指定しなくても検査コメントを付与できるようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/818


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.66.5...v1.67.0

1.66.5

New Feature
* `comment list`コマンドを作成しました。

Enhancements
statistics visualize
* 折れ線グラフに十字線を表示しました。
![image](https://user-images.githubusercontent.com/6350027/177734407-ccf323ae-9758-465c-869f-1b7d9cf33b8d.png)
* 折れ線グラフのツールチップの内容を見直しました。
* 折れ線グラフの一部がプロットされていない問題を修正
* `累積折れ線-横軸_日-縦軸_作業時間.html`, `累積折れ線-横軸_日-縦軸_作業時間.html`のタイトルや凡例に、「作業時間」ではなく「計測作業時間」と明記する。実績作業時間と計測作業時間を区別できるようにするため。


What's Changed
* `comment list` コマンドを作成 by maekawatoshiki in https://github.com/kurusugawa-computer/annofab-cli/pull/800
* annofabapi v0.61.0に対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/811
* [statistics visualize] 折れ線グラフの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/812
* [statistics visualize] 出力される折れ線グラフの内容を変更しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/813
* veresion up by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/814

New Contributors
* maekawatoshiki made their first contribution in https://github.com/kurusugawa-computer/annofab-cli/pull/800

**Full Changelog**: https://github.com/kurusugawa-computer/annofab-cli/compare/v1.66.3...v1.66.5

Page 13 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.