Skip to content

refactor: rename Tier4 to T4Devkit#275

Merged
ktro2828 merged 2 commits into
mainfrom
refactor/class/t4devkit
May 27, 2026
Merged

refactor: rename Tier4 to T4Devkit#275
ktro2828 merged 2 commits into
mainfrom
refactor/class/t4devkit

Conversation

@ktro2828

Copy link
Copy Markdown
Collaborator

What

This pull request performs a comprehensive renaming of the main database class from Tier4 to T4Devkit throughout the codebase, documentation, and tests. The change standardizes the naming, updates all relevant import statements, docstrings, and user-facing messages, and marks the old Tier4 class as deprecated in favor of T4Devkit. This ensures consistency and clarity for users and developers interacting with the library.

Core class renaming and deprecation:

  • Renamed the primary database class from Tier4 to T4Devkit in t4_devkit/tier4.py, updated all references, and marked Tier4 as deprecated with a warning to use T4Devkit instead. [1] [2]

These changes ensure a smooth transition to the new class name and maintain backward compatibility by deprecating the old class rather than removing it immediately.

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@github-actions github-actions Bot added ci Continuous Integration (CI) processes and testing documentation Improvements or additions to documentation refactor Refactoring code or increasing performance labels Apr 24, 2026
@ktro2828 ktro2828 linked an issue Apr 24, 2026 that may be closed by this pull request
@github-actions

github-actions Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ❌

Overall Coverage

Lines Covered Coverage Threshold Status
4225 3496 83% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/helper/rendering.py 18% 🔴
t4_devkit/helper/timeseries.py 27% 🔴
t4_devkit/sanity/safety.py 100% 🟢
t4_devkit/sanity/tier4/tiv001.py 96% 🟢
t4_devkit/tier4.py 83% 🟢
TOTAL 65% 🔴

updated for commit: f6c70c4 by action🐍

@ktro2828 ktro2828 requested a review from KSeangTan April 24, 2026 08:45
@ktro2828 ktro2828 changed the title refactor: Rename Tier4 to T4Devkit refactor: rename Tier4 to T4Devkit Apr 24, 2026

@KSeangTan KSeangTan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the changes.

@ktro2828 ktro2828 merged commit 3666873 into main May 27, 2026
4 of 5 checks passed
@ktro2828 ktro2828 deleted the refactor/class/t4devkit branch May 27, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration (CI) processes and testing documentation Improvements or additions to documentation refactor Refactoring code or increasing performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggestion to rename the class Tier4

2 participants