doc-neatens

This commit is contained in:
John Kerl 2022-01-10 10:31:21 -05:00
parent d66f4ce878
commit ba72efc7bb
5 changed files with 134 additions and 128 deletions

View file

@ -18,16 +18,18 @@ Quick links:
You can install Miller for various platforms as follows.
* Download a binary
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
* See also the [build page](build.md) if you prefer to build from source.
Download a binary:
* Using a package manager
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
* Note: Miller 6 was released 2022-01-09; several platform may have Miller 5 available at the moment.
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
* See also the [build page](build.md) if you prefer to build from source.
Using a package manager:
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
* Note: Miller 6 was released 2022-01-09; [several platforms](https://github.com/johnkerl/miller/blob/main/README-versions.md) may have Miller 5 available.
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:

View file

@ -2,16 +2,18 @@
You can install Miller for various platforms as follows.
* Download a binary
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
* See also the [build page](build.md) if you prefer to build from source.
Download a binary:
* Using a package manager
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
* Note: Miller 6 was released 2022-01-09; several platform may have Miller 5 available at the moment.
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
* See also the [build page](build.md) if you prefer to build from source.
Using a package manager:
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
* Note: Miller 6 was released 2022-01-09; [several platforms](https://github.com/johnkerl/miller/blob/main/README-versions.md) may have Miller 5 available.
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:

View file

@ -16,55 +16,55 @@ Quick links:
</div>
# Documents for previous releases
| Release | Docs | Release notes |
|--------------------|---------------------------------------------------------------------|---------------|
6.0.0-rc (release candidate) | [Miller 6 pre-release](https://miller.readthedocs.io/en/latest/) | [What's new in Miller 6](https://miller.readthedocs.io/en/latest/new-in-miller-6) |
5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) |
5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) |
5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) |
5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) |
5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) |
5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) |
5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) |
5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) |
5.6.2 | [Miller 5.6.2](https://johnkerl.org//miller-docs-by-release/5.6.2/) | [Bug fix for CSV/TSV with many files](https://github.com/johnkerl/miller/releases/tag/v5.6.2) |
5.6.1 | | [Mobile-friendly docs](https://github.com/johnkerl/miller/releases/tag/v5.6.1) |
5.6.0 | [Miller 5.6.0](https://johnkerl.org//miller-docs-by-release/5.6.0/) | [System calls / external commands, ASV/USV support, and bulk numeric formatting](https://github.com/johnkerl/miller/releases/tag/v5.6.0) |
5.5.0 | [Miller 5.5.0](https://johnkerl.org//miller-docs-by-release/5.5.0/) | [Positional indexing and other data-cleaning features](https://github.com/johnkerl/miller/releases/tag/v5.5.0) |
5.4.0 | [Miller 5.4.0](https://johnkerl.org//miller-docs-by-release/5.4.0/) | [New data-cleaning features, Windows mlr.exe, limited localtime support, and bugfixes](https://github.com/johnkerl/miller/releases/tag/5.4.0) |
5.3.0 | [Miller 5.3.0](https://johnkerl.org//miller-docs-by-release/5.3.0/) | [Data comments, documentation improvements, and bug fixes](https://github.com/johnkerl/miller/releases/tag/v5.3.0) |
5.2.2 | | [Bug-fix release: 64-bit aggregators](https://github.com/johnkerl/miller/releases/tag/v5.2.2) |
5.2.1 | | [Fix non-x86/gcc7 build error](https://github.com/johnkerl/miller/releases/tag/v5.2.1) |
5.2.0 | [Miller 5.2.0](https://johnkerl.org//miller-docs-by-release/5.2.0/) | [stats across regexed field names, string/num stats, CSV UTF BOM strip](https://github.com/johnkerl/miller/releases/tag/v5.2.0) |
5.1.0 | | [JSON-array support, fractional seconds in strptime/strftime, and other minor features](https://github.com/johnkerl/miller/releases/tag/v5.1.0) |
5.1.0w | | [MLR.EXE: Windows beta](https://github.com/johnkerl/miller/releases/tag/v5.1.0w) |
5.0.1 | | [Two minor bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.0.1) |
5.0.0 | [Miller 5.0.0](https://johnkerl.org//miller-docs-by-release/5.0.0/) | [Autodetected line-endings, in-place mode, user-defined functions, and more](https://github.com/johnkerl/miller/releases/tag/v5.0.0) |
4.5.0 | | [Customizable output format for redirected output](https://github.com/johnkerl/miller/releases/tag/v4.5.0) |
4.4.0 | | [Redirected output, row-value shift, and other features](https://github.com/johnkerl/miller/releases/tag/v4.4.0) |
4.3.0 | | [Interpolated percentiles, markdown-tabular output format, CSV-quote preservation](https://github.com/johnkerl/miller/releases/tag/v4.3.0) |
4.2.0 | | [Multi-emit](https://github.com/johnkerl/miller/releases/tag/v4.2.0) |
4.1.0 | | [for/if/while and various features](https://github.com/johnkerl/miller/releases/tag/v4.1.0) |
4.0.0 | [Miller 4.0.0](https://johnkerl.org//miller-docs-by-release/4.0.0/) | [Variables, begin/end blocks, pattern-action blocks](https://github.com/johnkerl/miller/releases/tag/v4.0.0) |
3.5.0 | | [New data-rearrangers: nest, shuffle, repeat; misc. features](https://github.com/johnkerl/miller/releases/tag/v3.5.0) |
3.4.0 | | [JSON, reshape, regex captures, and more](https://github.com/johnkerl/miller/releases/tag/v3.4.0) |
3.3.2 | | [Bootstrap sampling, EWMA, merge-fields, isnull/isnotnull functions](https://github.com/johnkerl/miller/releases/tag/v3.3.2) |
3.2.2 | | [Performance improvements, compressed I/O, and variable-name escaping](https://github.com/johnkerl/miller/releases/tag/v3.2.2) |
3.1.2 | | [Bugfix for stats1 max](https://github.com/johnkerl/miller/releases/tag/v3.1.2) |
3.1.1 | | [Fix regression tests for i386](https://github.com/johnkerl/miller/releases/tag/v3.1.1) |
3.1.0 | | [Minor feature enhancements, and portability](https://github.com/johnkerl/miller/releases/tag/v3.1.0) |
3.0.1 | [Miller 3.0.1](https://johnkerl.org//miller-docs-by-release/3.0.1/) | [Allow scientific notation in DSL literals; mlr bar --auto](https://github.com/johnkerl/miller/releases/tag/v3.0.1) |
3.0.0 | | [Integer and float arithmetic, improved documentation, minor feature enhancements](https://github.com/johnkerl/miller/releases/tag/v3.0.0) |
2.3.2 | | [Iterative stats, exclude-filter, implicit-CSV-header, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.2) |
2.3.1 | | [Bug fix for mlr top -a](https://github.com/johnkerl/miller/releases/tag/v2.3.1) |
2.3.0 | | [Regex support, gsub, reservoir sampling, iterative stats, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.0) |
2.2.1 | | [Autoconfig support](https://github.com/johnkerl/miller/releases/tag/v2.2.1) |
2.2.0 | | [Multi-character RS,FS,PS](https://github.com/johnkerl/miller/releases/tag/v2.2.0) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.3 | | [Reduce tar-file size](https://github.com/johnkerl/miller/releases/tag/v2.1.3) |
2.1.1 | | [Incremental read-performance increase for CSV format](https://github.com/johnkerl/miller/releases/tag/v2.1.1) |
2.1.0 | | [Minor enhancements and bug fixes](https://github.com/johnkerl/miller/releases/tag/v2.1.0) |
2.0.0 | [Miller 2.0.0](https://johnkerl.org//miller-docs-by-release/2.0.0/) | [RFC4180-compliant CSV](https://github.com/johnkerl/miller/releases/tag/v2.0.0) |
1.0.1 | | [Add INSTALLDIR Makefile option for Homebrew](https://github.com/johnkerl/miller/releases/tag/v1.0.1) |
1.0.0 | [Miller 1.0.0](https://johnkerl.org//miller-docs-by-release/1.0.0/) | [Initial public release](https://github.com/johnkerl/miller/releases/tag/v1.0.0) |
| Release | Docs | Release notes |
|---------|---------------------------------------------------------------------|---------------|
6.0.0 | [Miller 6.0.0](https://johnkerl.org/miller-docs-by-release/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) |
5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) |
5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) |
5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) |
5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) |
5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) |
5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) |
5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) |
5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) |
5.6.2 | [Miller 5.6.2](https://johnkerl.org//miller-docs-by-release/5.6.2/) | [Bug fix for CSV/TSV with many files](https://github.com/johnkerl/miller/releases/tag/v5.6.2) |
5.6.1 | | [Mobile-friendly docs](https://github.com/johnkerl/miller/releases/tag/v5.6.1) |
5.6.0 | [Miller 5.6.0](https://johnkerl.org//miller-docs-by-release/5.6.0/) | [System calls / external commands, ASV/USV support, and bulk numeric formatting](https://github.com/johnkerl/miller/releases/tag/v5.6.0) |
5.5.0 | [Miller 5.5.0](https://johnkerl.org//miller-docs-by-release/5.5.0/) | [Positional indexing and other data-cleaning features](https://github.com/johnkerl/miller/releases/tag/v5.5.0) |
5.4.0 | [Miller 5.4.0](https://johnkerl.org//miller-docs-by-release/5.4.0/) | [New data-cleaning features, Windows mlr.exe, limited localtime support, and bugfixes](https://github.com/johnkerl/miller/releases/tag/5.4.0) |
5.3.0 | [Miller 5.3.0](https://johnkerl.org//miller-docs-by-release/5.3.0/) | [Data comments, documentation improvements, and bug fixes](https://github.com/johnkerl/miller/releases/tag/v5.3.0) |
5.2.2 | | [Bug-fix release: 64-bit aggregators](https://github.com/johnkerl/miller/releases/tag/v5.2.2) |
5.2.1 | | [Fix non-x86/gcc7 build error](https://github.com/johnkerl/miller/releases/tag/v5.2.1) |
5.2.0 | [Miller 5.2.0](https://johnkerl.org//miller-docs-by-release/5.2.0/) | [stats across regexed field names, string/num stats, CSV UTF BOM strip](https://github.com/johnkerl/miller/releases/tag/v5.2.0) |
5.1.0 | | [JSON-array support, fractional seconds in strptime/strftime, and other minor features](https://github.com/johnkerl/miller/releases/tag/v5.1.0) |
5.1.0w | | [MLR.EXE: Windows beta](https://github.com/johnkerl/miller/releases/tag/v5.1.0w) |
5.0.1 | | [Two minor bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.0.1) |
5.0.0 | [Miller 5.0.0](https://johnkerl.org//miller-docs-by-release/5.0.0/) | [Autodetected line-endings, in-place mode, user-defined functions, and more](https://github.com/johnkerl/miller/releases/tag/v5.0.0) |
4.5.0 | | [Customizable output format for redirected output](https://github.com/johnkerl/miller/releases/tag/v4.5.0) |
4.4.0 | | [Redirected output, row-value shift, and other features](https://github.com/johnkerl/miller/releases/tag/v4.4.0) |
4.3.0 | | [Interpolated percentiles, markdown-tabular output format, CSV-quote preservation](https://github.com/johnkerl/miller/releases/tag/v4.3.0) |
4.2.0 | | [Multi-emit](https://github.com/johnkerl/miller/releases/tag/v4.2.0) |
4.1.0 | | [for/if/while and various features](https://github.com/johnkerl/miller/releases/tag/v4.1.0) |
4.0.0 | [Miller 4.0.0](https://johnkerl.org//miller-docs-by-release/4.0.0/) | [Variables, begin/end blocks, pattern-action blocks](https://github.com/johnkerl/miller/releases/tag/v4.0.0) |
3.5.0 | | [New data-rearrangers: nest, shuffle, repeat; misc. features](https://github.com/johnkerl/miller/releases/tag/v3.5.0) |
3.4.0 | | [JSON, reshape, regex captures, and more](https://github.com/johnkerl/miller/releases/tag/v3.4.0) |
3.3.2 | | [Bootstrap sampling, EWMA, merge-fields, isnull/isnotnull functions](https://github.com/johnkerl/miller/releases/tag/v3.3.2) |
3.2.2 | | [Performance improvements, compressed I/O, and variable-name escaping](https://github.com/johnkerl/miller/releases/tag/v3.2.2) |
3.1.2 | | [Bugfix for stats1 max](https://github.com/johnkerl/miller/releases/tag/v3.1.2) |
3.1.1 | | [Fix regression tests for i386](https://github.com/johnkerl/miller/releases/tag/v3.1.1) |
3.1.0 | | [Minor feature enhancements, and portability](https://github.com/johnkerl/miller/releases/tag/v3.1.0) |
3.0.1 | [Miller 3.0.1](https://johnkerl.org//miller-docs-by-release/3.0.1/) | [Allow scientific notation in DSL literals; mlr bar --auto](https://github.com/johnkerl/miller/releases/tag/v3.0.1) |
3.0.0 | | [Integer and float arithmetic, improved documentation, minor feature enhancements](https://github.com/johnkerl/miller/releases/tag/v3.0.0) |
2.3.2 | | [Iterative stats, exclude-filter, implicit-CSV-header, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.2) |
2.3.1 | | [Bug fix for mlr top -a](https://github.com/johnkerl/miller/releases/tag/v2.3.1) |
2.3.0 | | [Regex support, gsub, reservoir sampling, iterative stats, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.0) |
2.2.1 | | [Autoconfig support](https://github.com/johnkerl/miller/releases/tag/v2.2.1) |
2.2.0 | | [Multi-character RS,FS,PS](https://github.com/johnkerl/miller/releases/tag/v2.2.0) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.3 | | [Reduce tar-file size](https://github.com/johnkerl/miller/releases/tag/v2.1.3) |
2.1.1 | | [Incremental read-performance increase for CSV format](https://github.com/johnkerl/miller/releases/tag/v2.1.1) |
2.1.0 | | [Minor enhancements and bug fixes](https://github.com/johnkerl/miller/releases/tag/v2.1.0) |
2.0.0 | [Miller 2.0.0](https://johnkerl.org//miller-docs-by-release/2.0.0/) | [RFC4180-compliant CSV](https://github.com/johnkerl/miller/releases/tag/v2.0.0) |
1.0.1 | | [Add INSTALLDIR Makefile option for Homebrew](https://github.com/johnkerl/miller/releases/tag/v1.0.1) |
1.0.0 | [Miller 1.0.0](https://johnkerl.org//miller-docs-by-release/1.0.0/) | [Initial public release](https://github.com/johnkerl/miller/releases/tag/v1.0.0) |

View file

@ -1,54 +1,54 @@
# Documents for previous releases
| Release | Docs | Release notes |
|--------------------|---------------------------------------------------------------------|---------------|
6.0.0-rc (release candidate) | [Miller 6 pre-release](https://miller.readthedocs.io/en/latest/) | [What's new in Miller 6](https://miller.readthedocs.io/en/latest/new-in-miller-6) |
5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) |
5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) |
5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) |
5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) |
5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) |
5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) |
5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) |
5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) |
5.6.2 | [Miller 5.6.2](https://johnkerl.org//miller-docs-by-release/5.6.2/) | [Bug fix for CSV/TSV with many files](https://github.com/johnkerl/miller/releases/tag/v5.6.2) |
5.6.1 | | [Mobile-friendly docs](https://github.com/johnkerl/miller/releases/tag/v5.6.1) |
5.6.0 | [Miller 5.6.0](https://johnkerl.org//miller-docs-by-release/5.6.0/) | [System calls / external commands, ASV/USV support, and bulk numeric formatting](https://github.com/johnkerl/miller/releases/tag/v5.6.0) |
5.5.0 | [Miller 5.5.0](https://johnkerl.org//miller-docs-by-release/5.5.0/) | [Positional indexing and other data-cleaning features](https://github.com/johnkerl/miller/releases/tag/v5.5.0) |
5.4.0 | [Miller 5.4.0](https://johnkerl.org//miller-docs-by-release/5.4.0/) | [New data-cleaning features, Windows mlr.exe, limited localtime support, and bugfixes](https://github.com/johnkerl/miller/releases/tag/5.4.0) |
5.3.0 | [Miller 5.3.0](https://johnkerl.org//miller-docs-by-release/5.3.0/) | [Data comments, documentation improvements, and bug fixes](https://github.com/johnkerl/miller/releases/tag/v5.3.0) |
5.2.2 | | [Bug-fix release: 64-bit aggregators](https://github.com/johnkerl/miller/releases/tag/v5.2.2) |
5.2.1 | | [Fix non-x86/gcc7 build error](https://github.com/johnkerl/miller/releases/tag/v5.2.1) |
5.2.0 | [Miller 5.2.0](https://johnkerl.org//miller-docs-by-release/5.2.0/) | [stats across regexed field names, string/num stats, CSV UTF BOM strip](https://github.com/johnkerl/miller/releases/tag/v5.2.0) |
5.1.0 | | [JSON-array support, fractional seconds in strptime/strftime, and other minor features](https://github.com/johnkerl/miller/releases/tag/v5.1.0) |
5.1.0w | | [MLR.EXE: Windows beta](https://github.com/johnkerl/miller/releases/tag/v5.1.0w) |
5.0.1 | | [Two minor bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.0.1) |
5.0.0 | [Miller 5.0.0](https://johnkerl.org//miller-docs-by-release/5.0.0/) | [Autodetected line-endings, in-place mode, user-defined functions, and more](https://github.com/johnkerl/miller/releases/tag/v5.0.0) |
4.5.0 | | [Customizable output format for redirected output](https://github.com/johnkerl/miller/releases/tag/v4.5.0) |
4.4.0 | | [Redirected output, row-value shift, and other features](https://github.com/johnkerl/miller/releases/tag/v4.4.0) |
4.3.0 | | [Interpolated percentiles, markdown-tabular output format, CSV-quote preservation](https://github.com/johnkerl/miller/releases/tag/v4.3.0) |
4.2.0 | | [Multi-emit](https://github.com/johnkerl/miller/releases/tag/v4.2.0) |
4.1.0 | | [for/if/while and various features](https://github.com/johnkerl/miller/releases/tag/v4.1.0) |
4.0.0 | [Miller 4.0.0](https://johnkerl.org//miller-docs-by-release/4.0.0/) | [Variables, begin/end blocks, pattern-action blocks](https://github.com/johnkerl/miller/releases/tag/v4.0.0) |
3.5.0 | | [New data-rearrangers: nest, shuffle, repeat; misc. features](https://github.com/johnkerl/miller/releases/tag/v3.5.0) |
3.4.0 | | [JSON, reshape, regex captures, and more](https://github.com/johnkerl/miller/releases/tag/v3.4.0) |
3.3.2 | | [Bootstrap sampling, EWMA, merge-fields, isnull/isnotnull functions](https://github.com/johnkerl/miller/releases/tag/v3.3.2) |
3.2.2 | | [Performance improvements, compressed I/O, and variable-name escaping](https://github.com/johnkerl/miller/releases/tag/v3.2.2) |
3.1.2 | | [Bugfix for stats1 max](https://github.com/johnkerl/miller/releases/tag/v3.1.2) |
3.1.1 | | [Fix regression tests for i386](https://github.com/johnkerl/miller/releases/tag/v3.1.1) |
3.1.0 | | [Minor feature enhancements, and portability](https://github.com/johnkerl/miller/releases/tag/v3.1.0) |
3.0.1 | [Miller 3.0.1](https://johnkerl.org//miller-docs-by-release/3.0.1/) | [Allow scientific notation in DSL literals; mlr bar --auto](https://github.com/johnkerl/miller/releases/tag/v3.0.1) |
3.0.0 | | [Integer and float arithmetic, improved documentation, minor feature enhancements](https://github.com/johnkerl/miller/releases/tag/v3.0.0) |
2.3.2 | | [Iterative stats, exclude-filter, implicit-CSV-header, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.2) |
2.3.1 | | [Bug fix for mlr top -a](https://github.com/johnkerl/miller/releases/tag/v2.3.1) |
2.3.0 | | [Regex support, gsub, reservoir sampling, iterative stats, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.0) |
2.2.1 | | [Autoconfig support](https://github.com/johnkerl/miller/releases/tag/v2.2.1) |
2.2.0 | | [Multi-character RS,FS,PS](https://github.com/johnkerl/miller/releases/tag/v2.2.0) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.3 | | [Reduce tar-file size](https://github.com/johnkerl/miller/releases/tag/v2.1.3) |
2.1.1 | | [Incremental read-performance increase for CSV format](https://github.com/johnkerl/miller/releases/tag/v2.1.1) |
2.1.0 | | [Minor enhancements and bug fixes](https://github.com/johnkerl/miller/releases/tag/v2.1.0) |
2.0.0 | [Miller 2.0.0](https://johnkerl.org//miller-docs-by-release/2.0.0/) | [RFC4180-compliant CSV](https://github.com/johnkerl/miller/releases/tag/v2.0.0) |
1.0.1 | | [Add INSTALLDIR Makefile option for Homebrew](https://github.com/johnkerl/miller/releases/tag/v1.0.1) |
1.0.0 | [Miller 1.0.0](https://johnkerl.org//miller-docs-by-release/1.0.0/) | [Initial public release](https://github.com/johnkerl/miller/releases/tag/v1.0.0) |
| Release | Docs | Release notes |
|---------|---------------------------------------------------------------------|---------------|
6.0.0 | [Miller 6.0.0](https://johnkerl.org/miller-docs-by-release/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) |
5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) |
5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) |
5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) |
5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) |
5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) |
5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) |
5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) |
5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) |
5.6.2 | [Miller 5.6.2](https://johnkerl.org//miller-docs-by-release/5.6.2/) | [Bug fix for CSV/TSV with many files](https://github.com/johnkerl/miller/releases/tag/v5.6.2) |
5.6.1 | | [Mobile-friendly docs](https://github.com/johnkerl/miller/releases/tag/v5.6.1) |
5.6.0 | [Miller 5.6.0](https://johnkerl.org//miller-docs-by-release/5.6.0/) | [System calls / external commands, ASV/USV support, and bulk numeric formatting](https://github.com/johnkerl/miller/releases/tag/v5.6.0) |
5.5.0 | [Miller 5.5.0](https://johnkerl.org//miller-docs-by-release/5.5.0/) | [Positional indexing and other data-cleaning features](https://github.com/johnkerl/miller/releases/tag/v5.5.0) |
5.4.0 | [Miller 5.4.0](https://johnkerl.org//miller-docs-by-release/5.4.0/) | [New data-cleaning features, Windows mlr.exe, limited localtime support, and bugfixes](https://github.com/johnkerl/miller/releases/tag/5.4.0) |
5.3.0 | [Miller 5.3.0](https://johnkerl.org//miller-docs-by-release/5.3.0/) | [Data comments, documentation improvements, and bug fixes](https://github.com/johnkerl/miller/releases/tag/v5.3.0) |
5.2.2 | | [Bug-fix release: 64-bit aggregators](https://github.com/johnkerl/miller/releases/tag/v5.2.2) |
5.2.1 | | [Fix non-x86/gcc7 build error](https://github.com/johnkerl/miller/releases/tag/v5.2.1) |
5.2.0 | [Miller 5.2.0](https://johnkerl.org//miller-docs-by-release/5.2.0/) | [stats across regexed field names, string/num stats, CSV UTF BOM strip](https://github.com/johnkerl/miller/releases/tag/v5.2.0) |
5.1.0 | | [JSON-array support, fractional seconds in strptime/strftime, and other minor features](https://github.com/johnkerl/miller/releases/tag/v5.1.0) |
5.1.0w | | [MLR.EXE: Windows beta](https://github.com/johnkerl/miller/releases/tag/v5.1.0w) |
5.0.1 | | [Two minor bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.0.1) |
5.0.0 | [Miller 5.0.0](https://johnkerl.org//miller-docs-by-release/5.0.0/) | [Autodetected line-endings, in-place mode, user-defined functions, and more](https://github.com/johnkerl/miller/releases/tag/v5.0.0) |
4.5.0 | | [Customizable output format for redirected output](https://github.com/johnkerl/miller/releases/tag/v4.5.0) |
4.4.0 | | [Redirected output, row-value shift, and other features](https://github.com/johnkerl/miller/releases/tag/v4.4.0) |
4.3.0 | | [Interpolated percentiles, markdown-tabular output format, CSV-quote preservation](https://github.com/johnkerl/miller/releases/tag/v4.3.0) |
4.2.0 | | [Multi-emit](https://github.com/johnkerl/miller/releases/tag/v4.2.0) |
4.1.0 | | [for/if/while and various features](https://github.com/johnkerl/miller/releases/tag/v4.1.0) |
4.0.0 | [Miller 4.0.0](https://johnkerl.org//miller-docs-by-release/4.0.0/) | [Variables, begin/end blocks, pattern-action blocks](https://github.com/johnkerl/miller/releases/tag/v4.0.0) |
3.5.0 | | [New data-rearrangers: nest, shuffle, repeat; misc. features](https://github.com/johnkerl/miller/releases/tag/v3.5.0) |
3.4.0 | | [JSON, reshape, regex captures, and more](https://github.com/johnkerl/miller/releases/tag/v3.4.0) |
3.3.2 | | [Bootstrap sampling, EWMA, merge-fields, isnull/isnotnull functions](https://github.com/johnkerl/miller/releases/tag/v3.3.2) |
3.2.2 | | [Performance improvements, compressed I/O, and variable-name escaping](https://github.com/johnkerl/miller/releases/tag/v3.2.2) |
3.1.2 | | [Bugfix for stats1 max](https://github.com/johnkerl/miller/releases/tag/v3.1.2) |
3.1.1 | | [Fix regression tests for i386](https://github.com/johnkerl/miller/releases/tag/v3.1.1) |
3.1.0 | | [Minor feature enhancements, and portability](https://github.com/johnkerl/miller/releases/tag/v3.1.0) |
3.0.1 | [Miller 3.0.1](https://johnkerl.org//miller-docs-by-release/3.0.1/) | [Allow scientific notation in DSL literals; mlr bar --auto](https://github.com/johnkerl/miller/releases/tag/v3.0.1) |
3.0.0 | | [Integer and float arithmetic, improved documentation, minor feature enhancements](https://github.com/johnkerl/miller/releases/tag/v3.0.0) |
2.3.2 | | [Iterative stats, exclude-filter, implicit-CSV-header, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.2) |
2.3.1 | | [Bug fix for mlr top -a](https://github.com/johnkerl/miller/releases/tag/v2.3.1) |
2.3.0 | | [Regex support, gsub, reservoir sampling, iterative stats, and other features](https://github.com/johnkerl/miller/releases/tag/v2.3.0) |
2.2.1 | | [Autoconfig support](https://github.com/johnkerl/miller/releases/tag/v2.2.1) |
2.2.0 | | [Multi-character RS,FS,PS](https://github.com/johnkerl/miller/releases/tag/v2.2.0) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.4 | | [Improved read performance for RFC4180 CSV](https://github.com/johnkerl/miller/releases/tag/v2.1.4) |
2.1.3 | | [Reduce tar-file size](https://github.com/johnkerl/miller/releases/tag/v2.1.3) |
2.1.1 | | [Incremental read-performance increase for CSV format](https://github.com/johnkerl/miller/releases/tag/v2.1.1) |
2.1.0 | | [Minor enhancements and bug fixes](https://github.com/johnkerl/miller/releases/tag/v2.1.0) |
2.0.0 | [Miller 2.0.0](https://johnkerl.org//miller-docs-by-release/2.0.0/) | [RFC4180-compliant CSV](https://github.com/johnkerl/miller/releases/tag/v2.0.0) |
1.0.1 | | [Add INSTALLDIR Makefile option for Homebrew](https://github.com/johnkerl/miller/releases/tag/v1.0.1) |
1.0.0 | [Miller 1.0.0](https://johnkerl.org//miller-docs-by-release/1.0.0/) | [Initial public release](https://github.com/johnkerl/miller/releases/tag/v1.0.0) |

View file

@ -2,8 +2,8 @@
PUNCHDOWN LIST
* post-release:
! go-releaser .tar.gz files have a `miller` exe not a `mlr` exe :( -- debug
! windows should have a .zip not just a .tar.gz -- probably a manual step still (copy from GH artifacts)
! conda
o windows should have a .zip not just a .tar.gz -- probably a manual step still (copy from GH artifacts)
w installing-miller.md.in
* document cloudthings, e.g.
@ -16,10 +16,12 @@ PUNCHDOWN LIST
? trace-mode ?
* release ordering?
conda
brew macports chocolatey
ubuntu debian fedora gentoo prolinux archlinux
netbsd freebsd
o done: brew macports archlinux
o todo:
conda
chocolatey
ubuntu debian fedora gentoo prolinux
netbsd freebsd
================================================================
NON-BLOCKERS