Releases: bow/crimson
Releases · bow/crimson
1.1.1
Changed
- Dependencies' versions.
Removed
- Explicit Python 3.7 support.
1.1.0
1.0.0-alpha1
Added
--input-linesep
CLI argument forpicard
,star
, andvep
for specifying
the line separator used when parsing the input file. This is also exposed in the
parser
functions asinput_linesep
. Forvep
in particular, this is a
backwards-incompatible change, as the previous behavior is to always parse using the
POSIX new line separator.
v0.5.1
v0.5.0
[0.5.0] - 2020-02-04
Added
- Support for parsing output of STAR-Fusion v1.6.0 under the same
star-fusion
parser. Thank you @Redmar-van-den-Berg!
Removed
- Support for Python 2.7, 3.3, 3.4, and 3.5