krangl v0.4 Release Notes

  • ๐Ÿš€ released on 2017-4-12

    ๐Ÿ†• New Features

    • ๐Ÿ›  spread()-gather() support for elegant data reshaping (fixes #2)
    • ๐Ÿ‘Œ Improve reshaping functionality by adding unite and separate (fixes #9)
    • โž• Added sampleFrac() and sampleN() for random sub-sampling of data-frames (either with or without replacement)

    ๐Ÿ›  Important Bug Fixes

    • mutate() can now change existing columns without altering column positions

    Other

    • ๐Ÿ†• New property accessor DataFrame.cols to access all columns of a data-frame
    • Incremented kotlin version to 1.1