File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22Release notes
33=============
44
5- Release 0.8.5
5+ Release 0.9.0
66=============
77
8+ Overview
9+ --------
10+
11+ The 0.9.0 release upgrades htslib to htslib 1.3 and numerous other
12+ enchancements and bugfixes. See below for a detailed list.
13+
14+ `Htslib 1.3 <https://github.com/samtools/htslib/releases/tag/1.3 >`_
15+ comes with additional capabilities for remote file access which depend
16+ on the presence of optional system libraries. As a consequence, the
17+ installation script :file: `setup.py ` has become more complex. For an
18+ overview, see :ref: `installation `. We have tested installation on
19+ linux and OS X, but could not capture all variations. It is possible
20+ that a 0.9.1 release might follow soon addressing installation issues.
21+
22+ The :py:class: `~.pysam.VariantFile ` class provides access to
23+ :term: `vcf ` and :term: `bcf ` formatted files. The class is certainly
24+ usable and interface is reaching completion, but the API and the
25+ functionality is subject to change.
26+
27+ Detailed release notes
28+ ----------------------
29+
830* upgrade to htslib 1.3
931* python 3 compatibility tested throughout.
1032* added a first set of bcftools commands in the pysam.bcftools
@@ -37,6 +59,7 @@ Release 0.8.5
3759 get_aligned_pairs(with_seq=True), see #225. If you have relied on on
3860 get_aligned_pairs(with_seq=True) in pysam-0.8.4, please check your
3961 results.
62+ * improved autodetection of file formats in AlignmentFile and VariantFile.
4063
4164Release 0.8.4
4265=============
Original file line number Diff line number Diff line change 11# pysam versioning information
22
3- __version__ = "0.8.5 "
3+ __version__ = "0.9.0 "
44
55__samtools_version__ = "1.3"
66
You can’t perform that action at this time.
0 commit comments