Rename project to SoccerDiffusion#73
Merged
Merged
Conversation
4da3aab to
91879be
Compare
91879be to
f8f440a
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR renames the project from “DDLitLab2024” to “SoccerDiffusion” by updating import paths, configuration files, and documentation entries.
- Updated all module imports and references from ddlitlab2024 to soccer_diffusion.
- Modified package configuration in pyproject.toml and repository URLs in README.
- Adjusted CLI scripts, VS Code settings, GitHub workflows, and project board links to reflect the new project name.
Reviewed Changes
Copilot reviewed 77 out of 77 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| soccer_diffusion/dataset/dummy_data.py | Updated module imports for renamed project. |
| soccer_diffusion/dataset/db.py | Updated module imports for renamed project. |
| soccer_diffusion/dataset/converters/synced_data_converter.py | Updated imports including utils update from ddlitlab2024 to soccer_diffusion. |
| soccer_diffusion/dataset/converters/image_converter.py | Updated import paths for renamed project. |
| soccer_diffusion/dataset/converters/game_state_converter/bit_bots_game_state_converter.py | Updated import paths for renamed project. |
| soccer_diffusion/dataset/converters/game_state_converter/b_human_game_state_converter.py | Updated import paths for renamed project. |
| soccer_diffusion/dataset/converters/converter.py | Updated import paths for renamed project. |
| soccer_diffusion/dataset/cli/run.py | Updated CLI messages, module imports, and references to renamed project. |
| soccer_diffusion/dataset/cli/args.py | Updated CLI description and imports for renamed project. |
| soccer_diffusion/dataset/init.py | Updated import paths for renamed project. |
| soccer_diffusion/init.py | Updated project name, environment variable keys, and DB path in the initialization logic. |
| pyproject.toml | Updated project name, version, and repository URL. |
| README.md | Updated project title, cloning instructions, and project references. |
| .vscode/settings.json, .vscode/launch.json, .github/workflows/test-dataset.yml, .github/pull_request_template.md | Adjusted references and paths to reflect the renamed project. |
texhnolyze
approved these changes
May 8, 2025
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.
Proposed changes
Renames project to
SoccerDiffusion.The previous name
DDLitLab2024was only a temporary placeholder.Related issues
Fixes #61
Checklist
DDLitLabproject board