0.1.4
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
toEndReason.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
andPore
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.