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