Copyright © 2020 Ashok P. Nadkarni. All rights reserved.
V1.0.0
-
Added
table dbimport table
andtable dbimport resultset
for importing from SQL databases. -
Added
column linspace
andcolumn logspace
commands. -
Added
**
exponentiation math operator. -
Added
column zeroes
andcolumn ones
command.
V0.9.0
tarray_ui package
-
Added
rbcchart
widget.
xtal package
-
Added random initializer for column constructors.
-
Added size specifiers for column constructors.
-
Added logical operations
&&
,||
and^^
for column expressions. -
Added comparison operators
==
,!=
,<
,<=
,>
,>=
for column expressions.
tarray package
-
Added
table join
command. -
Added
table sort
command. -
Added
table create2
command. -
Added
table csvimport
andtable csvexport
commands. -
Added
table ctype
command. -
Added
column categorize
,column histogram
,column summarize
andtable summarize
commands. -
Added
column equal
,column identical
,table equal
andtable identical
commands. -
Added
column bitmap0
andcolumn bitmap1
commands. -
Added
rng
,randseed
andcolumn random
commands. -
Added
column shuffle
andcolumn vshuffle
commands. -
Added
column width
command. -
Allow any column type to be treated as an index column with special treatment for boolean columns for indexing.
-
Added logical operations
&&
,||
and^^
tocolumn math
. -
Added comparison operators
==
,!=
,<
,⇐
,>
,>=
tocolumn math
. -
Added the
-bitmap
option to thecolumn search
command. -
Added the
column values
andtable rows
commands. -
INCOMPATIBLE CHANGE. The
column cast
command has changed in syntax and semantics.