Skip to content

refactor: rename to GIM#7

Merged
Ki-Seki merged 1 commit intomainfrom
Ki-Seki/issue6
Sep 15, 2025
Merged

refactor: rename to GIM#7
Ki-Seki merged 1 commit intomainfrom
Ki-Seki/issue6

Conversation

@Ki-Seki
Copy link
Member

@Ki-Seki Ki-Seki commented Sep 15, 2025

Fixes #6

@Ki-Seki Ki-Seki requested a review from Copilot September 15, 2025 06:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR renames the project from "simfill" (Structured Infilling Modeling) to "gimkit" (Guided Infilling Modeling), addressing issue #6. The refactoring involves updating package names, descriptions, and imports throughout the codebase.

  • Package name changed from "simfill" to "gimkit" in pyproject.toml
  • All import statements updated to use the new "gimkit" package name
  • Project description updated from "Structured Infilling Modeling" to "Guided Infilling Modeling"

Reviewed Changes

Copilot reviewed 17 out of 19 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/simfill/init.py Empty file removed as part of package rename
src/gimkit/init.py New package initialization file with exports
src/gimkit/mask_schema.py Updated module docstring to reference GIM instead of structured infilling model
pyproject.toml Updated package name, version, and description
exp/09101-GIM-1st/train.py Updated model save path to use "GIM" instead of "SIM"
dataset/*.py Updated all import statements from simfill to gimkit
README.md Updated title to reflect new project name

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Ki-Seki Ki-Seki merged commit a2b49b1 into main Sep 15, 2025
1 check passed
@Ki-Seki Ki-Seki deleted the Ki-Seki/issue6 branch September 15, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: rename to GIM

2 participants