All Versions
18
Latest Version
Avg Release Cycle
24 days
Latest Release
1242 days ago

Changelog History
Page 1

  • v0.38.1 Changes

    May 09, 2020

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix support for java.sql.Time (#791) - thanks @brainbytes42
    • ๐Ÿ‘ Allow empty slices when aggregating (#795) - thanks @emillynge
    • ๐Ÿ›  Fix NPE in ColumnType.compare (#799)
    • ๐Ÿ›  Fix NPE in set (#800)
  • v0.38.0 Changes

    April 13, 2020

    ๐Ÿ”‹ 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
    • 0๏ธโƒฃ 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

    • ๐Ÿ›  Fix broken link to data import docs (#773) - Thanks @bantu
    • โž• Add docs for reading from Excel (#759) - Thanks @R1j1t
    • ๐Ÿ›  Fixed CSV reading docs (6fc6a4d) - Thanks @salticus
  • v0.37.3

    January 24, 2020
  • v0.37.2 Changes

    January 24, 2020
    • โž• Add cumMin and cumMax
  • v0.37.1 Changes

    January 24, 2020

    ๐Ÿ’ฅ Breaking Changes

    • Table.summary now returns a Table instead of a String - Thanks @jackie-h

    ๐Ÿ”‹ Features

    • Table transpose 1b01eaf - Thanks @jackie-h
    • โž• Added ability to sample rows while reading a CSV - Thanks @aecio
    • โž• Additional Column and Table create methods

    Cleanup

    • ๐Ÿ›  Fixed a bunch of SonarCloud warnings
    • ๐Ÿ‘Œ Improved exception message for duplicate Table columns
    • Validation for Table joins
  • v0.37.0 Changes

    January 08, 2020

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded to Smile 2.0 (#735)
    • Autocorrelation (#726)
    • InstantColumn min and max (#719)
    • โœจ Enhancements to histogram (#700)
    • ๐Ÿ†• New Column.map method (#705)
    • ๐Ÿ”ฆ Expose two FileReader methods (#701)
    • ๐Ÿ†• New Plotly config argument (#691)
    • Read specific Excel sheet (#683)
    • Read JSON subtree (#684)
    • Read specific HTML table (#682)

    ๐Ÿ› Bug Fixes

    • Only set LayoutBuilder.autosize if necessary (#713)
  • v0.36.0

    September 29, 2019
  • v0.35.0 Changes

    September 03, 2019

    ๐Ÿ—„ 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)
  • v0.34.2 Changes

    August 02, 2019

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

  • v0.34.1 Changes

    June 17, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Improved RollingColumn support
    • Option for CSV quote character (#536)
    • ๐Ÿ†• New dropRange and inRange methods (#534)
    • ๐Ÿ‘Œ Improved NumberPredicates (#532)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix DoubleColumn.map (#533)