Annofabcli

Latest version: v1.84.4

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

Scan your dependencies

Page 11 of 39

1.66.2

What's Changed
* [stat_visualization mask_user_info] タスクlist.csvのマスクに失敗する不具合の修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/809


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

1.66.1

Enhancements
stat_visualization mask_user_info
* `--dir`に渡す値を、「プロジェクトディレクトリが存在するディレクトリ」から「プロジェクトディレクトリ」に変更しました。それに伴

statistics visualization
* 出力結果の`累積折れ線-横軸_日-縦軸_作業時間.html`に最大60人まで折れ線グラフを表示するようにしました。
* 出力結果の`タスクlist.csv`から以下の列を削除しました。
* user_id, username, started_datetime, updated_datetime, sampling: これらの情報から生産性に関する情報は得られないため
* number_of_rejections: 既存の列から簡単に算出できるため
* diff_days_to_first_inspection_started, diff_days_to_first_acceptance_started, diff_days_to_first_acceptance_completed : 既存の列から簡単に算出できるため




What's Changed
* python3.7の内容を削除 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/806
* Bump numpy from 1.21.1 to 1.22.0 by dependabot in https://github.com/kurusugawa-computer/annofab-cli/pull/805
* annotation list_count.rst のtypoを修正 by usakotail in https://github.com/kurusugawa-computer/annofab-cli/pull/808
* [stat_visualization mask_user_info] `--dir`, `--output_dir`に渡す値を変更しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/807


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

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

Page 11 of 39

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.