Skip to content

Rename transalchemy → alchemize#51

Merged
twiecki merged 1 commit intomainfrom
rename/alchemize
Apr 1, 2026
Merged

Rename transalchemy → alchemize#51
twiecki merged 1 commit intomainfrom
rename/alchemize

Conversation

@twiecki
Copy link
Copy Markdown
Collaborator

@twiecki twiecki commented Apr 1, 2026

Summary

  • Rename package directory transalchemy/ to alchemize/ (using git mv to preserve history)
  • Update all Python imports, string references, and entry points across the codebase
  • Update pyproject.toml (package name, CLI entry point, package list)
  • Update README.md and all examples, tests, benchmarks, and notebooks

Test plan

  • Verify uv sync installs correctly with new package name
  • Run test suite: uv run pytest
  • Verify CLI entry point: uv run alchemize --help
  • Spot-check imports: uv run python -c "from alchemize import compile_model"

🤖 Generated with Claude Code

Rename package directory and update all imports, references, entry points,
and documentation to reflect the new package name alchemize.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@twiecki twiecki changed the title Rename transalchemy to alchemize Rename transalchemy → alchemize Apr 1, 2026
@twiecki twiecki merged commit 8586d5e into main Apr 1, 2026
3 checks passed
@twiecki twiecki deleted the rename/alchemize branch April 1, 2026 18:23
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.

1 participant