Annofab-3dpc-editor-cli

Latest version: v0.2.3

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

Scan your dependencies

Page 1 of 3

0.2.3

What's Changed
New Features
* Annofabのパーソナルアクセストークンに対応しました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/147


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
Enhancements
* サポートするPythonバージョンを「3.8以上」から「3.9以上」に変更しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/137
* `dataclasses-json`と`fire`の許容するバージョンの範囲を広げました by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/139

Others

* Bump version 0.2.2a1 by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/129
* 自動でpublishするためのGitHub Actionsを追加 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/130
* Annofabリリースに伴う更新 by tei6 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/132
* Update kitti_3d_object_detection.md by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/133
* ReadTheDocsのbuild errorを修正する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/134
* Feature/135 readme by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/136
* `docker/Dockerfile`を削除 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/138
* Annofab点群形式のラベルファイルの説明を修正 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/143
* `poetry-dynamic-versioning`を導入して、GitHubのバージョンタグからバージョンを動的に生成するようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/140

New Contributors
* tei6 made their first contribution in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/132

**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
New Features

* RGB付き点群データの登録に対応 by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/127


Others

* python3.11でも実行できるようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/125

**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
New Features
* アノテーション仕様標準プラグインを利用したプロジェクトに対応する by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/121

Documentation
* ドキュメントのヘッダーにGitHubアイコンを追加する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/119
* ライセンスの追加と、PyPIに設定するメタ情報の追加。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/116


Others
* "AnnoFab"から"Annofab"に置換する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/117


**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.1.9...v0.2.0

0.1.9

What's Changed

Bug Fixes

Enhancements
* [project create] プロジェクト設定の「タスクの割当方法」を、画面からプロジェクトを作成したときの設定に合わせるようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/90
* [project create] project_idをオプショナルにして、替わりにプロジェクト名(title)を必須にする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/105
* [project upload_scene] タスク作成に失敗したときに、失敗の原因を出力するようにしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/91
* [project upload_scene] タスクを作成する場合は、`--task_id_prefix`を必須にしました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/99
* [project upload_scene] 登録する補助情報の種類を「カスタム」ではなく適切な値にする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/101
* [project put_segment_label, put_cuboid_label] --color, --name_ja ,--label_idをオプショナルにする by pfe171 in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/106
* annofab_endpoint引数を追加 by seraphr in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/95

Documentation
* 拡張KITTI形式のドキュメントに`file_extension`の使用例を追加しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/87
* "AnnoFab"から"Annofab"にリネーム by thamaji in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/107
* 拡張KITTI形式 から Annofab点群形式(KITTIベース) にリネームする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/110
* ReadTheDocsにpublishするための準備 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/111
* ReadTheDocsのビルド失敗に対応する by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/113


Others
* タスク作成処理を`initiateTasksGenerationAPI`から`putTask`APIを使うように変更しました。 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/98
* _create_tasks関数に型ヒントを追加する 98関係 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/102
* devcontainer用のDockerfileを更新:poetryのインストールで失敗しないようにした by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/104
* 依存ライブラリのバージョンアップ by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/103
* anno3dコマンドのpublic化対応 by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/100
* travisciでエラーが発生しないようにする by yuji38kwmt in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/108

New Contributors
* pfe171 made their first contribution in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/101
* thamaji made their first contribution in https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/pull/107

**Full Changelog**: https://github.com/kurusugawa-computer/annofab-3dpc-editor-cli/compare/v0.1.8...v0.1.9

0.1.8

* 28 `scene.meta`が無い場合、入力データの順序をファイル名(拡張子を除く部分)の昇順とするようにした
* 32 `scene.meta`の`image_extension`に対応し、png以外のファイルを補助データとしてアップロードできるようにした
* 36 コマンドライン引数に`--input_data_id_prefix`と`--input_id_prefix`が混在していたのを`--input_data_id_prefix`に統一
* 81 `annofabapi`で削除された機能を利用している部分を修正
* 82 開発用の設定を一部変更
* 83 fix typo

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.