v1.15.0
📦 huggingface-hubView on GitHub →
✨ 4 features🐛 4 fixes🔧 9 symbols
Summary
This release introduces region selection when creating buckets and repositories via API and CLI, and adds a new command to list available marketplace skills. CLI help output has also been enhanced with ANSI styling for better readability.
✨ New Features
- Added optional `region` argument ("us" or "eu") to `create_bucket` and `create_repo` functions to pin new resources to a specific cloud region.
- Exposed the `--region` flag on the CLI for `hf buckets create` and `hf repos create` commands.
- Introduced a new `hf skills list` (alias `ls`) command to display all available Hugging Face marketplace skills and their installation status across project/global locations.
- The `hf --help` output and all subcommand help screens now use ANSI styling (underlined headings, bold names) for improved readability, automatically disabled when `NO_COLOR` is set or running under an AI agent.
🐛 Bug Fixes
- Fixed an issue where `hf update` suggested non-existent versions for installations managed via Homebrew.
- Resolved an issue where `LocalEntryNotFoundError` (offline/cache-miss errors) printed a full Python traceback; now prints a clean message (set `HF_DEBUG=1` for stack trace).
- Ensured the deprecation warning for `HF_HUB_ENABLE_HF_TRANSFER` is now visible to users.
- Corrected a hint message to correctly suggest using 'hf skills update'.