Tablesaw v0.38.1 Release Notes
Release Date: 2020-05-09 // almost 5 years ago-
๐ Features
- More options for creating a bubble plot (#781) - thanks @rayeaster
๐ 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 @larshelgeindexOf
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 onBooleanColumn
(#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