Test New PyProject & PyPi Publishing#7
Merged
SoundsSerious merged 2 commits intomainfrom Aug 23, 2025
Merged
Conversation
- Removed legacy egg-info files and setup.py in favor of pyproject.toml for modern packaging. - Updated project version to 0.2.0 and adjusted dependencies in pyproject.toml. - Cleaned up test files and ensured compatibility with the latest dependencies. - Fixed minor formatting issues in test_costs.py.
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.
This pull request introduces significant improvements to project infrastructure, automation, and documentation, with a focus on modernizing workflows, standardizing naming, and providing developer guidance. The most important changes are grouped below.
Continuous Integration & Automation Enhancements:
.github/workflows/build.yml:mainbranch, expands Python version matrix, upgrades Actions versions, and restricts workflow triggers to relevant files.engforgepackage..github/workflows/release.yml):.github/workflows/docs.yml):.pre-commit-config.yaml):Project Structure & Naming Standardization:
ottermaticstoengforgein theDockerfile, including working directory, copy paths, and installation commands. [1] [2]README.mdto reflect the newengforgeproject name and repository. [1] [2]Documentation & Developer Guidance:
CLAUDE.md):engforge.README.md:engforgeimports and naming, and clarifies usage patterns for components, systems, and solvers. [1] [2]Funding & Community Support:
.github/FUNDING.ymlto enable GitHub Sponsors and other funding platforms, with a Buy Me a Coffee username.These changes collectively modernize the project's infrastructure, improve developer experience, and set the stage for future contributions.