Skip to content

v0.0.14

Latest
Compare
Choose a tag to compare
@cboettig cboettig released this 19 Oct 19:20
· 46 commits to master since this release

arkdb 0.0.14

  • Patch for test suite for Solaris. arrow package installs on Solaris, but
    functions do not actually run correctly since the C++ libraries have not
    been set up properly on Solaris.

arkdb 0.0.13

  • Added ability to name output files directly.
  • Add warning when users specify compression for parquet files.
  • Added callback functionality to the ark function. Allowing users to perform
    transformations or recodes before chunked data.frames are saved to disk.
  • Added ability to filter databases by allowing users to specify a "WHERE" clause.
  • Added parquet as an streamable_table format, allowing users to ark to parquet
    instead of a text format.