Skip to content

Releases: timkpaine/lantern

Release v0.0.17

05 Mar 14:57
Compare
Choose a tag to compare
Release v0.0.17 Pre-release
Pre-release
  • 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

18 Feb 15:11
Compare
Choose a tag to compare
Release v0.0.16 Pre-release
Pre-release
  • Support for Lantern.Live via a callback (LanternLive.on_data)
  • Bugfixes for Lantern Live

Release v0.0.15

14 Feb 15:55
Compare
Choose a tag to compare
Release v0.0.15 Pre-release
Pre-release
  • Bugfix Release

Release v0.0.14

14 Feb 15:55
Compare
Choose a tag to compare
Release v0.0.14 Pre-release
Pre-release
  • Additional Datasources for Perspective integration
  • Histogram support
  • Docs for all the above
  • Jenkins build for branch builds off travis

Release v0.0.13

31 Jan 15:12
Compare
Choose a tag to compare
Release v0.0.13 Pre-release
Pre-release
  • First iteration of lantern live, supports rendering via Perspective
  • read more on the docs

Release v0.0.12

31 Jan 14:43
Compare
Choose a tag to compare
Release v0.0.12 Pre-release
Pre-release

Compatibility release for version updates of JupyterLab, Qgrid.

Release v0.0.11

15 Jan 22:49
Compare
Choose a tag to compare
Release v0.0.11 Pre-release
Pre-release
  • 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

26 Oct 01:00
Compare
Choose a tag to compare
Release v0.0.10 Pre-release
Pre-release
  • 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

Release v0.0.9

19 Oct 17:50
Compare
Choose a tag to compare
Release v0.0.9 Pre-release
Pre-release
  • Cleanup repo
  • Plotly legend support #65
  • Fixed scatter
  • Plotly specifying Y axis #89
  • Matplotlib specifying Y axis #41
  • No more 'none' columns in scatter/bubble #87
  • PairPlots in matplotlib #56
  • ProbPlot, LMPlot from seaborn #49

Release v0.0.8

19 Oct 17:36
Compare
Choose a tag to compare
Release v0.0.8 Pre-release
Pre-release
  • Lines + bars working in matplotlib #71
  • Matplotlib multiple legend issue fixed #73
  • Matplotlib multiple scatter plots fixed #70
  • x label/ y label and title in Plotly #74
  • Themes exposed from top level #55
  • X-Y changing strategy for scatter #21
  • "None" plot type added to hide plots #84