lantern

Data exploration glue

APACHE-2.0 License

Downloads
563
Stars
350
Committers
3
lantern - Release v0.0.7

Published by timkpaine about 7 years ago

  • Fies for Matplotlib bar, hist, multi columns, bubble, scatter #3 #10 #24 #42
  • Bugfixes for matplotlib tests
  • Matplotlib horizontal bar fix
  • Fix for stacked bar #67
  • Bugfix for bubble
  • Added seaborn styling #48
lantern - Release v0.0.6

Published by timkpaine about 7 years ago

  • #8 setup static site
  • Setup PyPI stuff
  • Codecov update
  • Code cleanups
  • #20 Area chart fix
  • #46, #47, #51 Fixing cufflinks charts
lantern - Release v0.0.5

Published by timkpaine about 7 years ago

  • Fixed bokeh tooltips
  • renamed files in grid, plot, and data to avoid name conflicts #13
  • conditionally import backends #19
  • Matplotlib inline done by default when in notebook mode #16
lantern - Release v0.0.4

Published by timkpaine about 7 years ago

  • Adding very basic plot.ly support for supporting python outside notebooks
  • Adding exporters for easy pdf/html exporting without input cells
lantern - Release v0.0.3

Published by timkpaine about 7 years ago

Fixes various bugs, adds very basic Bokeh support. Still fleshing out API changes. Starting strategies for managing state between calls.

lantern - Release v0.0.1

Published by timkpaine about 7 years ago

First Release

This is the first release. Right now features are limited to cufflinks (plot.ly based) and matplotlib subsets inside notebooks. Major goals right now are finishing the API for constructing PlotMaps (to easily add new plotting backends), and expanding a limited subset of features to new charting libraries (primarily Seaborn-based Matplotlib and Bokeh). Also need to flesh out how exactly testing is going to work.