Skip to content

Releases: alexarchambault/plotly-scala

v0.7.2

22 Nov 12:51
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • Add support for 3D surface plots (#134, thanks to @maxstreese)
  • Rely on data-class rather than case classes, to make it easier to maintain binary compatibility in the future

v0.7.1

27 Sep 16:42
41878cb
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Add scala 2.13 support (thanks to @tmccarthy)
  • Remove scala 2.11 support (not supported anymore by Ammonite and almond)
  • Switch to almond 0.8.1
  • Switch to Scala.JS 0.6.29

v0.7.0

20 May 11:30
43e46f0
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Don't depend on argonaut-shapeless (and transitively, on argonaut, shapeless, and macro-compat) anymore. argonaut-shapeless, argonaut, shapeless, and macro-compat, are now shaded in the plotly-render module, and don't appear anymore as public dependencies of plotly-scala.

v0.6.0

25 Apr 16:45
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

.

v0.5.4

17 Dec 17:28
4379666
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release
Merge pull request #46 from alexarchambault/topic/deterministic-ids

Deterministic ids

v0.5.3

28 Nov 15:01
922a12d
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Changes

  • Add tickmode, tickvals, ticktext, nticks, automargin fields on Axis (#43, thanks to @sbrunk)

v0.5.2

23 Nov 10:52
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • Add jquery cdn url to fix rendering in nbviewer (#39, thanks to @sbrunk)

v0.5.1

22 Nov 09:54
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Fix HTML / JS output in Jupyter classic (#38, thanks to @sbrunk)

v0.5.0

23 Oct 12:04
d299abf
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changes

  • Generate JSON via argonaut rather than via circe. argonaut pulls less dependencies than circe.
  • Switch to Scala.js 0.6.25
  • Switch to plotly.js 1.41.3
  • Fix typo in offline mode
  • Return application/vnd.plotly.v1+json data too in almond module, so that plotting works from nteract

v0.4.2

10 Sep 09:39
ef459fa
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
Automatically initialize things (#33)