Skip to content

Releases: kurusugawa-computer/annofab-cli

v1.59.0

02 Mar 14:52
055e3d2
Compare
Choose a tag to compare

New Features

  • inspection_comment put_simply:簡単に検査コメントを付与できるコマンドを追加しました。

Bug Fixes

task cancel_acceptance

  • --dryrunを指定したときに、AnnoFabのタスクを実際に受入取消してしまう不具合を修正しました。

What's Changed

  • stat_visualization mask_user_info: --dirにプロジェクトディレクトリが存在する親のディレクトリを渡せるようにする by @yuji38kwmt in #716
  • 検査コメントを簡単に付与できるコマンドを追加しました。 by @yuji38kwmt in #717

Full Changelog: v1.58.0...v1.59.0

v1.58.0

23 Feb 12:28
ed4a0ee
Compare
Choose a tag to compare

Deprecations

  • statistics summarize_task_count_by_task_idのコマンド名をstatistics summarize_task_count_by_task_id_groupに変更しました。

Enhancements

statistics summarize_task_count_by_task_id_group

  • コマンドライン引数--delemiter--task_id_delemiterに変更しました。何の区切りなのかを明確に表現するためです。
  • コマンドライン引数--task_id_groupsを追加しました。
  • 出力したCSVの列task_id_prefixの名前をtask_id_groupに変更しました。

statistics visualize

  • --ignored_task_idを削除しました。
  • --work_dirを削除しました。
  • --output_only_textを追加しました。

日毎の生産量と生産性.csv

以下の列を追加しました。

  • unmonitored_worktime_hour
  • unmonitored_worktime_hour/input_data_count, unmonitored_worktime_hour/annotation_count
  • annotation_worktime_hour/input_data_count, annotation_worktime_hour/annotation_count, ... inspection, acceptance

line-graph/折れ線-横軸_日-全体.html

  • フェーズごとの作業時間もプロットするようにしました。

What's Changed

  • [stat_visualization mas_user_info] 出力する処理の順番を変更 by @yuji38kwmt in #710
  • [statistics summarize_task_count_by_task_id] コマンド名の変更 by @yuji38kwmt in #711
  • [statistics visualize] 出力結果の変更 by @yuji38kwmt in #714

Full Changelog: v1.57.4...v1.58.0

v1.57.4

21 Feb 01:06
1be25ed
Compare
Choose a tag to compare

Enhancements

statistics visualize

  • 出力されるCSVの列名をinspection_countからinspection_commnet_countに変更しました。

タスクlist.csv

  • inspection_count -> inspection_commnet_count

教師付者_教師付開始日list.csv

  • inspection_count -> inspection_commnet_count
  • inspection_count/annotation_count -> inspection_commnet_count/annotation_count
  • inspection_count/input_data_count -> inspection_commnet_count/input_data_count

What's Changed

  • [statistics visualize] 出力されるCSVの列名をinspection_countからinspection_commnet_countに変更する by @yuji38kwmt in #709

Full Changelog: v1.57.3...v1.57.4

v1.57.3

19 Feb 14:11
0281f13
Compare
Choose a tag to compare

Enhancements

statistics list_annotation_count

コマンドライン引数の変更

  • --formatを追加して、CSVだけでなくJSONも出力できるようにしました。
  • --output_dirを削除して替わりに--outputを追加しました。
  • --format csvを指定したときは、ラベルごとのアノテーション数か属性値ごとのアノテーション数かを--typeで指定できるようにしました。

出力ファイルの変更

--fromat csvの場合

  • 属性値のbool値をTrue/Falseからtrue/falseに変更して、JSONと同じ表現にしました。
  • 属性ごとのアノテーション数:task_idなどのヘッダは、1,2行目が空欄だったのを、2,3行目を空欄にしました。
  • annotation_count列を追加しました。
  • task_status, task_phas, task_phase_stage列をstatus, phase, phase_stage列に名前を変更しました。

