Releases: almond-sh/almond
Releases · almond-sh/almond
v0.8.1
- Add scala
2.12.10support - Switch to Ammonite
1.7.1(mostly adds scala2.12.10support)
v0.8.0
- Add Scala
2.12.9support #418 - Update docs to reflect added support for Scala
2.13in0.6.0and removal of Scala2.11support 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
v0.7.0
- Switch to Ammonite
1.6.9-15-6720d42(disables resolution cache if some resolution hooks were added, replaces coursier by coursier-interface) - Remove Scala
2.11support due to Ammonite1.6.9only working with2.12and2.13 - Automatically add
almond-sparkmodule when spark is added (no need ofimport $ivy.`sh.almond::almond-spark:…`anymore) - Allow to automatically set
ammonite-sparkandalmond-sparkversion (import $ivy.`sh.almond::ammonite-spark:_`will fill in the ammonite-spark version) - Allow to automatically fill in versions of specific modules (pass
--auto-version org:name:verto later allow users to doimport $ivy.`org:name:_`, withverautomatically filled in)
v0.6.0
- Add scala
2.13.0support - Switch to Ammonite
1.6.9(less classpath pollution - no more hardcoded upickle or fastparse versions in particular)
v0.5.0
- Add support for scala
2.13.0-M5(hopefully,2.13.0-RC2should follow at some point) - Reworked API to display HTML, Markown, etc. (#353), and allow to easily render a
java.awt.image.RenderedImage(#366, thanks to @sbrunk) - Auto-update
var-s andlazy vals upon change or calculation - Switch to Ammonite
1.6.7(adds auto-completion for third-party dependencies imports -import $ivy.`…`)
v0.4.0
.
v0.3.1
.
v0.3.0
.
v0.2.2
This release mainly switches to jvm-repr 0.4.0, which now has a AsDisplayData interface that downstream libraries can use to customize how particular classes are displayed from notebooks.
Other changes are related to the CI and the way the website is updated from it.
v0.2.1
Add helpers to get random ids (#292) Deterministic ones if the almond.ids.random Java property is "0" or "false".