Skip to content

v.0.43.0

Compare
Choose a tag to compare
@lwhite1 lwhite1 released this 30 Mar 17:49
· 90 commits to master since this release

What's Changed

Security vulnerabilities addressed

Bug fixes

  • fix uncaught exception in DoubleParser.canParse. (#1043) by @is in #1044
  • fix for issue #1047 : setPrintFormatter causes NPE, plus test by @lwhite1 in #1072
  • ensured that all copy() and emptyCopy() implementations copy print fo… by @lwhite1 in #1073

Performance-Related Enhancements

  • replaced the implementation of Table method dropDuplicateRows() with … by @lwhite1 in #1058
  • reintroduce parallel sorting of table indices where it is safe to do so by @lwhite1 in #1065
  • eliminated the auto boxing of table values and row numbers by @lwhite1 in #1066

Other Enhancements

  • improved error message; some automated code simplification by @lwhite1 in #1019
  • Cleanup on aggregate functions by @lwhite1 in #1020
  • Wrap io exception on reads by @lwhite1 in #1021
  • added set(Selection, byte) to BooleanColumn, plus Doc cleanup by @lwhite1 in #1027
  • made saw tests run faster, no loss of coverage by @lwhite1 in #1029
  • Removed IOException from write interfaces by @lwhite1 in #1030
  • Provides better error message on column type detection index out of b… by @lwhite1 in #1032
  • Simplify adding new column to table by @lwhite1 in #1034
  • upgrade roaring bitmaps to 0.9.25 by @lwhite1 in #1063
  • Add displayLogo option to jsplot Config by @gbouquet in #1080
  • update the snapshot version as this was apparently done incorrectly e… by @lwhite1 in #1082

Documentation Enhancements

New Contributors

Full Changelog: v0.41.0...v0.43.0