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