v0.14.0 [2019-01-14]
Breaking changes
- a7247c9 implement and require builtin statements
- 14fee45 fix keys to output group key (#641)
- a77237f organizes builtin code into Flux packages
- f006acb change flux command to be a repl
Features
- a7247c9 implement and require builtin statements
- 17e493c added a new utility library for generating test data (#828)
- 32c1e00 columns function (#640)
- 8e28081 add fill function to set a default value for null values in a column. (#818)
- a77237f organizes builtin code into Flux packages
- f006acb change flux command to be a repl
- 2451c02 Refactored the table builder interfaces to support null value creation. (#790)
- 252a88a aggregates process empty/all-null tables by creating a null row (#692)
- 0fe4c65 show nulls in REPL as empty string (#778)
- 859d8f7 add ability to define built in packages
- 9fb276b treat omitted values with no defaults as nil in csv (#691)
- 76c4d33 build arrow columns with null values (#638)
- 9e7b58f converting limit to use arrow arrays (#570)
- 98de285 TableBuilder interface and ColListTableBuilder implementation support creation of nil values (#636)
Bug fixes
- 6e939e8 count nulls in the count aggregate (#834)
- 14fee45 fix keys to output group key (#641)
- 9625821 adding test for type mismatch in group (#827)
- 6eab5a7 nest extern blocks for each level in scope
- 8975f7b memory leak in limit when slicing (#793)
- 9f21810 prettier formatting for package (#782)
- 081d5d5 change Package.Path to be json omitempty