Commit graph

262 commits

Author SHA1 Message Date
John Kerl
bafbfce4d2 source for artifact committed in #945 2022-02-14 16:10:28 -05:00
zach valenta
e77e55964d
Update reference-verbs.md (#945) 2022-02-14 16:09:04 -05:00
Andrea Borruso
b8aa0793db
Add on mouse over permalink anchor for titles (#942)
This option adds an anchor link containing the paragraph symbol ¶ or another custom symbol at the end of each headline, exactly like on the page you're currently viewing. (the [doc](https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/?h=toc_depth#table-of-contents)).

I find it very convenient for sharing URLs, especially in very long pages.

![](https://i.imgur.com/T4nTTrD.png)
2022-02-11 09:22:34 -05:00
John Kerl
8eeb82809e
Webdoc information on Unicode string literals (#935) 2022-02-09 00:28:04 -05:00
John Kerl
de9e17f73b Webdoc example of natural sort 2022-02-08 23:53:03 -05:00
John Kerl
98d0a4398a
'mlr help function nonesuch' should not be silent (#934)
* mlr help function nonesuch should not be silent

* doc-build artifacts
2022-02-08 21:19:46 -05:00
John Kerl
d67868bd33
Add Inf and NaN literals to the DSL (#933)
* Add Inf and NaN literals to the DSL

* Parser-build artifacts

* is_nan DSL function

* doc-build artifacts

* webdoc material
2022-02-08 09:58:50 -05:00
John Kerl
ca9505dfaf
Natural sort (#932)
* Add natural sort order as an option for the sort verb

* Add natural sort order as an option for the sort DSL function

* doc-build artifacts for on-line help

* webdocs

* codespell fix

* unit-test files for sort verb

* unit-test files for sort DSL function
2022-02-08 00:35:28 -05:00
John Kerl
481be82f81 Boolean inference for issue 908 2022-02-07 18:56:45 -05:00
John Kerl
12e457bc96
strptime %j format for 3-digit day in year (#930)
* strptime %j format for 3-digit day in year

* doc mods
2022-02-07 09:10:27 -05:00
John Kerl
4ac5c80b11
Expand on-line help for split* DSL functions (#927)
* Expand on-line for split* DSL functions

* doc-build artifacts
2022-02-06 12:34:23 -05:00
John Kerl
d637559fea
On-line help for -s flag (#926)
* On-line help for -s flag

* doc-build artifacts
2022-02-06 11:20:10 -05:00
John Kerl
9f5a11f707
New --lazy-quotes flag for helping with malformed CSV (#925)
* Lazy-quotes option for CSV parser

* doc-build artifacts

* test cases

* doc-proofreads
2022-02-06 01:05:35 -05:00
John Kerl
66c4a077fd
Make TSV finally true TSV (#923)
* Spec-TSV

* doc mods; more test cases
2022-02-06 00:13:55 -05:00
John Kerl
ac47c7052a typofix 2022-02-05 00:27:25 -05:00
John Kerl
b7f76cd622
Multiple on-line-help issues from #908 (#921)
* More on issue 908

* doc-build artifacts
2022-02-05 00:18:55 -05:00
John Kerl
9c29f0cef9
Multiple on-line-help issues from #908 (#913)
* Populate help strings for systime, systimeint, and uptime DSL functions

* Extend help strings for joink, joinv, and joinkv

* Expand on-line help for ssub/sub/gsub

* doc artifacts
2022-02-04 22:43:33 -05:00
John Kerl
4a2d77213e typofix 2022-02-04 20:22:17 -05:00
John Kerl
03fcfb712a
Fix operator-precedence doc table to match DSL grammar (#911)
* Fix multiple on-line-help issues from #907

* build-artifacts for previous commit

* Fix operator-precedence doc table to match DSL grammar
2022-02-01 00:04:25 -05:00
John Kerl
c327055db7
Fix multiple on-line-help issues from #907 (#910)
* Fix multiple on-line-help issues from #907

* build-artifacts for previous commit
2022-01-31 23:41:32 -05:00
John Kerl
4b9227b5a8 Add more clarity on color-name choices 2022-01-31 23:21:44 -05:00
John Kerl
bef2fa74de
Update default colorization (#904)
* colorization experiment

* todo

* Add dependency on github.com/johnkerl/lumin

* lumin dependency

* more badges in README.md

* on-line help for bold/underine/reverse

* update webdocs
2022-01-30 14:12:47 -05:00
John Kerl
971255ff2b typofix 2022-01-30 12:06:23 -05:00
John Kerl
930162c200 add fixed-length option to ngrams 2022-01-29 13:20:08 -05:00
John Kerl
01859bdaa5 Correctly label latest docs as such 2022-01-27 09:26:36 -05:00
John Kerl
f7ff63124b
mlr split verb (#898)
* mlr split

* regression-test cases

* doc-build artifacts
2022-01-26 23:16:25 -05:00
John Kerl
dad6456022
Clarify source for printf-style formatting (#895) 2022-01-24 22:52:38 -05:00
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