John Kerl
b8db798a2f
Miller 6.16.0 ( #1930 )
...
* Miller 6.16.0
* make dev
2026-01-02 13:57:59 -05:00
John Kerl
d0f824aefe
Run make dev after merge of PR 1868 ( #1869 )
2025-08-20 10:21:51 -07:00
John Kerl
d264f562dc
Fix doc typo re empty and multiplication ( #1838 )
...
* Fix docs typo re empty and multiplication
* Run `make dev`
2025-07-20 16:36:50 -04:00
John Kerl
e7fe363d9a
mlr sort -b feature (#1833 )
...
* `mlr sort -b` feature
* mlr regtest -p test/cases/cli-help && make dev
2025-07-11 12:41:04 -04:00
Balki
e67bdef98e
cut: Consider -o flag even when using regexes with -r ( #1823 )
...
* cut: Consider `-o` flag even when using regexes with `-r`
* update doc for cut -r flag
2025-07-03 18:54:09 -04:00
John Kerl
ea242a242a
Docs for new surv verb ( #1807 )
2025-05-15 19:41:58 -04:00
John Kerl
9f77bbe096
Add help strings for -a/-r in sub/gsub/ssub ( #1721 )
...
* Help strings for `-a`/`-r` in `sub`/`gsub`/`ssub`
* `mlr regtest -p test/cases/cli-help` to update expected outputs
* artifacts from `make dev`
2024-11-23 10:13:36 -05:00
John Kerl
05aa16cfcf
Join docs wrong link ( #1695 )
...
* Fix join-docs link in online help
* run `make dev` and commit the artifacts
2024-10-17 09:11:03 -04:00
Stephen Kitt
7a0320fc27
Typo fix: programmatically ( #1679 )
...
Signed-off-by: Stephen Kitt <steve@sk2.org>
2024-10-06 17:30:12 -04:00
Andrea Borruso
26e55f2ec3
Characters to be removed ( #1668 )
...
It seems to me that they are to be removed
2024-10-05 08:49:53 -04:00
Andrea Borruso
56210b045b
Update reference-verbs.md ( #1665 )
...
This should be a type
2024-10-02 08:08:49 -04:00
John Kerl
73e2117b43
Misc. codespell findings ( #1628 )
2024-08-25 17:40:57 -04:00
John Kerl
16a898cff4
Fix binary data in JSON output ( #1626 )
2024-08-25 15:00:51 -04:00
John Kerl
6bee4ebbf2
RS aliases for ASCII top-of-table control characters are misnamed ( #1620 )
...
* Fix misnames of ASCII control-character aliases
* artifacts from `make dev`
2024-08-16 10:25:25 -04:00
John Kerl
202a79d0e2
On-line help for mlr summary --transpose ( #1581 )
...
* On-line help for `mlr summary --transpose`
* run `make dev`
2024-06-08 13:37:07 -04:00
John Kerl
16ab199194
Add mad accumulator for stats1 DSL function ( #1561 )
...
* Add `mad` accumulator for `stats1` DSL function
* regression files
* make dev output
2024-05-11 15:55:27 -04:00
John Kerl
e714738a7d
Fix typo in online help for --no-jlistwrap ( #1541 )
...
* Add --no-auto-unsparsify flag
* Fix typo in online help for `--no-jlistwrap`
* Artifacts from `make dev`
2024-04-11 08:12:45 -04:00
John Kerl
83c44e6d74
Add descriptions for put and filter verbs ( #1529 )
...
* Add more info in online help about what put/filter do
* `make dev` artifacts
2024-03-16 17:09:01 -04:00
John Kerl
f5eaf290cf
mlr sparsify ( #1498 )
...
* mlr sparsify
* regression-test cases
* typofix
* Remove mods due to processor-architecture change
2024-02-18 10:56:26 -05:00
John Kerl
1834a925b3
Miller 6.11.0 ( #1481 )
...
* miller 6.11.0
* Artifacts from `make dev`
2024-01-23 17:31:58 -05:00
John Kerl
e3b98cd621
On-line help info for mlr join --lk "" ( #1458 )
...
* Doc info for `mlr join --lk ""`
* make dev output
2023-12-24 12:43:26 -05:00
John Kerl
0e3a54ed68
Implement mlr uniq -x ( #1457 )
...
* mlr uniq -x
* unit-test cases
* make dev
2023-12-23 16:20:11 -05:00
John Kerl
4053d7684c
Preserve regex captures across stack frames ( #1447 )
...
* privatize state.RegexCaptures
* stack frame for regex captures
* merge
* unit-test case
* docs re stack frames for regex captures
* more
2023-12-18 10:21:09 -05:00
John Kerl
9caa24d7f1
miller 6.10.0 ( #1442 )
...
* neaten
* miller 6.10.0
2023-12-13 18:43:00 -05:00
John Kerl
5b6a1d4713
JSONL output does not properly handle keys with quotes ( #1425 )
...
* mlr --l2j, --j2l
* make dev for previous commit
* fix #1424
* unit-test cases
* iterate
2023-11-11 18:58:49 -05:00
John Kerl
acc10cdc37
miller 6.9.0
2023-08-31 09:00:29 -04:00
John Kerl
2fd353c6be
docmods for typofix
2023-08-30 09:00:24 -04:00
John Kerl
d341cc6dd3
DSL functions for summary stats over arrays / maps ( #1364 )
...
* DSL stats functions [WIP]
* refactor
* move percentile computation to bifs module; iterate
* mode and antimode
* percentile iterate
* percentile sketching
* neaten
* unit-test iterate
* unify old & new min & max functions
* unit-test cases
* code-dedupe between mode and antimode
* make mode/antimode ties deterministic via first-found-wins rule
* online help strings for new stats DSL functions
* artifacts from `make dev`
* help info on how min/max now recurse into collections
* artifacts from `make dev`
* typofix
2023-08-26 16:02:30 -04:00
John Kerl
4405f732a1
make-dev artifacts from previous commit
2023-08-23 16:19:37 -04:00
John Kerl
793f52c470
sub, gsub, and ssub verbs (#1361 )
...
* sub, gsub, and ssub verbs
* doc mods
* content for verbs reference page
* test/cases/verb-sub-gsub-ssub/
2023-08-19 17:23:01 -04:00
John Kerl
8b22708c27
Support comments in mlr -s files ( #1359 )
...
* Support comments in `mlr -s` files
* doc mods
* artifacts from `make dev`
* neaten
2023-08-19 13:32:09 -04:00
John Kerl
52db2bf422
Small typos in documentation of mlr nest ( #1352 )
...
* Typofix in `nest` documentation
* update test/cases/cli-help
* artifacts from `make dev`
2023-08-09 10:50:26 -04:00
John Kerl
3baebea7a3
Add %N and %O for strfntime ( #1334 )
...
* Add `%N` and `%O` for strfntime
* Unit-test mods
* artifacts from `make dev`
2023-07-02 15:49:41 -04:00
John Kerl
3e5c3e2398
Add empty-key check to mlr check ( #1330 )
...
* Add empty-key check to `mlr check`
* Update `mlr check --help`
* Update to on-line help
2023-06-25 19:12:26 -04:00
John Kerl
d72ef826fb
Add DSL functions for integer nanoseconds since the epoch ( #1326 )
...
* DSL functions for 64-bit nano-epoch timestamps
* strfntime
* nsec2gmt; move sec/nsec pairs adjacent to one another
* update on-line help
* artifacts from `make dev`
* unit-test files
2023-06-24 17:05:15 -04:00
John Kerl
c5ceb20a4e
Fix mlr grep docs re OFS/OPS ( #1309 )
...
* Fix `mlr grep` doc re OFS/OPS
* make-dev artifacts
2023-06-06 00:18:51 -04:00
John Kerl
59e63272ae
Unify the case verb, and add options ( #1306 )
...
* temp
* Unified `case` verb
* unit-test cases
* doc-page update
* make-dev artifacts
2023-06-04 14:38:22 -04:00
John Kerl
394681c4c1
Values-only -a option for mlr grep ( #1305 )
...
* Values-only option for `mlr grep`
* Artifacts from `make dev`
2023-06-03 17:19:40 -04:00
John Kerl
d16310ead8
New mlr json-parse -k flag ( #1291 )
...
* New `mlr json-parse -k` flag
* docs / make-dev artifacts
* Add unit-test files for the feature
* codespell
2023-05-13 11:22:01 -04:00
John Kerl
bfc8ab5ce2
Add mlr step -a rprod for running products ( #1228 )
...
* mlr step -a rprod
* artifacts from `make dev`
* codespell
2023-03-12 13:32:23 -04:00
John Kerl
6ea94a002b
Add new upcase and downcase verbs ( #1217 )
...
* upcase/downcase verbs
* unit-test cases
* doc files
* remaining `make dev` artifacts: manpage
2023-03-04 01:08:19 -05:00
John Kerl
38d7de545d
Docs re tail -f and --records-per-batch 1 ( #1218 )
2023-03-04 00:15:01 -05:00
John Kerl
ee0ac3d7bb
New leftpad and rightpad DSL functions ( #1205 )
...
* Initial code for `leftpad` and `rightpad` functions
* typofix, and test cases
* doc-gen
* windows UT
2023-02-26 17:14:35 -05:00
John Kerl
f3fd2c2416
Complete #1181 ( #1184 )
...
* Source impl of #1181
* Full flow for #1181
2023-01-27 22:59:14 -05:00
Clindbergh
110f37be31
Fixed missing double quote in documentation sample ( #1181 )
...
Closes #1180
2023-01-27 22:46:52 -05:00
John Kerl
b1913c296d
6.6.0 ( #1169 )
2023-01-01 17:12:00 -05:00
John Kerl
b518bf0fe5
mlr unspace verb ( #1167 )
...
* mlr unspace verb
* unit tests
* unit tests
* lint
2023-01-01 16:44:06 -05:00
John Kerl
472223c609
Fix typo in mlr put documentation ( #1140 )
...
* Fix typo
* Build artifacts from previous commit
2022-12-05 14:28:51 -05:00
Jakub Wilk
636ca8873d
Fix typos ( #1135 )
...
Co-authored-by: John Kerl <kerl.john.r@gmail.com>
2022-11-30 09:27:42 -05:00
John Kerl
2ac27714d8
Miller 6.5.0
2022-11-27 12:48:33 -05:00