krangl v0.6 Release Notes

Release Date: 2017-11-12 // over 6 years ago
  • ๐Ÿš€ Released: 2017-11-11

    • More idiomatic API mimicking kotlin stdlib where possible
    • โž• Added DataFrame.remove to drop columns from data-frames
    • โž• Added DataFrame.addColumn to add column from data-frames
    • โž• Added DataFrame.sortBy(TableFormula)
    • โž• Added DataFrame.filterByRow
    • Reworked column selector API
    • ๐Ÿ”„ Changed column expression API from Any to a constrained set of support types
    • ๐Ÿ›  Fixed issues when combining columns of different types (e.g. DoubleCol + IntCol
    • โฌ‡๏ธ Dropped most unary operators