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: QuantumKitHub/TensorKit.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.1
Choose a base ref
...
head repository: QuantumKitHub/TensorKit.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.2
Choose a head ref
  • 12 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 6, 2026

  1. Small fixes for upstream + CUDA (#366)

    * Small fixes for upstream + CUDA
    
    * Update ext/TensorKitChainRulesCoreExt/linalg.jl
    
    Co-authored-by: Lukas Devos <ldevos98@gmail.com>
    
    * Update src/tensors/tensor.jl
    
    Co-authored-by: Lukas Devos <ldevos98@gmail.com>
    
    * Update ext/TensorKitCUDAExt/cutensormap.jl
    
    Co-authored-by: Lukas Devos <ldevos98@gmail.com>
    
    * Remove unneeded method
    
    ---------
    
    Co-authored-by: Lukas Devos <ldevos98@gmail.com>
    kshyatt and lkdvos authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    4e22032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c46d4fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1717210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    194a66b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Configuration menu
    Copy the full SHA
    e4aa683 View commit details
    Browse the repository at this point in the history
  2. Consider strategy.rev

    Yue-Zhengyuan committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    9f4a339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a8458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c050c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e8e898 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    91fa268 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Promote storagetypes (#370)

    * add `storagetype` implementations for more different tensor types
    
    * remove braidingtensor storagetype specialization
    
    * introduce storagetype promotion system
    
    * use storagetype promotion system
    
    * bypass storagetype promotion system for braidingtensor
    
    * immediately use storagetype
    
    * add implementation for n-ary promotion
    
    * update Changelog
    
    * make Aqua happy
    lkdvos authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    80bd0bc View commit details
    Browse the repository at this point in the history
  2. v0.16.2 (#371)

    * update changelog
    
    * Bump v0.16.2
    lkdvos authored Feb 10, 2026
    3 Configuration menu
    Copy the full SHA
    71d6c00 View commit details
    Browse the repository at this point in the history
Loading