All Versions
18
Latest Version
Avg Release Cycle
24 days
Latest Release
1242 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.38.1 Changes
May 09, 2020๐ Features
- More options for creating a bubble plot (#781) - thanks @rayeaster
๐ 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 @larshelgeindexOf
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 onBooleanColumn
(#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
-
v0.37.3
January 24, 2020 -
v0.37.2 Changes
January 24, 2020- โ Add
cumMin
andcumMax
- โ Add
-
v0.37.1 Changes
January 24, 2020๐ฅ Breaking Changes
Table.summary
now returns aTable
instead of aString
- 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
andmax
(#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
tovalueIsMissing
(#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
, andconcatenate
functions (#635)- ๐
Figure.builder
(#608) - Option to ignore whitespace in csv writer (#605 - thanks @sd1998)
๐ Performance
๐ 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
forTextColumn
(#554) - Handling of null values in
SqlResultSetReader
(#563)
๐ Documentation
Development
- ๐ Deprecated
-
v0.34.2 Changes
August 02, 2019๐ Features
- โ Add
table.stream
(#540) - โ Add
fillWith(double)
(#539) - โ Add mapToType (#545) - Thanks @ryancerf
- โ Add
appendRow
(6f98623) - Subplots (#548) - Thanks @kiamesdavies
- QQ plots and related improvements
- plotly events (#512) - Thanks @tmrn411
๐ Bug Fixes
- Data export to Smile (#528) - Thanks @kiamesdavies
- ๐ Unit tests on Windows (#546) - Thanks @paulk-asert
- Calculation of unique values in string columns (#544) - Thanks @ccleva
- โ Ensure tests are run (#551) - Thanks @ccleva
asObjectArray
in numeric columns (6f90868)- ๐ป Possible exception in
toString
(#497) - Thanks @hallvard
- โ Add
-
v0.34.1 Changes
June 17, 2019