From c09774abe734d75922545654310ca7e65aef50d4 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Sun, 22 Feb 2026 22:45:43 -0800 Subject: [PATCH] fix link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8286e22..5d3b2eb 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ simultaneously. The computation of the Wigner symbols is not in itself multithre may be added in the future). 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/ -LRUCache.jl). Hence, it no longer stores all Wigner symbols ever computed, but only the +rather in an `LRU` cache from [LRUCache.jl](https://github.com/JuliaCollections/LRUCache.jl). +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 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