Font size: Increase font size Decrease font size Switch style sheet from default to highcontrast and back

Barriers - Changelog

Version 1.8.x

1.8.1
    • Fix connected component option
    • Update connected component description
    • Fix various mixed usages of signed/unsigned types
    • Replace hash table implementation with one that uses separate chaining with linked lists instead of simple linear probing
    • Refrain from installing get_hashbits.pl since this is only required at compile-time
    • Refactor installation process of Perl 5 scripts and Perl 5 module
1.8.0
    • Fix command line argument parsing
    • Fix potentially running into infinite loops
    • Change data type for minima indices to unsigned long
    • Fix connected component output and help message
    • Add command line parameters to specify rate file names
    • Abort if number of input lines exceeds 2/3 of hash size
    • Re-integrate command line parameter to specify mapped structure output
    • Fix several memory leaks
    • Always print graph and move set options to STDERR unless --quiet option is provided
    • Use Markdown files for ChangeLog and README
    • Add alternative RNA2 graph and move set implementation by Felix Kuehnl (may be removed again in an upcoming version)

Version 1.7.x

1.7.0
    • Disable Shift moves by default
    • Added noLP-rate functionality
    • Added ligand binding functionality
    • Added /scripts/crossrates.pl for post-processing ligand data
    • Allow up to 34 HASHBITS in configure.ac (default 27)

Version 1.6.x

1.6.0
    • Add functionality to map structures to their corresponding macro states.
    • Allow for writing the output of --mapstruc to a file instead of stderr
    • ...tons of other updates

Version 1.5.x

1.5.2
    • Initial release.