Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
q-AMD64-Windows-installer.exe | 2020-09-14 | 6.8 MB | |
q-AMD64-Windows.exe | 2020-09-14 | 6.8 MB | |
q-x86_64-Darwin | 2020-09-14 | 5.3 MB | |
q-x86_64-Linux | 2020-09-14 | 10.7 MB | |
README.md | 2020-09-14 | 595 Bytes | |
v 2.0.17.tar.gz | 2020-09-14 | 222.8 kB | |
v 2.0.17.zip | 2020-09-14 | 237.1 kB | |
Totals: 7 Items | 30.1 MB | 0 |
Multiple usability additions and fixes
- Fixed multiline quoting issue with
-W minimal
- Added
-p/-P
convenience flags for pipe-delimited files - Added
-L
flag to list all user functions - Added warning when
-p/-t
is used along with-d
, or-P/-T
along with-D
- Generalized sha() user function to provide other algorithms (old sha1() remains for backward compat)
- Added md5() user function
- md5 and sha both require encoding to be provided. Will be automated in the future
- Added sqrt() and power() user functions
- Added stdev_sample() and stdev_pop() user functions