Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to htscodecs 1.3.0 #1489

Merged
merged 1 commit into from
Aug 9, 2022
Merged

Conversation

daviesrob
Copy link
Member

@daviesrob daviesrob commented Aug 9, 2022

  • Substantial reduction to name tokeniser memory.
  • Improve compiler SIMD support tests
  • Conditionally build SIMD object files based on configure results
  • Remove GNU make-ism
  • Merge Various speed improvements to rANS codecs (PR Various speed improvements to rANS codecs. htscodecs#53)
  • Fix compression of data blocks close to 2GB in size. (PR Fix compression of data blocks close to 2GB in size. htscodecs#55)
  • Rename NEWS to NEWS.md
  • Switch CI to rocklinux:9 instead of :latest
  • Preparation for v1.3.0 release
  • Fix big-endian rans_compress_O0_32x16() to match little-endian
  • Fix clash with overlapping buffers in 32x16 scalar O1 decoder.
  • Update README file to acknowledge rans32x16 options
  • Add a -b (benchmark) option to test/entropy
  • Add some simple entropy encoder benchmarks
  • Fix bug with RANS_ORDER_STRIPE on large blocks.

 * Substantial reduction to name tokeniser memory.
 * Improve compiler SIMD support tests
 * Conditionally build SIMD object files based on configure results
 * Remove GNU make-ism
 * Merge Various speed improvements to rANS codecs (PR samtools#53)
 * Fix compression of data blocks close to 2GB in size. (PR samtools#55)
 * Rename NEWS to NEWS.md
 * Switch CI to rocklinux:9 instead of :latest
 * Preparation for v1.3.0 release
 * Fix big-endian rans_compress_O0_32x16() to match little-endian
 * Fix clash with overlapping buffers in 32x16 scalar O1 decoder.
 * Update README file to acknowledge rans32x16 options
 * Add a -b (benchmark) option to test/entropy
 * Add some simple entropy encoder benchmarks
 * Fix bug with RANS_ORDER_STRIPE on large blocks.
@jkbonfield jkbonfield merged commit d77192a into samtools:develop Aug 9, 2022
@daviesrob daviesrob deleted the htscodecs_1.3.0 branch August 9, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants