File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.2] - 2025-04-04
4
+
5
+ Important bugfixes for filtering language and sample subsetting.
6
+
7
+ - Clarify the implementation status of the filtering mini-lanuage in
8
+ view/query. Version 0.0.1 contained several data-corrupting bugs,
9
+ including incorrect missing data handling (#163 ), incorrect
10
+ matching on FILTER (#164 ) and CHROM (#178 ) columns, and
11
+ incorrect per-sample filtering in query (#179 ). These issues
12
+ have been resolved by raising informative errors on aspects
13
+ of the query language that are not implemented correctly.
14
+
15
+ - The filtering mini-language now consists of arbitrary arithmetic
16
+ expressions on 1-dimensional fields.
17
+
18
+ - Add support for specifying samples via -s/-S options
19
+
3
20
## [ 0.0.1] - 2025-02-05
4
21
5
- Initial release of vcztools
22
+ Initial release of vcztools
You can’t perform that action at this time.
0 commit comments