Skip to content

2.23.0

Compare
Choose a tag to compare
@lbergelson lbergelson released this 08 Jul 18:56
· 110 commits to master since this release
2.23.0
99548ce

This is a small release with bug fixes and improvements to Gff3 support.

New Feature Gff3Writer:

Added support for writing Gff3 files usingGff3Writer. (#1486)
In addition there were some additional improvements to the Gff3 code. (#1480) These necessitated breaking changes to the existing APIs for Gff3 files. Since this support is very new we decided it was better to break compatibility now rather than try to maintain suboptimal design decisions going forward.

Complete Change List:

99548ce Add Gff3 Writer (#1486)
a98d3a7 Handle spaces in input strings in Tabix and SeekableStreamFactory. (#1487)
78941e4 Fixed a bug in the locus accumulator where the accumulator didn't add… (#1489)
1da947b add additional platforms (#1427)
a5620f2 Improvements and additions to Gff3 (#1480)
b4e4be0 Improve error message in AbstractRecordAndOffset (#1484)