Skip to content

v0.38.0

Compare
Choose a tag to compare
@benmccann benmccann released this 13 Apr 21:34
· 256 commits to master since this release

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
  • 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