* :pr:`141`: Allow chunked reading of uBAM. * Added support for Python 3.13 * Dropped support for Python 3.8
1.2.2
------------------- * :pr:`139`: Fix an error that occurred when decoding BAM records with missing quality values. These are now converted to ``None``.
1.2.1
-------------------
* Make macOS ARM64 wheels available.
1.2.0
-------------------
* :pr:`124`: Added support for chunking FASTA reads to ``read_paired_chunks``. Previously, only FASTQ was supported.
1.1.0
-------------------
* :pr:`116`: Added experimental support for reading unaligned BAM files (single-end only at the moment). This uses a custom, highly efficient BAM parser, making dnaio faster than htslib in this particular case.
1.0.1
-------------------
* :pr:`120`: Improved type annotations. * Dropped support for Python 3.7 * Added support for Python 3.12