SUNRepresentations v0.3.0
Version 0.3.0 comes with quite a few breaking changes to this package:
- TensorKit.jl is now no longer a dependency, and
TensorKitSectors.jl
is used instead. This enables the use of newer versions of TensorKit, simultaneously updating compatibility with TensorOperations and SparseArrayKit versions. - Clebsch-Gordan coefficients are now no longer computed in bulk, which reduces the load for computing large irreps appearing in the expansion of
s1 * s2
, which are sometimes not used.
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#14) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#15) (@dependabot[bot])
- Bump julia-actions/julia-format from 2 to 3 (#16) (@dependabot[bot])
- Update links and badges (#17) (@leburgel)
- Bump julia-actions/setup-julia from 1 to 2 (#19) (@dependabot[bot])
- Single CGC computation + locking on read (#20) (@LHerviou)
- Fixing naming convention for pid (#21) (@LHerviou)
- some weird changes to attempt to stabilize tests (#22) (@lkdvos)
- Bump codecov/codecov-action from 4 to 5 (#26) (@dependabot[bot])