Skip to content

Releases: almond-sh/almond

v0.1.11

05 Nov 13:01
Compare
Choose a tag to compare
v0.1.11 Pre-release
Pre-release

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

23 Oct 12:14
2c71b6f
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release
  • 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

03 Oct 15:01
292baa9
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

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.

v0.1.8

13 Sep 09:28
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
Delete some debugging println()'s. (#224)

Finally figured out why my console was scrolling away every time I tab-completed something.

v0.1.7

06 Sep 11:17
b32e638
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
Merge pull request #219 from jupyter-scala/topic/various-things

Tweaking

v0.1.6

05 Sep 13:22
f340cda
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
Check and report errors during predef (#217)

v0.1.5

30 Aug 13:24
c52cc22
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
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

28 Aug 14:00
57b36f8
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
Merge pull request #213 from jupyter-scala/topic/tweak-install-options

Tweak install options, and scala kernel startup