Releases: almond-sh/almond
Releases · almond-sh/almond
v0.1.11
Changes
- switch to Ammonite
1.3.2
- allow interpreters to handle completions and inspections asynchronously (both can be in parallel, and independent of execution requests), and to make them cancellable (attempted when a new completion or inspection request arrives while one is running) - not used by the scala kernel yet
- add helpers to display images (#255 and #258, thanks to @sbrunk)
v0.1.10
- minor tweakings in the completion and inspection APIs (#234)
- illustrate completion and inspection from the echo kernel (#234)
- when installing kernels globally, install those under
/usr/local
rather than/usr
(#236) - allow interpreters to handle completion requests asynchronously (#242)
- try to process completion requests straightaway instead of queuing them along execute requests and all (#242)
- add back optimized JSON printer from former jupyter-scala versions, so that large response payloads don't unnecessarily slow down the kernel (#243)
- allow to send kernel console / logging output to a separate file, to ease debugging (pass
--log-to /path/to/log.txt
to enable it, #243) - tweak almond-spark progress bar style (for better rendering in nteract, #244)
v0.1.9
This release mainly
- adds support for scala
2.12.7
, and - switches to the latest snapshot of Ammonite, itself
- adding support for scala
2.12.7
, - fixing a completion issue with back-quotes, and
- possibly handles with more care character encodings.
- adding support for scala
v0.1.8
Delete some debugging println()'s. (#224) Finally figured out why my console was scrolling away every time I tab-completed something.
v0.1.7
Merge pull request #219 from jupyter-scala/topic/various-things Tweaking
v0.1.6
Check and report errors during predef (#217)
v0.1.5
Switch to latest Ammonite snapshot (#215) Includes https://github.com/lihaoyi/Ammonite/pull/853 in particular, which makes running several cells in a row feel much faster here
v0.1.4
Merge pull request #213 from jupyter-scala/topic/tweak-install-options Tweak install options, and scala kernel startup