Releases: dwpeng/filterx
Releases · dwpeng/filterx
0.4.1
v0.4.0
Full Changelog: v0.3.6...v0.4.0
v0.3.6
Full Changelog: v0.3.5...v0.3.6
v0.3.5
Full Changelog: v0.3.4...v0.3.5
- Fix separator detect issue.
v0.3.4
Full Changelog: v0.3.3...v0.3.4
- Enable to detect separator automatically while processing csv file
v0.3.3
Full Changelog: v0.3.2...v0.3.3
support in
/not in
while filtering
filterx c test_data/csv/example.csv -e "city in ('New York', 'Los Angeles')" -e "gender == 'F'" -e "select(name, id)" -H
v0.3.2
Full Changelog: v0.3.1...v0.3.2
- allow sql support, use
df
as default table name.
filterx fa test_data/fasta/1.fa.gz --sql "select * from df limit 1"
v0.3.1
Full Changelog: v0.3.0...v0.3.1
- fix: allow compare op in bool op
filterx c test.csv -H -e "a > 1 and b < 2"
v0.3.0
Changelog
- add new builtin functions:
extract
- optimize
fa/fq
read performance - update deps version to latest
Full Changelog: v0.2.12...v0.3.0