Skip to content

v0.35.0 - Improved querying capabilties

Compare
Choose a tag to compare
@benmccann benmccann released this 03 Sep 06:11
· 404 commits to master since this release

Deprecations and breaking changes

  • Deprecated data() methods (#649)
  • Renamed isMissingValue to valueIsMissing (#643)
  • Removed mapToType added in last release (#583)

Features

  • Analytic Query functions (#606 and #621)
  • Deferred execution queries (#574)
  • Saw file format persistence (#642)
  • Column creation from streams (#634)
  • Improved reading from URL (#650)
  • remainder, capitalize, repeat, and concatenate functions (#635)
  • Figure.builder (#608)
  • Option to ignore whitespace in csv writer (#605 - thanks @SD1998)

Performance

  • Speed up joins (#562)
  • Speed up TextColumn's isIn method (#613)

Bug fixes

  • Fix NPE when reading incomplete JSON rows (#591)
  • Make empty columns be of type string (#626)
  • Include missing values in unique (#595)
  • Fix conversion of missing values in IntColumn.toDoubleColumn (#577)
  • Fixed splitOn for TextColumn (#554)
  • Handling of null values in SqlResultSetReader (#563)

Documentation

  • Began compiling code samples in docs (#637, #639, and #641)

Development

  • Automatically format code (#570 and #568)