Skip to content

Releases: almond-sh/almond

v0.10.3

15 Jul 12:47
f7f0240
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

Updates

  • Add scala 2.12.12 support
  • Update Ammonite to 2.1.4-11-307f3d8

v0.10.2

08 Jul 17:48
c83ffca
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

Changes

  • Change default script extension from .scala to .sc, so that notebooks downloaded as scripts can be directly run as Ammonite scripts, or opened as Ammonite scripts in Metals

Fixes

  • Fix possible issue in heartbeat messages handling (seems messages on this channel were not always sent back, as they should have been)

v0.10.1

30 Jun 13:55
f22631d
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release
  • Almond now starts more swiftly, thanks to the removal of the script compilation step upon startup
  • Fix handling of history requests, which were printing errors from jupyter console in particular
  • Add scala 2.13.3 support
  • Update Ammonite to 2.1.4-8-5d0c097
  • Update ammonite-spark to 0.10.1, enabling Spark 3.0 support (#592)

v0.10.0

17 Jun 17:04
2d9cdf6
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
  • Fix NullPointerException occuring when printing classes missing a scala.reflect.ClassTag (thanks to @andrelfpinto)
  • Update Ammonite from 1.7.4 to 2.1.4
  • Add support for scala 2.12.11 and 2.13.2

v0.9.1

28 Nov 17:54
34de2fd
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • Switch to metabrowse 0.2.3
  • Enable metabrowse for all scala versions (previously restricted to scala 2.12.8)
  • Enable metabrowse by default (previously required to pass --metabrowse when installing the kernel - pass --metabrowse=false to disable it now)

v0.9.0

27 Nov 12:27
c3ddf55
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Use jsoniter-scala internally to handle JSON
  • Open "Spark UI" link in a new tab (#459, thanks to @sbrunk)
  • Fix some kernel crashes when inspecting code when --metabrowse is enabled
  • Remove support for scala 2.12.6 and 2.12.7

v0.8.3

09 Nov 17:02
d5dfccb
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

.

v0.8.2

30 Sep 17:41
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release
  • Add scala 2.13.1 support
  • Switch to Ammonite 1.7.4

v0.8.1

13 Sep 10:03
a0015d0
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Add scala 2.12.10 support
  • Switch to Ammonite 1.7.1 (mostly adds scala 2.12.10 support)

v0.8.0

29 Aug 08:51
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Add Scala 2.12.9 support #418
  • Update docs to reflect added support for Scala 2.13 in 0.6.0 and removal of Scala 2.11 support in 0.7.0 #425
  • Use smaller base docker-image #416
  • Add a few comm enhancementes #389
  • Fix syntax highlighting regression #423
  • The usual round of dependency updates thanks to @scala-steward