Skip to content

Commit

Permalink
update draft release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 1, 2018
1 parent ddff0b7 commit b815aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/draft-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ verb lets you compute cluster sizes by cluster labels.

* While Miller DSL arithmetic gracefully overflows from 64-integer to
double-precision float (see also
[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic)), there
[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic), there
are now the **integer-preserving arithmetic operators** ``.+` `.-` `.*` `./` `.//`
for those times when you want integer overflow.

Expand All @@ -20,7 +20,7 @@ for those times when you want integer overflow.
an alias for `--nidx --fs tab`, and `mlr -t` is an alias for `mlr
--tsvlite`.

* The mathematical constants pi and e have been renamed from `PI` and `E` to `M_PI` and `M_E`, respectively. (It's annoying to get a syntax error when you try to define a variable named `E` in the DSL, when `A` through `D` work just fine.) This is a backward incompatibility, but not enough of us to justify calling this release Miller 6.0.0.
* The mathematical constants &pi; and <i>e</i> have been renamed from `PI` and `E` to `M_PI` and `M_E`, respectively. (It's annoying to get a syntax error when you try to define a variable named `E` in the DSL, when `A` through `D` work just fine.) This is a backward incompatibility, but not enough of us to justify calling this release Miller 6.0.0.

## Documentation:

Expand Down
3 changes: 3 additions & 0 deletions c/reg_test/input/bom-dquote-header.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"a","b","c"
1,2,3
4,5,6

0 comments on commit b815aae

Please sign in to comment.