Annofabcli

Latest version: v1.92.1

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

Scan your dependencies

Page 20 of 42

1.53.0

New Features
* `statistics list_worktime`コマンドを追加しました。
* `statistics visualize_annotation_count `コマンドを追加しました。

Enhancements
task update_metadata
* デフォルトではメタデータが常に上書きされましたが、`--overwrite`オプションで上書きするかどうかを指定できるようにしました。

statistics visualize
* 以下のファイルを出力するようにしました。
* `line-graph/折れ線-横軸_教師付開始日-全体.html`
* `教師付開始日毎の生産量と生産性.csv`

* 以下のファイルを出力しないようにしました。
* line-graph/折れ線-横軸_アノテーション数-縦軸_アノテーションあたりの指標-教師付者用.html
* line-graph/折れ線-横軸_アノテーション数-縦軸_アノテーションあたりの指標-検査者用.html
* line-graph/折れ線-横軸_アノテーション数-縦軸_アノテーションあたりの指標-受入者用.html

* 検査コメントlist-返信を除く_修正不要を除く.csv: inspection_comment list で出力可能なので、不要
* 検査コメントlist-返信を除く_修正不要を含む.csv: inspection_comment list で出力可能なので、不要
* タスク履歴list.csv:task_history list で出力できるので不要
* タスクlist-ラベルごとのアノテーション数.csv:statistics list_annotaiton_countで出力できるので不要
* 集計結果csv/*.csv:集計方法が微妙なので、不要
* 画像1枚当たり作業時間/*.csv:教師付者_教師付開始日list.csv と同じ内容なので不要
* タスク1個当たり作業時間/*.csv:教師付者_教師付開始日list.csv と同じ内容なので不要
* histogram/ヒストグラム-1回目の{phase}者ごと-1回目の{phase}時間.html :このグラフから判断できることが少ないので不要
* histogram/ヒストグラム-1回目の{phase}者ごと-{phase}時間.html :このグラフから判断できることが少ないので不要
* 労務管理list.csvを削除


Bug Fixes
* 以下のコマンドが ` --task_query '{"phase":"acceptance"}'`で絞り込めない不具合を修正しました。
* statistics list_annotation_count
* filesyste filter_annotation
* filesystem write_annotation_image
* filesystem draw_annotation


Deprecations

* stat_visualization merge_performance_csv_per_date を削除しました。`stat_visualization merge`コマンドと機能の内容が重複しているためです。
* stat_visualzation merge_performance_csv_per_user を削除しました。`stat_visualization merge`コマンドと機能の内容が重複しているためです。


What's Changed
* Update list_tasks.py by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/615
* statistics visualize:修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/613
* `task update_metadata`コマンドオプションの改善 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/619
* コマンドリファレンスを修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/620
* `--task_query '{"phase":"acceptance"}'`で正しく絞り込めない不具合を修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/621
* `statistics visualize`: 教師付開始日ごとの全体の生産量と生産性に関する情報を出力 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/622
* statistics visualize:折れ線グラフの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/625
* statistics list_worktime 追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/626
* version up by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/629
* Poetry update by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/631
* `copy annotation` : インターフェイスを追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/604
* statistics visualize:折れ線グラフの微修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/633
* statistics visualize: 不要なファイルを出力しないようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/636
* statistics visualize_annotation_count コマンドの作成 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/639
* statistics visualize:労務管理list.csvを削除 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/640
* stat_visualization merge_performance_csv_per_date, merge_performance_csv_per_user を削除 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/642
* Versionup by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/643


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

1.51.3

Bug Fixes
* annofabcli statistics: `集計-タスク数.csv`の担当者が変更されたタスク数が正しくカウントされない不具合を修正しました。 609

1.51.2

Bug Fixes
* 602

1.51.1

Bug Fixes
* `statistics visualize` : `--labor_csv`を指定したときにエラーが発生する問題を修正 601

1.51.0

Bug Fixes
* `task reject` : ` --parallelism` を指定したときにエラーが発生する問題を修正しました。 597

Enhancements
statistics visualize
* コマンドライン引数`--get_labor`を指定しないと実績作業時間を取得しないように変更しました。将来的にAnnoFabから実績作業時間は取得できなくなるためです。 597
* コマンドライン引数`--labor_csv`に実績作業時間情報のCSVを渡せるようにしました。 597

Deprecations
* `experimental find_break_error` : 削除しました。替わりに `task_history_event list_worktime` コマンドを使用してください。

1.50.0

New Features
* `task_history_event list_with_json`:タスク履歴イベントの一覧を出力するコマンドを作成しました。 592
* `task_history_event list_worktime`:タスク履歴イベントから算出した作業時間の一覧を出力するコマンドを作成しました。 592

Enhancements
* `statistics visualize`コマンドの出力結果である「最初に教師付/検査/受入した人」の定義を、「タスクを担当した人」から「タスクを担当して作業した人」に変更しました。592

Page 20 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.