Skip to content

1.5.0

Compare
Choose a tag to compare
@jwoLondon jwoLondon released this 25 Sep 06:39

Additions

  • splitAt function for bisecting data values at any position.
  • disaggregate for flexible disaggregation of data values using regular expressions.
  • normalize for splitting a table into a key table and value table
  • moveColumnToEnd for reordering of table columns

Refactoring

  • Computation of gather and rowFilter operations now much more efficient and suitable for larger data tables.

Minor

  • Minor improvements to API documentation.
  • Table normalization added to examples.
  • Additional tests for new functions.