X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=5b36a9deec9b1b3d560288d6abd01d5860a43799;hb=HEAD;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=b8325bf3d7fa12253101f10f3b501a8a6df90984;p=sort-networks.git diff --git a/ChangeLog b/ChangeLog index e69de29..5b36a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,24 @@ +2011-06-06, Version 1.1.0 + * libsortnetwork, sn-pairwisesort: Creation of the Pairwise Sorting + network has been fixed for arbitrary n. + * libsortnetwork: Make sure stages are correctly numbered in + sn_network_network_add(). + * libsortnetwork: New functions: + + sn_{network,stage}_compare() + + sn_{network,stage,comparator}_get_hashval() + + sn_{network,stage}_show_fh() + * sn-count-markov: New tool to determine the circle length of random + walks. + * sn-count-cuts: New tool to count the number of networks reachable + through cuts. + * sn-evolution: The "-m" (chose merger) option has been added. + Mutation has been disabled. + * sn-evolution-cut: The "-n" (number of iterations) and "-r" (target + rating) options have been added. + * sn-markov: The "-b" (Bitonic Sort) option has been added. + * sn-tex-cut: New tool to visualize cut sequences. + * sn-transpositionsort: New tool to generate Odd-even + Transpositionsort networks. + +2010-12-21, Version 1.0.0 + * Initial release.