This repository has been archived by the owner on May 5, 2019. It is now read-only.
- Deprecate
readtable
andwritetable
in favor of the CSV package. - Enhance joining and grouping operations (both improving performance and fixing overflow issues when number of groups is large).
- Improve behavior of
colwise
. - Fix
view(::SubDataTable, ::Int)
. - Remove deprecated
read_rda
function and get rid of dependency on GZip. - Various documentation improvements and fixes.