Skip to content

Releases: seqan/needle

Release 1.0.3

08 Nov 15:36
needle-v1.0.3
f29497b
Compare
Choose a tag to compare

Fixes

  • Resolved an issue that resulted in underestimating expression values under certain circumstances. This issue affected the expression estimation of very short transcripts (transcript size ≈ window size).
  • Resolved an issue where loading the index might have failed.

Compiler support

  • GCC: 12, 13, 14 (latest at the time of release)
  • Clang: 17, 18, 19 (latest at the time of release)
  • IntelLLVM (Intel oneAPI DPC++/C++ Compiler) 2025.0 (older versions may work)

Full Changelog: needle-v1.0.2...needle-v1.0.3

Release 1.0.3-rc.2

05 Nov 17:19
needle-v1.0.3-rc.2
653eb92
Compare
Choose a tag to compare
Release 1.0.3-rc.2 Pre-release
Pre-release

Second release candidate for 1.0.3.

Release 1.0.3-rc.1

04 Nov 17:42
needle-v1.0.3-rc.1
68bf371
Compare
Choose a tag to compare
Release 1.0.3-rc.1 Pre-release
Pre-release

First release candidate for 1.0.3.

Release 1.0.2

29 Aug 14:36
538c9f4
Compare
Choose a tag to compare

Added features:

  • ram friendly parallelization for minimiser
  • dynamic updates via insertion and deletion of sequencing experiments
  • improved false positive rate determination

Release 1.0.1

14 Oct 13:41
2048bf0
Compare
Choose a tag to compare

The first level when using the automatic cutoff approach is the cutoff + 1, the cutoffs are now the same as in other tools like Mantis.

Release 1.0.0

20 Sep 17:41
4d4ce9b
Compare
Choose a tag to compare

Initial release.