@@ -4,6 +4,40 @@ Below are the release notes for the full RTG suite, upon which
44RTG.VERSION is based. Not all features described below may be included
55in this product.
66
7+ RTG Core 3.8.3 (2017-08-02)
8+ ---------------------------
9+
10+ This release primarily includes bugfixes and minor improvements:
11+
12+ * rocplot: (GUI) Improvements to graph zooming, to allow stepping back
13+ to previous zoom levels as well as fully un-zooming.
14+
15+ * rocplot: Improve the automatic curve naming heuristic to ignore
16+ directory name suffixes like "-eval", ".vcfeval" etc, and similar
17+ prefixes.
18+
19+ * rocplot: Enable text antialiasing in GUI and PNG output.
20+
21+ * vcfeval: More graceful handling of input VCFs containing REF values
22+ that are not valid according to VCF specifications.
23+
24+ * vcfmerge/vcfeval: Normalize the casing of nucleotides in REF/ALT,
25+ which permits merging records where the REF/ALT differ in casing.
26+
27+ * vcffilter: Graceful error handling of a new category of invalid
28+ javascript expression.
29+
30+ * vcfsubset: Don't complain when using --keep-filter/--remove-filter
31+ flags with "PASS" and the VCF header doesn't contain a declaration for
32+ that filter.
33+
34+ * misc: Prevent a unit test failure when running on newer versions of
35+ Ubuntu.
36+
37+
38+ Previous releases
39+ =================
40+
741RTG Core 3.8.2 (2017-06-20)
842---------------------------
943
@@ -45,10 +79,6 @@ This release primarily includes bugfixes and minor improvements:
4579 (specifically, RTG_JAVA_OPTS was incorrectly listed as
4680 RTG_JAVA_OPTIONS).
4781
48-
49- Previous releases
50- =================
51-
5282RTG Core 3.8.1 (2017-05-29)
5383---------------------------
5484
0 commit comments