Rename the package and CLI to madsuite - #7
Merged
Merged
Conversation
The package outgrew its name: what began as Python bindings for ExaModels.jl now carries solver management, the compiled-model cache, and the warm session — the Python front door to the MadSuite stack. So: - package and import name: madsuite (PyPI name checked free) - CLI: madsuite (serve/status/stop) - environment variables: MADSUITE_DAEMON, MADSUITE_CACHE - default paths: $XDG_RUNTIME_DIR/madsuite, ~/.cache/madsuite - repository: madsuite-org/madsuite-py (URLs updated throughout) ExaModels.jl keeps its name everywhere it is meant: the backend, the citation, the Julia packages. The examples' import alias stays 'exa' — an inheritance from the backend this package still speaks for. Renamed before any release on purpose: today this costs a sed; the day after a first release it costs users. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
sshin23
force-pushed
the
rename/madsuite
branch
from
August 19, 2026 03:30
f7184a2 to
8497ee3
Compare
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.
As discussed: the package outgrew its name — modeling, solver management, the compiled-model cache and the warm session make it the Python front door to the MadSuite stack, not a thin ExaModels binding. Package, import and CLI become
madsuite; the repository becomesmadsuite-org/madsuite-py(rename attempted separately — old URLs redirect); env vars becomeMADSUITE_*.ExaModels.jlkeeps its name everywhere it's meant (backend, citation, Julia packages), and the examples keepimport madsuite as exaas an inheritance from the backend — say the word if you'd rather retire the alias.Both
madsuiteandexamodelswere verified free on PyPI; renaming before any release is the cheap moment.Purely mechanical: 75 files, 306 insertions / 306 deletions, all
git mv+ case-sensitive substitution. Gates: full suite 348 passed (same 4 pre-existingtest_copsitems as main), ruff clean, strict docs build clean,madsuiteCLI and import smoke-tested.Based on
daemon/p1so the diff shows only the rename; merges after #6 (GitHub retargets automatically).🤖 Generated with Claude Code