Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Sep 19, 2023
1 parent 705271c commit 2cefd65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/ja/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

## Release for main branch

### v1.1.2

- <https://github.com/tier4/autoware_perception_evaluation/pull/91>

- 【ci】`Python3.7.11``Poetry1.6.1`以降が使えないため、`Poetry1.5.1`に固定

- <https://github.com/tier4/autoware_perception_evaluation/pull/90>

- 【fix】`PerceptionAnalyzer`での誤差計算時にTPが無いラベルが一つでもあれば空の`pd.DataFrame`を返すバグの修正

### v1.1.1

- <https://github.com/tier4/autoware_perception_evaluation/pull/88>
Expand Down
2 changes: 1 addition & 1 deletion perception_eval/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>perception_eval</name>
<version>1.1.1</version>
<version>1.1.2</version>
<description>Autoware Perception Evaluator</description>
<maintainer email="[email protected]">Satoshi Tanaka</maintainer>
<maintainer email="[email protected]">Kotaro Uetake</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cspell: ignore Shunsuke Miura, Shintaro Tomie
[tool.poetry]
name = "perception_eval"
version = "1.1.1"
version = "1.1.2"
description = ""
authors = [
"Satoshi Tanaka <[email protected]>",
Expand Down

0 comments on commit 2cefd65

Please sign in to comment.