Annofabcli

Latest version: v1.84.2

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

Scan your dependencies

Page 14 of 38

1.59.0

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 https://github.com/kurusugawa-computer/annofab-cli/pull/716
* 検査コメントを簡単に付与できるコマンドを追加しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/717


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

1.58.0

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 https://github.com/kurusugawa-computer/annofab-cli/pull/710
* [statistics summarize_task_count_by_task_id] コマンド名の変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/711
* [statistics visualize] 出力結果の変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/714


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

1.57.4

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 https://github.com/kurusugawa-computer/annofab-cli/pull/709


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

1.57.3

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
* Update list_annotation_count.rst by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/705
* Update list_annotation_count.rst by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/706
* [statistics list_annotation_count] 出力フォーマットを変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/708


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

1.57.2

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
* [statistics visualize] `--get_labor`引数を廃止 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/700
* Update list_annotation_count.rst by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/702
* [statistics visualize] CSVの列を変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/704


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

1.57.1

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 https://github.com/kurusugawa-computer/annofab-cli/pull/696
* annotation change_properties の微修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/698

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

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

Page 14 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.