Tablesaw v0.38.1 Release Notes

Release Date: 2020-05-09 // almost 4 years ago
  • ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix support for java.sql.Time (#791) - thanks @brainbytes42
    • ๐Ÿ‘ Allow empty slices when aggregating (#795) - thanks @emillynge
    • ๐Ÿ›  Fix NPE in ColumnType.compare (#799)
    • ๐Ÿ›  Fix NPE in set (#800)

Previous changes from v0.38.0

  • ๐Ÿ”‹ Features

    • ignoreZeroDecimal option when reading data (#748) - Thanks @larshelge
    • indexOf method (#787) - Thanks @islaterm
    • Ability to add quotes to CSV even if not strictly required (#767)
    • Ability to set layout and config for plots (#690)
    • Pie chart subplots (#777)
    • Plotting of Instant data (#765)
    • Include sheet name when reading from Excel (#758) - Thanks @R1j1t

    ๐Ÿ› Bug Fixes

    • Joining an empty table (#783) - Thanks @vanderzee-anl-gov
    • 0๏ธโƒฃ Use same options for reading and writing a CSV by default (#772)
    • Reading of binary data from database
    • ๐Ÿ‘‰ Make DoubleColumn.create work on wider range of input
    • ๐Ÿ›  Fix column sorting (#778)
    • ๐Ÿ›  Fixed equals method on BooleanColumn (#766)
    • ๐Ÿ›  Fixed 3D scatter plot (#764)
    • ๐Ÿ›  Fixed BoxBuilder (#763)
    • ๐Ÿ‘‰ Make Component.engine non-static (#762)
    • ๐Ÿ›  Fixed shaded jar
    • ๐Ÿ‘Œ Improved handling of missing values when calling get on a column

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Fix broken link to data import docs (#773) - Thanks @bantu
    • โž• Add docs for reading from Excel (#759) - Thanks @R1j1t
    • ๐Ÿ›  Fixed CSV reading docs (6fc6a4d) - Thanks @salticus