Skip to content

v1.0.5

Compare
Choose a tag to compare
@cubist38 cubist38 released this 13 May 09:59
· 45 commits to main since this release

BREAKING CHANGE: Rename package and CLI from mlx-server to mlx-openai-server

Summary

This PR introduces a breaking change by renaming the package and CLI from mlx-server to mlx-openai-server to resolve PyPI naming conflicts and improve compatibility.

Changes

  • Renamed the package in setup.py from mlx-server to mlx-openai-server
  • Updated all CLI references from mlx-server to mlx-openai-server
  • Updated the repository/package name in the README and all usage instructions
  • Added a "Breaking Change" notice to the README

Impact

Breaking change:
All users must update their scripts, CLI commands, and installation instructions to use mlx-openai-server instead of mlx-server.

Motivation

The original name mlx-server was too similar to existing projects on PyPI, causing upload errors. This change ensures uniqueness and future compatibility.

Migration

  • Replace all usage of mlx-server with mlx-openai-server in your scripts and CLI commands.
  • Update any installation instructions to use the new package name.