v.0.43.0
What's Changed
Security vulnerabilities addressed
- Bump h2 from 1.4.200 to 2.1.210 in /core by @dependabot in #1045
- Bump Jackson version by @lwhite1 in #1070
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
- Update moneyball tutorial by @jbsooter in #1052
- Java doc2 by @lwhite1 in #1018
- Update documentation readme to include all project javadoc links by @lwhite1 in #1022
- Complete Javadoc for the Table package by @lwhite1 in #1024
- Javadoc interpolation by @lwhite1 in #1025
- Update README.md by @lwhite1 in #1077
- Update README.md again by @lwhite1 in #1079
New Contributors
- @jbsooter made their first contribution in #1052
- @is made their first contribution in #1044
- @gbouquet made their first contribution in #1080
Full Changelog: v0.41.0...v0.43.0