sn-tex: Fix indentation (remove tabs).
[sort-networks.git] / ChangeLog
1 2011-06-06, Version 1.1.0
2         * libsortnetwork, sn-pairwisesort: Creation of the Pairwise Sorting
3           network has been fixed for arbitrary n.
4         * libsortnetwork: Make sure stages are correctly numbered in
5           sn_network_network_add().
6         * libsortnetwork: New functions:
7           + sn_{network,stage}_compare()
8           + sn_{network,stage,comparator}_get_hashval()
9           + sn_{network,stage}_show_fh()
10         * sn-count-markov: New tool to determine the circle length of random
11           walks.
12         * sn-count-cuts: New tool to count the number of networks reachable
13           through cuts.
14         * sn-evolution: The "-m" (chose merger) option has been added.
15           Mutation has been disabled.
16         * sn-evolution-cut: The "-n" (number of iterations) and "-r" (target
17           rating) options have been added.
18         * sn-markov: The "-b" (Bitonic Sort) option has been added.
19         * sn-tex-cut: New tool to visualize cut sequences.
20         * sn-transpositionsort: New tool to generate Odd-even
21           Transpositionsort networks.
22
23 2010-12-21, Version 1.0.0
24         * Initial release.