Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Version 0.0.3

Latest
Compare
Choose a tag to compare
@nalimilan nalimilan released this 19 Apr 14:38
· 34 commits to master since this release
  • Deprecate readtable and writetable 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.