Annofabcli

Latest version: v1.84.2

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

Scan your dependencies

Page 10 of 38

1.68.0

Deprecation Schedule
* 2022-09-01以降に`input_data put`コマンドでZIPファイルの登録する機能を廃止します。替わりに`input_data put_with_zip`コマンドをご利用ください。

New Features
* `input_data put_with_zip`コマンドを追加しました。ZIPファイルをアップロードして入力データを作成できます。

What's Changed
* [travis.yaml] pipのバージョンを最新にして、pillow9.2.0のインストールに失敗しないようにした。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/819
* zipファイルから入力データを作るためのコマンドの作成 by pfe171 in https://github.com/kurusugawa-computer/annofab-cli/pull/820
* version up by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/821


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

1.67.0

Enhancements
* `task reject`:3DPCプロジェクトの場合に検査コメントを付与する場合は、`--custom_project_type 3dpc`を指定すれば、`--comment_data`を指定しなくても良いようにしました。


What's Changed
* Windows環境で、JSON文字列を指定する方法を記載しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/817
* [task reject] 3DPCプロジェクトの場合に、`--comment_data`を指定しなくても検査コメントを付与できるようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/818


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

1.66.5

New Feature
* `comment list`コマンドを作成しました。

Enhancements
statistics visualize
* 折れ線グラフに十字線を表示しました。
![image](https://user-images.githubusercontent.com/6350027/177734407-ccf323ae-9758-465c-869f-1b7d9cf33b8d.png)
* 折れ線グラフのツールチップの内容を見直しました。
* 折れ線グラフの一部がプロットされていない問題を修正
* `累積折れ線-横軸_日-縦軸_作業時間.html`, `累積折れ線-横軸_日-縦軸_作業時間.html`のタイトルや凡例に、「作業時間」ではなく「計測作業時間」と明記する。実績作業時間と計測作業時間を区別できるようにするため。


What's Changed
* `comment list` コマンドを作成 by maekawatoshiki in https://github.com/kurusugawa-computer/annofab-cli/pull/800
* annofabapi v0.61.0に対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/811
* [statistics visualize] 折れ線グラフの修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/812
* [statistics visualize] 出力される折れ線グラフの内容を変更しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/813
* veresion up by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/814

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

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

1.66.3

Bug Fixes
stat_visualization mask_user_info
* プロットするデータがない場合に、エラーが発生しないようにしました。

Enhancements
statistics visualize
* 以下の折れ線グラフで、フェーズごとの作業時間もプロットしました。
* 折れ線-横軸_日-全体.html
* 累積折れ線-横軸_日-全体.html
* `累積折れ線-横軸_日-縦軸_作業時間.html`のグラフを、日付が連続になるようにプロットしました。






What's Changed
* [statistics visualize] `折れ線-横軸_日-全体.html`などの折れ線グラフに、フェーズごとの作業時間を表示するうようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-cli/pull/810


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

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

Page 10 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.