Skip to content

0.1.4

Compare
Choose a tag to compare
@0x55555555 0x55555555 released this 23 Dec 10:17
· 366 commits to master since this release

Bug fixes since the 0.1.0 release.

Changed

  • Linux python 3.11 wheels
  • OSX arm64 wheel naming corrections - works with wider set of python executables
  • rtd support
  • Fixed osx arm64 wheel compatibility for older python versions.
  • Fixed EndReason type errors.
  • Renamed EndReason.name to EndReason.reason to access the inner enum and added
    EndReason.name as a property to return the string representation of this enum value.
  • Fixed EndReason in pod5 to fast5 conversion.
  • Removed deprecated Writer functions.
  • BaseRead, Read, CompressedRead, Calibration and Pore dataclasses are now mutable.
  • Added Reader.__iter__ method.
  • Optimised the file writing utilities
  • Restricted exported boost dependencies of conan package to just the boost::headers component.