File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
88## [ Unreleased]
99
10+ ## [ 0.2.0]
11+
12+ ### Added
13+
14+ - Support for reading from file streams - including stdin [[ #2 ] [ 2 ]]
15+ - Support for reading from ` gzip ` -compressed files [[ #5 ] [ 5 ]]
16+
17+ ### Changed
18+
19+ - Calling ` open() ` on an already-open ` PafFile ` will no longer raise and error, but
20+ returns the (unchanged) ` PafFile ` object it was called on.
21+
1022## [ 0.1.3]
1123
1224### Fixed
@@ -33,6 +45,9 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3345[ 0.1.1 ] : https://github.com/mbhall88/pafpy/releases/tag/0.1.1
3446[ 0.1.2 ] : https://github.com/mbhall88/pafpy/releases/tag/0.1.2
3547[ 0.1.3 ] : https://github.com/mbhall88/pafpy/releases/tag/0.1.3
48+ [ 0.2.0 ] : https://github.com/mbhall88/pafpy/releases/tag/0.2.0
49+ [ 2 ] : https://github.com/mbhall88/pafpy/issues/2
3650[ 4 ] : https://github.com/mbhall88/pafpy/issues/4
51+ [ 5 ] : https://github.com/mbhall88/pafpy/issues/5
3752[ Unreleased ] : https://github.com/snakemake/snakefmt/compare/0.1.3...HEAD
3853
Original file line number Diff line number Diff line change 1- __version__ = "0.1.3 "
1+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pafpy"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44description = " A lightweight library for working with PAF (Pairwise mApping Format) files"
55license = " Unlicense"
66authors = [" Michael Hall <michael@mbh.sh>" ]
You can’t perform that action at this time.
0 commit comments