From 021b1cfdb750f6c90b6134937c5999b26d3067f2 Mon Sep 17 00:00:00 2001 From: Attila Egri-Nagy Date: Sun, 13 Aug 2023 13:20:16 -0400 Subject: [PATCH] adding note in the changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a87d4bf..201400c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ CompactNotation has different semantics now. Other changes: DotTransformation added. + ComputeSkeletonNavigationTables added. This replaces the previous caching mechanisms. With this all skeleton navigation functions can be precomputed. 0.9.6 MakeRepresentative added. To simplify the process of changing a representative, the primitve caching mechanism for the words navigating in the equivalence classes were removed. This makes computing the morphism for holonomy less performant. Proper memoization is to be added later. 0.9.5