fix link in README
Some checks failed
CI (Julia nightly) / Julia nightly - macOS-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - ubuntu-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - windows-latest - x64 (push) Has been cancelled
CI / Julia 1 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - windows-latest - x64 (push) Has been cancelled

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-02-22 22:45:43 -08:00 committed by GitHub
parent 856c517104
commit c09774abe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@ simultaneously. The computation of the Wigner symbols is not in itself multithre
may be added in the future). may be added in the future).
WignerSymbols.jl does no longer store the Wigner 3j and 6j symbols in a `Dict` cache, but WignerSymbols.jl does no longer store the Wigner 3j and 6j symbols in a `Dict` cache, but
rather in an `LRU` cache from [LRUCache.jl](https://github.com/JuliaCollections/ rather in an `LRU` cache from [LRUCache.jl](https://github.com/JuliaCollections/LRUCache.jl).
LRUCache.jl). Hence, it no longer stores all Wigner symbols ever computed, but only the Hence, it no longer stores all Wigner symbols ever computed, but only the
most recent ones, and it that sense this is a (softly) breaking release. By default, it most recent ones, and it that sense this is a (softly) breaking release. By default, it
stores the $10^6$ most recent ones, which is probably equivalent to storing all of them in stores the $10^6$ most recent ones, which is probably equivalent to storing all of them in
most use cases. This number can be changed via the interface most use cases. This number can be changed via the interface