Pre-release alpha v0.2.1
Pre-release
Pre-release
Added
- Environmental variable
DTNOOPENMPwill cause thedatatableto be built without OpenMP support. - If
d0is a DataTable, thend1 = DataTable(d0)will create its shallow copy. - In addition to LLVM4 environmental variable, datatable will now also look for the
llvm4folder
within the package's directory. - Getter
df.internal.rowindexallows access to the RowIndex on the DataTable (for inspection / reuse). - Implemented statistics
min,max,mean,stdev,countnafor numeric and boolean columns. - A framework for computing and storin g per-column summary statistics.
sys.getsizeof(dt)can now be used to query the size of the datatable in memory.- This CHANGELOG file.
Fixed
- Filter function when applied to a view DataTable now produces correct result.