File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 11.. An online version of the release history can be found here:
22.. http://pysam.readthedocs.io/en/latest/release.html
33
4+ Release 0.22.1
5+ ==============
6+
7+ .. rubric:: 24 April 2024
8+
9+ Bugfix release, which still wraps htslib/samtools/bcftools 1.18.
10+
11+ Bugs fixed:
12+
13+ * Preserve all header field tags defined in the SAM specification (notably TP)
14+ in :meth:`.AlignmentHeader.from_dict` and :meth:`.AlignmentHeader.to_dict`
15+ (#1237, PR #1238, thanks to Tim Fennell and Nils Homer)
16+
17+ * Adjust HTSlib's Makefile so that ``make distclean`` no longer tries to
18+ rebuild the htscodecs configury (PR #1247, reported by Nicola Soranzo)
19+
20+ * Reinstate S3 support in pre-built Linux wheels: support for this protocol
21+ was inadvertently omitted from the pre-built 0.22.0 wheels on Linux
22+ (#1249, #1277, etc varying circumstances; likely it is this that was
23+ reported by Mathew Baines, Benjamin Sargsyan, et al)
24+
25+ * Add missing :attr:`.AlignedSegment.is_mapped` etc properties to type stubs
26+ (PR #1273, thanks to Matt Stone)
27+
28+ * Fix off-by-one NamedTupleProxy, :class:`.asBed`, etc array bounds check
29+ (#1279, reported by Dan Bolser)
30+
31+ * Make pysam's klib headers compatible with C++ (reported by Martin Grigorov)
32+
33+
434Release 0.22.0
535==============
636
Original file line number Diff line number Diff line change 5151
5252# General information about the project.
5353project = u'pysam'
54- copyright = '2009–2023 Andreas Heger, John Marshall, Kevin Jacobs, et al'
54+ copyright = '2009–2024 Andreas Heger, John Marshall, Kevin Jacobs, et al'
5555
5656# Included at the end of each rst file
5757rst_epilog = '''
Original file line number Diff line number Diff line change 11# pysam versioning information
2- __version__ = "0.22.0 "
2+ __version__ = "0.22.1 "
33
44__samtools_version__ = "1.18"
55__bcftools_version__ = "1.18"
You can’t perform that action at this time.
0 commit comments