- major reconfiguring of the support for tables:
- change the syntax to
@df mydataframe plot(:a, :b)
- allows using DataFrames automatically in user recipes
- support for all iterable tables, including DataFrame, DataTable, IndexedTable, IterableTable and DataStreams.Source
- change the syntax to
- better interface to
groupedbar
- added equal-area histograms
- added the
:wand
binning option for 1-dimensional histograms
- improvements to the groupapply function
patch release
- reexport Plots
- Fix 0.6 deprecations
- support for
_cycle
- added expressions with DataFrame symbols
- added
groupapply
method for population analysis - updated boxplots to turn off outlier points and improves whiskers