Skip to content

v2.0.2 - PyPI Project Name Consistency

Choose a tag to compare

@ChenPaulYu ChenPaulYu released this 14 Nov 05:25
· 11 commits to main since this release

What's New

  • Consistent Naming: PyPI project name now matches repository name ()
  • 🔧 Python Package: Still uses for imports (no code changes needed)
  • 📚 Documentation: Updated all references to reflect new PyPI project name

Installation

pip install torch>=2.0.0
pip install all-in-one-fix --no-build-isolation

Note:

  • Install with: pip install all-in-one-fix (PyPI project name)
  • Import with: import allin1fix (Python package name)
  • CLI: allin1fix --help (based on Python package name)

Changes

  • Changed PyPI project name from allin1fix to all-in-one-fix (matches repository)
  • Updated all documentation and installation instructions
  • Python package name remains allin1fix (backward compatible for imports)
  • Updated PyPI URLs and trusted publishing configuration

Consistency

Now matches the pattern used by other projects:

  • ✅ PyPI project name: all-in-one-fix (matches repository)
  • ✅ Repository name: all-in-one-fix
  • ✅ Python package: allin1fix (for imports)