Skip to content

Commit 7c32511

Browse files
Update changelog
1 parent 6c7a2a0 commit 7c32511

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## [0.0.1] - 2025-02-05
421

5-
Initial release of vcztools
22+
Initial release of vcztools

0 commit comments

Comments
 (0)