X-Git-Url: https://git.octo.it/?p=sort-networks.git;a=blobdiff_plain;f=ChangeLog;h=5b36a9deec9b1b3d560288d6abd01d5860a43799;hp=11598fd03d23ac53e0d699a3b9ca9d6240ff99c9;hb=4f5cca3d0af8783bc0d44ea9f78467fd80228d09;hpb=87ae0e612365689acbd8c9da07dec3d898c7b559 diff --git a/ChangeLog b/ChangeLog index 11598fd..5b36a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +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.