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/safetensors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.5
Choose a base ref
...
head repository: huggingface/safetensors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 8, 2024

  1. Update __init__.pyi (#533)

    small spelling error
    w1gs authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    41bd1ac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Trying some new CI. (#539)

    * Trying some new CI.
    
    * Not too new, thanks TF.
    
    * Use the correct token.
    Narsil authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8a5746e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Attempt to fix bench + update TF + maturin abi3 CI. (#540)

    * Attempt to fix bench + update TF + maturin abi3 CI.
    
    * Bench only on main
    Narsil authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f5839b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    038dcbb View commit details
    Browse the repository at this point in the history
  2. Upgrading PyO3 to 0.23 (#543)

    * Update pyo3 to 0.23 and remove calls to deprecated methods
    
    * Implement IntoPyObject trait
    
    * Migrate IntoPy to IntoPyObject for Device
    
    * Remove into_py calls pt1
    
    * Remove into_py calls pt2
    
    * Remove into_py calls pt3
    
    * Macos-12 is deprecated.
    
    * Clippy.
    
    * Remove codecov.
    
    ---------
    
    Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
    IvanIsCoding and Narsil authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    6e9c9b3 View commit details
    Browse the repository at this point in the history
  3. Upgrade version number. (#550)

    * Upgrade version number.
    
    * Adding dynamic property.
    Narsil authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    98fd688 View commit details
    Browse the repository at this point in the history
  4. Upgrade version number.

    Narsil committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    ed917e7 View commit details
    Browse the repository at this point in the history
  5. Release 0.5.0

    Narsil committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    69ad4f7 View commit details
    Browse the repository at this point in the history
Loading