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: SparseDifferentiation/SparseDiffPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SparseDifferentiation/SparseDiffPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.5.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 8, 2026

  1. Release v0.5.0

    Transurgeon committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    80439c7 View commit details
    Browse the repository at this point in the history
  2. Begin 0.5.1 development

    Transurgeon committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    8063407 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Repair Windows wheels with delvewheel to bundle openblas.dll (#17)

    Windows wheels shipped a .pyd that dynamically links openblas.dll from
    vcpkg, but cibuildwheel has no default repair step on Windows (unlike
    auditwheel/delocate), so the DLL was never bundled and every import
    failed with 'DLL load failed'. Run delvewheel to vendor the DLL into
    the wheel, and add a smoke-test import on all platforms so a broken
    wheel can't publish again.
    
    Fixes #15
    
    Co-authored-by: Transurgeon <peter.zijie@gmail.com>
    Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
    3 people committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    a839265 View commit details
    Browse the repository at this point in the history
  2. Release v0.5.1

    Transurgeon committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    c48455b View commit details
    Browse the repository at this point in the history
  3. Begin 0.5.2 development

    Transurgeon committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    caadc77 View commit details
    Browse the repository at this point in the history
Loading