Releases: timkpaine/lantern
Releases · timkpaine/lantern
Release v0.0.17
- Adding support for
plot
command - Adding support for functional pipelines for lantern live and adding examples #150 #155
- Support for dictionaries in live #152
- Adding support for custom publish/export templates #119
- Allow different comm intervals for live #143
- Move perspective to proper extension #149
- Improved test coverage
- bugfix for in_pynb
- Removing older grinding constructs
Release v0.0.16
- Support for Lantern.Live via a callback (
LanternLive.on_data
) - Bugfixes for Lantern Live
Release v0.0.15
- Bugfix Release
Release v0.0.14
- Additional Datasources for Perspective integration
- Histogram support
- Docs for all the above
- Jenkins build for branch builds off travis
Release v0.0.13
- First iteration of lantern live, supports rendering via Perspective
- read more on the docs
Release v0.0.12
Compatibility release for version updates of JupyterLab, Qgrid.
Release v0.0.11
- Major plot API changes, adding an OO interface in place of the old
plot
interface. Will add it back in once things are fully fleshed out - Currently supporting:
- line
- area
- step
- bar
- scatter
- Supporting qgrid for tables
Release v0.0.10
- Fix pairplot type check #101
- Fix for multi type plotting #102
- Removed y=0 line #103
- Matplotlib aligning y axes #93
- Matplotlib pair plot coloring #105
- Matplotlib legend on right side #107
- Matplotlib hide top axis #108
- Matplotlib lmplot coloring #98
- Export PDF with no code as jupyterlab plugin #17
- Export HTML with no code as jupyterlab plugin #18