Annofabcli

Latest version: v1.92.1

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

Scan your dependencies

Page 19 of 42

1.56.0

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


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

1.55.0

Enhancements
* `task copy`:タスクの指定方法を `--input` を使うように変更しました。

What's Changed
* task copy : コピー元とコピー先を--inputで指定できるようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/668


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

1.54.1

Enhancements
statistics visualize
* 出力ファイル `メンバごとの生産性と品質.csv` , `全体の生産性と品質.csv` の列名を変更
* `prediction_actual_worktime_hour` -> `actual_worktime_hour`
* `actual_worktime/annotation_count` -> `actual_worktime_hour/annotation_count`
* `actual_worktime/input_data_count` -> `actual_worktime_hour/input_data_count`
* `monitored_worktime/annotation_count` -> `monitored_worktime_hour/annotation_count`
* `monitored_worktime/input_data_count` -> `monitored_worktime_hour/input_data_count`
* `scatter/散布図-アノテーションあたり作業時間と累計作業時間の関係-xxx.html`
* アノテーションあたり作業時間の単位をhourからminuteに変更
* `scatter/散布図-アノテーションあたり作業時間と品質の関係-xxx-教師付者用`
* アノテーションあたり作業時間の単位をhourからminuteに変更

New Features
* HTTPリクエストやレスポンスのステータスコードなど、デバッグ用のログを出力する `--debug` オプションを追加しました。


What's Changed
* "--debug"を付けたときに、HTTPリクエストの中身とレスポンスのステータスコードを出力する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/665
* statistics visualize:メンバごとの生産性と品質.csv の列名を変更 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/666


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

1.54.0

Enhancements
* `statistics list_worktime` : 出力結果に`account_id`を追加しました。

Deprecations
以下のコマンドを削除しました。
* `statistics list_by_date_user` : 日ごとの提出回数/差し戻し回数などが出力されるが、算出方法が微妙で混乱する恐れがあるため。作業時間に関しては、`statistics list_worktime`の方が細かい情報を出せるため
* `statistics list_cumulative_labor_time` : `statistics list_worktime`の方が細かい情報を出せるため
* `statistics list_labor_time_per_user` : 日ごとの差し戻し回数など、直観的でない値が出力されるため
* `statistics list_task_progress` : 日ごとのタスク進捗状況を見て、何か判断できることが少ないため(タスクの進捗状況は最新のみ興味がある)
* `labor list_worktime_by_user` :
* `experimental dashbaord`
* `experimental list_labor_worktime`
* `experimental list_labor_worktime_from_csv`




What's Changed
* `statistics list_worktime`:出力結果にaccount_id列も追加した by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/659
* annofabcli/statistics/visualization/dataframe/worktime_per_date.pyの不具合修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/662
* 不要なコマンドを削除する。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/663


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

1.53.8

What's Changed
* Update 折れ線-横軸_教師付開始日-全体_html.rst by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/653
* doc by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/654
* stat_visualization merge:"ユーザ_日付list-作業時間.csv"のマージ処理を追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/655
* 型ヒントの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/658


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

1.53.5

Enhancements
statiscs visualize
* `日毎の生産量と生産性.csv`から`__lastweek`列を削除しました。CSVから簡単に計算できる値だからです。
* `日毎の生産量と生産性.csv`の`task_count`と、`折れ線-横軸_日-全体.html`、`累積折れ線-横軸_日-全体.html`でプロットしている「タスク数」の定義を、「最後に受入完了状態になった日」から「最初に受入完了状態になった日」に変更しました。受入完了状態のタスクを大量に差し戻しても、意味のあるグラフにするためです。
* `タスクlist.csv`の`task_completed_datetime`を削除して、替わりに`first_acceptance_completed_datetime`を追加しました。

stat_visualization write_performance_rating_csv
* `--threshold_deviation_user_count`のデフォルト値を3に設定しました。
* `--threshold_worktime`のデフォルト値を10に設定しました。


Bug Fixes
project copy
* 補助情報をコピーするオプションのtypoを修正しました。

stat_visualization merge
* 不具合を修正しました。


What's Changed
* statiscs visualizeの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/644
* ドキュメント修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/647
* 補助情報をコピーするオプションのtypoを修正 by unarist in https://github.com/kurusugawa-computer/annofab-cli/pull/648
* typoの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/650
* stat_visualization merge:不具合修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/651


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

Page 19 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.