Skip to content

feat: enable to load a specific version of the dataset#161

Merged
ktro2828 merged 1 commit into
mainfrom
feat/load-specific-version
Jun 27, 2025
Merged

feat: enable to load a specific version of the dataset#161
ktro2828 merged 1 commit into
mainfrom
feat/load-specific-version

Conversation

@ktro2828

Copy link
Copy Markdown
Collaborator

What

This PR allows users to load the specific version of the dataset by using revision: str parameter.
In the construction of Tier4 class, you can specify revision: str as follows:

from t4_devkit import Tier4

t4 = Tier4("data/t4", revision="2")

If you doesn't specify revision, it searches the latest one.

@github-actions github-actions Bot added documentation Improvements or additions to documentation new-feature New feature or request labels Jun 25, 2025
@github-actions

github-actions Bot commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ❌

Overall Coverage

Lines Covered Coverage Threshold Status
2359 1588 67% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/common/sanity.py 0% 🔴
t4_devkit/tier4.py 17% 🔴
TOTAL 8% 🔴

updated for commit: 35d256f by action🐍

@ktro2828 ktro2828 changed the title feat: able to load the specific version of the dataset feat: enable to load the specific version of the dataset Jun 27, 2025
@ktro2828 ktro2828 changed the title feat: enable to load the specific version of the dataset feat: enable to load a specific version of the dataset Jun 27, 2025
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@ktro2828 ktro2828 force-pushed the feat/load-specific-version branch from e4984d7 to 35d256f Compare June 27, 2025 01:11
@ktro2828 ktro2828 merged commit 2484365 into main Jun 27, 2025
5 checks passed
@ktro2828 ktro2828 deleted the feat/load-specific-version branch June 27, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation new-feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant