* addressing security vulnerability report (see PR 16, but PR was incomplete)
0.9.0
Not secure
------------------
* Fixed color in boxplot * Upgrade to altair 4. Mandatory. Let me know if you need compatibility with 3.x.x
0.8.0
Not secure
------------------
* Added lineplots and areaplots 11 and 12
0.7.1
Not secure
------------------
* Accepts vector data in addition to dataframe, as in::
import altair_recipes as ar from numpy.random import normal ar.scatterplot(x=normal(size=100), y=normal(size=100))
0.6.5
Not secure
------------------
* Make ipython dep optional (for pweave support). Use piccolbo's pweave fork (upstream doesn't pass its own tests) for doc generation. Adapt to breaking changes in autosig (a dependency).