Annofabcli

Latest version: v1.84.2

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

Scan your dependencies

Page 11 of 38

1.66.0

Deprecations
* Pythonのサポートバージョンを3.7以上から3.8以上に変更しました。

Enhancements
statistics visualize
累積折れ線-横軸_アノテーション数-教師付者用.html, 累積折れ線-横軸_入力データ数-教師付者用.html
品質を評価する以下のグラフを削除しました。
* 累積のアノテーション数と検査作業時間
* 累積のアノテーション数と受入作業時間
上記のグラフから品質は分かりますが、「累積のアノテーション数と検査コメント数」の方が品質を、よりよく表現できているからです。
※検査作業時間、受け入れ作業時間は、検査者/受入者の生産性にも依るため。

累積折れ線-横軸_{生産性単位}-{フェーズ}者用.html, 折れ線-横軸_{フェーズ}開始日-縦軸_{生産性単位}単位の指標-{フェーズ}者用.html
表示するユーザの上限を20から60に増加しました。



ユーザーごとにプロットした折れ線グラフ
* 折れ線グラフのサイズを大きくして、凡例に60人まで項目を表示できるようにしました。
* マーカの表示/非表示を切り替えるボタンを配置しました。
* すべてのプロットを非表示にするボタンを配置しました。


What's Changed
* Decrese filesize graph by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/799
* Document update by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/804


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

1.65.3

Bug Fixes
* `inspection_comment put`:検査コメントを追加できない不具合を修正
* `list_history history`:APIのエラーが発生する不具合を修正

What's Changed
* `inspection_comment put`, `list_history history`の不具合修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/795


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

1.65.1

Deprecation
* `statistics visualize`:`タスクlist.csv`から`input_duration_seconds`を削除しました。動画時間単位の生産性よりもアノテーション単位の生産性の方が有用であることが多いこと、input_duration_secondsを取得するために、「入力データ全件ファイル」のダウンロードが必要であることが、要因です。
* `histogram/ヒストグラム.html`から、「指摘を受けた画像枚数」を削除しました。基本的には「検査コメント数」のヒストグラムを見て解決するからです。
* 以下のコマンドを削除しました
* `stat_visualization write_linegraph_per_user`
* `stat_visualization write_performance_scatter_per_user`
* `stat_visualization write_task_histogram`
* `stat_visualization write_whole_linegraph`

New Features
* ` stat_visualization write_graph`コマンドを作成しました。

Bug Fixes
* `statistics visualize`:`--end_date`, `--start_date`で絞り込んだときに、正しく時間が算出されない問題を修正
* 全コマンド : Windowsで実行するとUnicodeDecodeErrorが発生するため、デフォルトエンコーディングをutf8に変更しました。



Enhancements
* `stat_visualization write_performance_rating_csv`:個別に閾値を設定できる引数`--threshold_settings`を追加
* `stat_visualization write_performance_rating_csv`:プロジェクトごとの生産性や品質、作業時間も出力するようにしました。
* `statistics visualize`:メタ情報が格納されている`project_info.json`を出力するように変更しました。
* `stat_visualization merge`:メタ情報が格納されている`merge_info.json`を出力するように変更しました。
* `statistics visualize`:複数のproject_idを指定したときに、プロジェクトごとの作業時間も出力するようにしました。



What's Changed
* `stat_visualization write_performance_rating_csv`コマンドで、プロジェクトごとの情報も出力するようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/790
* update codeql by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/791
* テキストファイルをopenする際に、`encoding="utf-8"`を指定する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/793
* 統計関係のコマンドの削除 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/792
* annofabcli stat_visualization write_graphを作成 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/794


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

1.64.2

Bug Fixes
* `statistics visualize`:`--parallelism`を指定したときにエラーが発生する不具合を修正しました。

What's Changed
* [statistics visualize] `--parallelism`を指定するとエラーになる by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/787


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

1.64.1

Bug Fixes
* `annotation import`:`--annotation`にZIPファイルを渡すとバリデーションに引っかかる不具合を修正しました。

What's Changed
* Update README.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/769
* `project download`コマンドが非推奨である旨を記載 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/771
* Update README_for_developer.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/777
* "AnnoFab"を"Annofab"に置換した by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/778
* [annotation import] `--zipを渡せないバグの修正` by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/786


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

1.64.0

New Feature
各リソースをダウンロードする以下のコマンドを追加しました。

* task download
* input_data download
* annotation download
* task_history download
* task_history_event download
* comment download

Deprecation Schedule
* 2022-07-01以降に、`project download`コマンドを廃止します。`project download`コマンドだと、名前からどのようなファイルがダウンロードできるのか想像しにくいためです。替わりに`annotation download`など、各リソースのダウンロードコマンドをご利用ください。

What's Changed
* download系のコマンドの移動 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/768


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

Page 11 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.