Skip to content

0.3.21

Compare
Choose a tag to compare
@0x55555555 0x55555555 released this 11 Nov 09:29
· 14 commits to master since this release

[0.3.21]

Added

  • Support for python 3.13.
  • New end reason for reads terminated due to an analysis configuration change.
  • Ability to disable flushing on batch complete
  • Use new LinuxOutputStream to cache allocations and reduce memory when writing many files.
  • svb16 headers packaged with pod5

Changed

  • Removed use of Boost. This does not affect the C interface, but may require changes to
    consumers of the C++ headers.
  • Refactored directio writing engine to open up async io support.
  • Fixed Boost version compatibility checking in Conan packages.
  • Reduced allocations when compressing signal.
  • Directio output now writes on batch complete without flushing explicitly.

Fixed

  • Crash when searching empty file for reads.