Skip to content

Releases: jtablesaw/tablesaw

v0.33.3

04 Jun 16:36
Compare
Choose a tag to compare
  • Fix InstantColumnType.create
  • Bump jackson-databind to pull in security fix

v0.33.2

04 Jun 16:35
Compare
Choose a tag to compare
  • InstantColumn support in Row and DataFrameJoiner
  • Additional DataFrameReader parameter validation

v0.33.1

04 Jun 16:33
Compare
Choose a tag to compare
  • Add InstantColumn support to Relation

v0.33.0

04 Jun 16:32
Compare
Choose a tag to compare

Features

  • Add InstantColumn (#518)
  • More configurable column type detection (#521)
  • Added option for turning off html escaping in html table output
  • Additional date parsing capabilities (#506)

Fixes

  • Fix for precision of 0 in JdbcResultSet (#523)

Cleanup

  • Remove circular dependency between reader packages and core package
  • Remove unused epoch conversion methods (#513)

v0.32.7

31 Mar 18:11
Compare
Choose a tag to compare
  • Implemented maxCharsPerColumn CSV parser setting
  • Fix DateTimeParser issue
  • Switch from reflections to classgraph
  • Updated pebble version in jsplot

v0.32.6

24 Mar 13:47
Compare
Choose a tag to compare
  • Use header option in HtmlReader

v0.32.5

24 Mar 04:14
Compare
Choose a tag to compare
  • Fix HTMLReader when using InputStream
  • Fix reading from URL when charset is specified

v0.32.4

24 Mar 00:39
Compare
Choose a tag to compare
  • Major improvements to HtmlWriter
  • Fixed print(1)
  • Added marker support for bar and histogram

v0.32.3

13 Mar 04:12
Compare
Choose a tag to compare
  • Improved interface for DataWriter

v0.32.2 - Fix optional reader modules

13 Mar 04:12
Compare
Choose a tag to compare
  • Optional DataReader modules are now working