Skip to content

Commit 11976c2

Browse files
committed
{AH} release notes for 0.9.0
1 parent f27cc56 commit 11976c2

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

doc/release.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22
Release 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

4164
Release 0.8.4
4265
=============

pysam/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysam versioning information
22

3-
__version__ = "0.8.5"
3+
__version__ = "0.9.0"
44

55
__samtools_version__ = "1.3"
66

0 commit comments

Comments
 (0)