Releases: almond-sh/almond
Releases · almond-sh/almond
v0.10.3
Updates
- Add scala
2.12.12
support - Update Ammonite to
2.1.4-11-307f3d8
v0.10.2
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
- 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 fromjupyter 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 Spark3.0
support (#592)
v0.10.0
- Fix NullPointerException occuring when printing classes missing a
scala.reflect.ClassTag
(thanks to @andrelfpinto) - Update Ammonite from
1.7.4
to2.1.4
- Add support for scala
2.12.11
and2.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
--metabrowse
when installing the kernel - pass--metabrowse=false
to 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
--metabrowse
is enabled - Remove support for scala
2.12.6
and2.12.7
v0.8.3
.
v0.8.2
- Add scala
2.13.1
support - Switch to Ammonite
1.7.4
v0.8.1
- Add scala
2.12.10
support - Switch to Ammonite
1.7.1
(mostly adds scala2.12.10
support)
v0.8.0
- Add Scala
2.12.9
support #418 - Update docs to reflect added support for Scala
2.13
in0.6.0
and removal of Scala2.11
support in0.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