Skip to content

Tags: satishkotha/almond

Tags

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak update-docker-images.sh (almond-sh#802)

Seems the 'TAG=…' lines fails on the CI, when HEAD doesn't point to a
tag.

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix import error (almond-sh#763)

* Fix import error

This fix the error occurs when running any import statement. E.g.

import scala.util.Properties

cmd0.sc:7: not found: value res0
  .declareVariable("res0", res0); Iterator() },
                           ^Compilation Failed

Compilation Failed

Co-authored-by: Alexandre Archambault <[email protected]>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request almond-sh#752 from alexarchambault/publish-local-job

Check that publishLocal works fine in tests

v0.10.9

Toggle v0.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update scalafmt-dynamic to 2.7.5 (almond-sh#667)

v0.10.8

Toggle v0.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow to specify env vars to be set via the connection file (almond-s…

…h#653)

v0.10.7

Toggle v0.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update scalatags to 0.9.2 (almond-sh#650)

v0.10.6

Toggle v0.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix colors handling (almond-sh#636)

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump jupyter protocol version to 5.4 (almond-sh#629)

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Write launcher.jar as a new file rather than via Files.copy (almond-s…

…h#624)

So that it has sensible permissions by default.

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add scala 2.12.12 support (almond-sh#612)