Releases: almond-sh/almond
Releases · almond-sh/almond
v0.10.5
Changes
- Advertize to front-ends that we support the Jupyter message specification
5.4(we used to send5.1, but were already supporting5.4features).
v0.10.4
Fixes
- Fix permission issues of
launcher.jar, which is written alongsidekernel.jsonwhen installing almond (permissions could have been too restrictive)
Updates
- Update Ammonite
2.2.0-4-4bd225e
v0.10.3
Updates
- Add scala
2.12.12support - Update Ammonite to
2.1.4-11-307f3d8
v0.10.2
Changes
- Change default script extension from
.scalato.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
- Almond now starts more swiftly, thanks to the removal of the script compilation step upon startup
- Fix handling of
historyrequests, which were printing errors fromjupyter consolein particular - Add scala
2.13.3support - Update Ammonite to
2.1.4-8-5d0c097 - Update ammonite-spark to
0.10.1, enabling Spark3.0support (#592)
v0.10.0
- Fix NullPointerException occuring when printing classes missing a
scala.reflect.ClassTag(thanks to @andrelfpinto) - Update Ammonite from
1.7.4to2.1.4 - Add support for scala
2.12.11and2.13.2
v0.9.1
- 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
--metabrowsewhen installing the kernel - pass--metabrowse=falseto disable it now)
v0.9.0
- 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
--metabrowseis enabled - Remove support for scala
2.12.6and2.12.7
v0.8.3
.
v0.8.2
- Add scala
2.13.1support - Switch to Ammonite
1.7.4