Skip to content

Releases: JuliaPluto/PlutoPlotly.jl

v0.6.0

14 Oct 10:56
df2bc6d
Compare
Choose a tag to compare

PlutoPlotly v0.6.0

Diff since v0.5.0

This is a BREAKING release

Merged pull requests:

  • add 1.11 on CI and migrate to TestItemRunner (#52) (@disberd)
  • Move to Scratch.jl (#53) (@disberd)
  • Use ScopedValues for flags to set (#54) (@disberd)
  • Rewrite _preprocess for performance and customization (BREAKING) (#55) (@disberd)
  • try precompilation for faster TTFP (#56) (@disberd)

Closed issues:

  • Should migrate to Scratch.jl to handle location of downloaded plotly library (#40)
  • title provided as string should be transformed into attr(;text = <provided title>) (#51)

v0.5.0

19 Jul 15:44
Compare
Choose a tag to compare

PlutoPlotly v0.5.0

Diff since v0.4.6

Merged pull requests:

  • Use local plotly lib with published_to_js (#44) (@fonsp)

Closed issues:

  • Avoid inserting files into Pluto's frontend-dist folder (#39)
  • Some plotly templates do not render shapes (#49)

v0.4.6

18 Mar 16:07
Compare
Choose a tag to compare

PlutoPlotly v0.4.6

Diff since v0.4.5

Merged pull requests:

  • Add _preprocess for arrays of AbstractVector{<:Number} (#48) (@disberd)

Closed issues:

  • _preprocess does not work for matrices of vectors (#47)

v0.4.5

26 Feb 17:24
Compare
Choose a tag to compare

PlutoPlotly v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Force an old version of the Kaleido C library for windows tests (#36) (@disberd)
  • README: recommend plot instead of PlutoPlot(Plot(...)) (#41) (@fonsp)
  • TOML.print into buffer before writing to file (#43) (@fonsp)
  • fix default filename not being respected if provided (#45) (@disberd)

Closed issues:

  • How to incorporate plots! and then use PlutoPlotly for click events (#37)
  • How to access plotlyjs() (#38)

v0.4.4

11 Dec 08:12
Compare
Choose a tag to compare

PlutoPlotly v0.4.4

Diff since v0.4.3

Closed Issues

  • plot error since Pluto version 0.19.33 (#35)

v0.4.3

15 Nov 10:13
4d09901
Compare
Choose a tag to compare

PlutoPlotly v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Update mkdir when it needs to create more than one path (#34) (@tomaklutfu)

v0.4.2

29 Oct 23:27
Compare
Choose a tag to compare

PlutoPlotly v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Add fancy clipboard/download plot functionality (#32) (@disberd)

Closed issues:

  • Usage via Plots.jl (#28)
  • Can not make subplots (#29)

v0.4.1

05 Oct 19:53
ff94466
Compare
Choose a tag to compare

PlutoPlotly v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Fix the typedarray problem on the JS side (#30) (@disberd)

Closed issues:

  • Float32 typed array not supported in layout (#25)

v0.4.0

05 Oct 17:15
Compare
Choose a tag to compare

PlutoPlotly v0.4.0

Diff since v0.3.9

Merged pull requests:

Closed issues:

  • load plotly as ES6 module (#2)
  • Float32Array (#4)
  • Methods modifying plots from PlotlyBase, PlotlyJS are missing (#11)
  • automatically strip Unitful quantities (#20)

v0.3.9

07 Aug 12:21
Compare
Choose a tag to compare

PlutoPlotly v0.3.9

Diff since v0.3.8

Closed issues:

  • Add Support for PlotlyKaleido (#13)
  • Can't seem to get Legend name(s) working when plotting a matrix (#18)

Merged pull requests:

  • Add support for savefig through PlotlyKaleido using Package Extension (#19) (@disberd)