Skip to content

Releases: dwpeng/filterx

v0.3.5

10 Jan 02:23
Compare
Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

  • Fix separator detect issue.

v0.3.4

08 Jan 14:53
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

  • Enable to detect separator automatically while processing csv file

v0.3.3

27 Dec 02:37
Compare
Choose a tag to compare

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

25 Dec 02:35
Compare
Choose a tag to compare

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

12 Dec 11:02
Compare
Choose a tag to compare

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

10 Dec 07:23
Compare
Choose a tag to compare

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

28 Nov 10:51
Compare
Choose a tag to compare

Full Changelog: v0.2.11...v0.2.12

v0.2.11

24 Nov 13:15
Compare
Choose a tag to compare

Full Changelog: v0.2.10...v0.2.11

v0.2.10

19 Nov 15:05
Compare
Choose a tag to compare

Full Changelog: v0.2.9...v0.2.10

v0.2.8

15 Nov 14:29
Compare
Choose a tag to compare

Full Changelog: v0.2.7...v0.2.8