What's Changed

Full Changelog: v1.57.2...v1.57.3

v1.57.2

19 Feb 02:14
9125c0f
Compare
Choose a tag to compare

Deprecations

  • statistics visualize--get_labor引数を削除しました。

Enhancements

task list_added_task_history

  • last_annotation_xxx, last_inspection_xxx, last_acceptance_xxx 列を削除しました。
  • first_acceptance_completed_datetime, completed_datetime, inspection_is_skipped, acceptance_is_skipped 列を追加しました。

statistics visualize

ファイルのフォーマットを変更しました。

  • タスクlist.csv
    • task_completed_datetime を completed_datetimeに変更
    • annotator_is_changed, inspector_is_changed, acceptor_is_changed を削除
    • first_annotator_worktime_hour, first_inspector_worktime_hour, first_acceptor_worktime_hour を削除
    • sum_worktime_hour を worktime_hour に変更
  • 教師付開始日毎の生産量と生産性.csv
    • sum_worktime_hour を worktime_hour に変更
  • 検査開始日毎の生産量と生産性.csv
    • sum_worktime_hour を worktime_hour に変更
  • 受入開始日毎の生産量と生産性.csv
    • sum_worktime_hour を worktime_hour に変更
  • 日毎の生産量と生産性.csv
    • 1週間移動平均の列を追加
  • 教師付開始日毎の生産量と生産性.csv
    • 1週間移動平均の列を追加

What's Changed

Full Changelog: v1.57.1...v1.57.2

v1.57.1

16 Feb 15:38
3ee22a9
Compare
Choose a tag to compare

New Features

  • annotation change_properties:アノテーションのプロパティ(is_protected)を変更するコマンドを作成しました。

Enhancements

stat_visualization write_performance_rating_csv

  • コマンドライン引数--performance_unitを追加しました。
  • 出力結果のディレクトリ構成を変更しました。

What's Changed

  • issue673 change_propertiesコマンドの作成 by @pfe171 in #696
  • annotation change_properties の微修正 by @yuji38kwmt in #698

New Contributors

Full Changelog: v1.56.4...v1.57.1

v1.56.4

28 Jan 08:59
4096bb5
Compare
Choose a tag to compare

Bug Fixes

  • ログファイルannofabcli.logが毎日ログロテートされていなかった問題を修正しました。

Enhancements

  • ヘルプメッセージに、必須の引数ならば(required)を付けるようにしました。

What's Changed

Full Changelog: v1.56.3...v1.56.4

v1.56.3

24 Jan 06:45
d678eb5
Compare
Choose a tag to compare

Enhancements

  • annotation import:3DPC EDITORのセグメントアノテーションもインポート可能になりました。

What's Changed

  • Update docs by @yuji38kwmt in #683
  • annotation import: 3dpc editorのセグメントもimportできるようにする by @yuji38kwmt in #684
  • annotation restore: SimpleアノテーションJSONに、Optional型のフィールドに対応するキーが存在しなくてもデータクラスのインスタンスを生成できるようにする by @yuji38kwmt in #685

Full Changelog: v1.56.2...v1.56.3

v1.56.2

14 Jan 05:51
8c9e4f5
Compare
Choose a tag to compare

What's Changed

  • statistics visualize: 散布図に四分位数と平均値の線が表示されない不具合を修正 by @yuji38kwmt in #677

Full Changelog: v1.55.0...v1.56.2

v1.56.0

13 Jan 06:26
b76156e
Compare
Choose a tag to compare

New Features

  • organization_member系のコマンドを追加しました。
    • organization_member delete
    • organization_member invite
    • organization_member change

Deprecation Schedule

  • 2022-04-01以降Python3.7のサポートを終了します。

What's Changed

  • task copy : コピー元とコピー先を--inputで指定できるようにする by @yuji38kwmt in #668

Full Changelog: v1.54.1...v1.56.0