John Kerl
62a50fb9a5
Fix slwin-7-2 -> slwin_7_2 doc info
2022-01-24 16:33:05 -05:00
John Kerl
b4c50470a2
typofix
2022-01-23 23:18:23 -05:00
John Kerl
77811a4788
Sliding window averages ( #894 )
...
* todo
* Neaten existing DSL sketch
* rebase on #893 , and sketch
* code-complete
* build artifacts for previous commit
* replace - with _ in shift and slwin
2022-01-23 23:03:46 -05:00
John Kerl
a2a9118ad8
Implement shift-lead option for mlr step ( #893 )
...
* iterating
* stepper-input refactor in prep for sliding-window PR
* window-keeper util class
* integrate window-keeper into step-transformer
2022-01-23 00:54:39 -05:00
John Kerl
35bc852cd7
doc-neaten
2022-01-21 09:57:07 -05:00
John Kerl
b6bad96caf
Fix #891 ( #892 )
...
* Fix #891
* update tests; artifacts for previous commit
2022-01-20 13:34:58 -05:00
John Kerl
d25cf6fd70
Improve mlr top documentation for #861 ( #875 )
...
* Doc improvements for mlr top -a
* Build-artifacts for previous commit
2022-01-16 17:00:28 -05:00
John Kerl
0269c90b4a
doc-build for #871
2022-01-13 10:10:42 -05:00
John Kerl
a0048f0393
New format DSL function ( #869 )
...
* New format DSL function
* Updated affected test cases involving on-line help on "for" prefix
* doc-build artifacts for previous commit
* regression-test cases
2022-01-12 22:40:59 -05:00
John Kerl
1e1e03e4b3
New concat DSL function for arrays ( #868 )
...
* New concat DSL function for arrays
* Documentation artifacts for previous commit
* Regression-test cases
2022-01-12 21:14:27 -05:00
John Kerl
67179eb791
Allow 0o... octal literals in the DSL ( #864 )
...
* Continue from #856
* Update expected-fail messages in test cases
* Allow 0o... octal literals in the DSL
* Build artifacts for previous commit
* go.mod/go.sum for goccmack/gocc
* Regression-test case
* Doc updates
2022-01-11 19:46:45 -05:00
John Kerl
7c19750574
Typo fix for #863
2022-01-11 14:32:12 -05:00
Gary Armstrong
e07f154d93
misspelling ( #863 )
...
fix spelling
2022-01-11 14:30:38 -05:00
vapniks
21bde20dfc
fix typo ( #862 )
2022-01-11 14:02:00 -05:00
John Kerl
2ddee849da
doc-neaten
2022-01-11 10:43:11 -05:00
John Kerl
43e81eec20
Update version string to 6.0.0-dev for post-release
2022-01-11 09:32:14 -05:00
John Kerl
f06a6895dd
Follow-up for #859
2022-01-10 23:15:56 -05:00
Jauder Ho
96909a2da6
Update installing-miller.md ( #859 )
...
Small typo fix
2022-01-10 23:15:05 -05:00
John Kerl
99c062309f
Emit notes ( #858 )
...
* Conda/Docker install notes
* Clarify wording for #827
2022-01-10 22:55:49 -05:00
John Kerl
eb69d232c1
Conda/Docker install notes ( #857 )
2022-01-10 22:48:39 -05:00
John Kerl
cf64912d13
fix broken link in contributing.md.in
2022-01-10 19:58:33 -05:00
John Kerl
e98491c99a
Run "make docs" after previous PRs
2022-01-10 19:56:29 -05:00
vapniks
bfcea27bf6
Fix typo ( #855 )
2022-01-10 19:55:20 -05:00
vapniks
67c5e09ad4
Fix typo ( #854 )
2022-01-10 19:55:01 -05:00
John Kerl
032192177c
TL;DRs in new-in-miller-6.md.in
2022-01-10 10:54:47 -05:00
John Kerl
b434885125
TL;DRs in new-in-miller-6.md.in
2022-01-10 10:49:20 -05:00
John Kerl
352306aa94
TL;DRs in new-in-miller-6.md.in
2022-01-10 10:45:13 -05:00
John Kerl
ba72efc7bb
doc-neatens
2022-01-10 10:31:21 -05:00
Andrea Borruso
0b6af66584
a small typo ( #846 )
2022-01-09 22:32:37 -05:00
John Kerl
a61650dc36
Link to release page in new-in-miller-6.md.in
2022-01-09 20:31:15 -05:00
John Kerl
b83efc8b07
Update docs re release status
2022-01-09 20:12:59 -05:00
John Kerl
69c5b412e6
Tag 6.0.0
2022-01-09 19:46:45 -05:00
John Kerl
ebef818a00
More Miller 6 doc info ( #849 )
...
* Info on operator precedence and the REPL
* Information on indexed emit/emit1 in Miller 6
2022-01-09 19:25:44 -05:00
John Kerl
da91878939
Distinguish between JSON and JSON Lines formats ( #844 )
...
* Draw a distinction between JSON and JSON Lines formats
* Add JSON Lines to on-line help example
* Have JSON format default to --jlistwrap and --jvstack
* Update test cases for --jlistwrap output for JSON output format
* Have JSON format default to --jlistwrap and --jvstack for --{X}2j as well
* Make --jlistwrap / --jvstack as legacy flags, since now --json and --jsonl
* Add --c2l, --l2c, etc. command-line flags
* docmods for JSON Lines
* Update regression-test cases for JSON / JSON Lines distinction
2022-01-09 11:11:54 -05:00
John Kerl
7143288689
Merge branch 'main' of https://github.com/johnkerl/miller
2022-01-08 21:58:14 -05:00
John Kerl
bcd98f1183
typofix
2022-01-08 21:52:29 -05:00
John Kerl
8267b2220d
6.0.0.rc1
2022-01-08 15:47:19 -05:00
John Kerl
ed98b50d0f
ngrams update ( #841 )
2022-01-08 15:34:07 -05:00
John Kerl
28cb345072
Expose new-in-miller-6 page a bit more on lefthand navstrip
2022-01-07 23:57:32 -05:00
John Kerl
0c75713b94
Fix codespell config to skip multiple files ( #837 )
...
* trying to get codespell to trigger before merge to main
* iterating
* https://github.com/codespell-project/actions-codespell
* iterating
* iterating
* iterating
* iterating
* iterating
* more
* more
* more
2022-01-03 23:16:43 -05:00
John Kerl
1b9526e585
More codespell fixes ( #834 )
...
* Fix mlr tail -n4
* More codespell fixes
2022-01-03 21:40:53 -05:00
John Kerl
a343741b73
Merge branch 'main' of https://github.com/johnkerl/miller
2022-01-01 12:55:48 -05:00
John Kerl
42ffeb04bd
doc-neaten
2022-01-01 12:51:51 -05:00
John Kerl
8d5bb3742e
doc neatens
2021-12-31 11:18:55 -05:00
John Kerl
fd81a3218a
typofix in release-docs page
2021-12-30 11:20:45 -05:00
John Kerl
08b582cf46
issues link for new-in-miller6.md
2021-12-30 00:19:04 -05:00
John Kerl
c0e8fcb811
Simplify and unit-test cmp disposition matrices ( #819 )
...
* change version from 6.0.0-dev to 6.0.0-rc
* Simplify and unit-test cmp-matrices
2021-12-29 21:53:56 -05:00
John Kerl
db866f5e02
change version from 6.0.0-dev to 6.0.0-rc
2021-12-29 21:40:51 -05:00
John Kerl
8b9e1226cf
Add mlr-put example to coverart.png
2021-12-28 19:59:35 -05:00
John Kerl
769a97907f
Update regex doc ( #811 )
2021-12-28 19:45:58 -05:00