Releases: dwpeng/filterx
Releases · dwpeng/filterx
v0.3.5
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
v0.2.12
Full Changelog: v0.2.11...v0.2.12
v0.2.11
Full Changelog: v0.2.10...v0.2.11
v0.2.10
Full Changelog: v0.2.9...v0.2.10
v0.2.8
Full Changelog: v0.2.7...v0.2.8