Releases: almond-sh/almond
Releases · almond-sh/almond
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.11
support due to Ammonite1.6.9
only working with2.12
and2.13
- Automatically add
almond-spark
module when spark is added (no need ofimport $ivy.`sh.almond::almond-spark:…`
anymore) - Allow to automatically set
ammonite-spark
andalmond-spark
version (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:ver
to later allow users to doimport $ivy.`org:name:_`
, withver
automatically filled in)
v0.6.0
- Add scala
2.13.0
support - 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-RC2
should 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 val
s 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".
v0.2.0
Add support for jvm-repr (#278)
v0.1.12
Changes
- Rename former
--predef
option to--predef-code
(in line with the option with the same name in Ammonite, #268) - Add new
--predef
option accepting a file path (in line with the option with the same name in Ammonite too, #268) - When updating previous displayed data of
Future
s, don't discard updates arriving before the initial display data is generated (#269, fixes #216)