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

Releases: JuliaData/DataTables.jl

Version 0.0.3

19 Apr 14:38
Compare
Choose a tag to compare
  • 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.

Version 0.0.2

20 Mar 13:25
Compare
Choose a tag to compare
  • Fix errors at REPL on Julia 0.6 by removing Juno printing code.
  • Remove unused vcat method.
  • Replace remaining occurrences of DataFrame and JuliaStats.