Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/kernels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.3
Choose a base ref
...
head repository: huggingface/kernels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.4
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 4, 2025

  1. Remove to-wheel subcommand (#191)

    This subcommand is really under-maintained (e.g. doesn't support
    non-CUDA backends), nobody really seems to use it, and wheels bring back
    the issues that `kernels` is supposed to solve.
    
    Let's instead focus on getting more adoption and testing of kernel
    version locking/pre-downloading.
    danieldk authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ec8a1e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. fix version (#193)

    MekkCyber authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    3d3af11 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Add support for backend dependencies

    This change adds support for backend-specific dependencies. We use the dependencies from `kernel-builder` and validate upon loading that all dependencies are permitted dependencies.
    danieldk authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    b5c2145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8621dd5 View commit details
    Browse the repository at this point in the history
  3. Set version to 0.11.4

    danieldk committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    d597864 View commit details
    Browse the repository at this point in the history
Loading