Skip to content

Releases: timkpaine/lantern

Release v0.0.7

16 Oct 03:02

Choose a tag to compare

Release v0.0.7 Pre-release
Pre-release
  • 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

Release v0.0.6

13 Oct 03:08

Choose a tag to compare

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

Release v0.0.5

03 Oct 03:41

Choose a tag to compare

Release v0.0.5 Pre-release
Pre-release
  • 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

Release v0.0.4

29 Sep 13:42

Choose a tag to compare

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

Release v0.0.3

27 Sep 17:29

Choose a tag to compare

Release v0.0.3 Pre-release
Pre-release

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

Release v0.0.1

24 Sep 06:49

Choose a tag to compare

Release v0.0.1 Pre-release
Pre-release

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.