Skip to content

Commit

Permalink
more info about changes
Browse files Browse the repository at this point in the history
  • Loading branch information
egri-nagy committed Jun 28, 2024
1 parent 8e81bd4 commit e3669cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.1.0
New parsing algorithm for the attractor-cycle notation. The previous convoluted solution did not always work for more than 9 states. Breaking change: the implementation now strictly follows the context-free grammar specification, thus the expression "[1|2,3,4]" is now treated as malformed.
New parsing algorithm for the attractor-cycle notation. The previous convoluted solution did not always work for more than 9 states. Breaking change: the implementation now strictly follows the context-free grammar specification, thus the expression "[1|2,3,4]" is now treated as malformed. Adding more tests for the notation. Technical function SgpDecTestInstall2 added to get some information on memory usage of tests.
1.0.0
Covering Lemma implementation. Code for essential dependencies revised and corrected. Switching to Break Versioning.
0.9.8
Expand Down
3 changes: 0 additions & 3 deletions lib/acn.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ DeclareGlobalFunction("AttractorCycleNotation");
DeclareGlobalFunction("SimplerAttractorCycleNotation");

DeclareGlobalFunction("CycleOfTransformationFromPoint");

DeclareGlobalFunction("SplitStringAtPositions");

DeclareGlobalFunction("DotTransformation");
1 change: 1 addition & 0 deletions lib/acn.gi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## SgpDec Attractor-cycle notation for transformations
## Copyright (C) 2009-2024 Attila Egri-Nagy et.al
################################################################################
# Functions only used here are prefixed by ACN.

###############################################################################
# TRANSFORMATION -> ATTRACTOR-CYCLE NOTATION ##################################
Expand Down

0 comments on commit e3669cf

Please sign in to comment.