Merged
Conversation
Fixes #6
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6