tag:github.com,2008:https://github.com/vmikk/seqhasher/releases Release notes from seqhasher 2025-05-17T18:02:09Z tag:github.com,2008:Repository/772268723/1.1.2 2025-05-17T18:05:23Z 1.1.2 <h1>seqhasher v.1.1.2</h1> <p>Minor dependency updates</p> vmikk tag:github.com,2008:Repository/772268723/1.1.1 2024-12-08T13:51:02Z 1.1.1 <h1>seqhasher v.1.1.1</h1> <p>Updates:</p> <ul> <li>[new] support for FASTQ files</li> <li>[new] support SHA-3 hash algorithm (<code>--hash sha3</code>)</li> <li>[new] strip whitespaces from sequences</li> <li>[new] integration tests (<code>seqhasher</code> testing as a binary)</li> <li>[new] received Zenodo DOI</li> <li>[upd] disable DNA sequence validation (adds support for non-DNA characters)</li> <li>[upd] improved CI/CD tests</li> <li>[upd] refactored code</li> <li>[fix] disable filename for <code>stdin</code> (if not overridden)</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/vmikk/seqhasher/compare/1.1.0...1.1.1"><tt>1.1.0...1.1.1</tt></a></p> vmikk tag:github.com,2008:Repository/772268723/1.1.0 2024-09-22T08:03:23Z 1.1.0 <h1>seqhasher v.1.1.0</h1> <p>Updates:</p> <ul> <li>[new] support multiple hash algorithms (e.g., <code>--hash sha1,xxhash</code>)</li> <li>[new] added <code>nthash</code> and <code>blake3</code> algorithms</li> <li>[upd] nicer help message (<code>seqhasher --help</code>)</li> <li>[new] added short flag support (e.g., <code>--hash</code> or <code>-H</code>)</li> <li>[new] added continuous integration tests</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/vmikk/seqhasher/compare/1.0.0...1.1.0"><tt>1.0.0...1.1.0</tt></a></p> vmikk tag:github.com,2008:Repository/772268723/1.0.0 2024-03-30T18:57:54Z 1.0.0 <h1>seqhasher v.1.0.0</h1> <p>First stable release.</p> <ul> <li>[new] <code>--casesensitive</code> flag</li> <li>[fix] hash name validation</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/vmikk/seqhasher/compare/0.4...1.0.0"><tt>0.4...1.0.0</tt></a></p> vmikk tag:github.com,2008:Repository/772268723/0.4 2024-03-19T20:04:10Z 0.4 <ul> <li>[new] <code>--nofilename</code> flag</li> <li>[fix] zero padding of hashes</li> </ul> vmikk tag:github.com,2008:Repository/772268723/0.3 2024-03-18T16:54:01Z 0.3 <ul> <li>[new] <code>--hashtype</code> argument</li> </ul> <p>Currently, the following hash functions are supported:</p> <ul> <li>SHA1 (remains default), 160-bit hash value</li> <li>MD5, 128-bit hash value</li> <li>xxHash (<a href="https://xxhash.com/" rel="nofollow">extremely fast</a>), 64-bit hash value</li> <li>CityHash (e.g., used in <a href="https://github.com/torognes/vsearch/">VSEARCH</a>), 128-bit hash value</li> <li>Murmur3 (e.g., used in <a href="https://github.com/sourmash-bio/sourmash">Sourmash</a>, but 64-bit), 128-bit hash value</li> </ul> vmikk tag:github.com,2008:Repository/772268723/0.2 2024-03-17T19:13:34Z 0.2 <ul> <li>[new] <code>--headersonly</code> flag</li> </ul> vmikk tag:github.com,2008:Repository/772268723/0.1 2024-03-16T20:58:18Z 0.1 <p>upload source code</p> <p>v.0.1</p> vmikk