Skip to content

Releases: n-riesco/ijavascript

v5.0.13

18 Aug 15:22
Compare
Choose a tag to compare
  • Use package jp-kernel

v5.0.12

30 Jul 23:16
Compare
Choose a tag to compare
  • Prefer Jupyter over IPython to install the kernel (Fixes #67 and #75).
  • Update to NEL v0.4.1 (Fixes #72).
  • Add flag --versions to show IJavascript and library versions.

v5.0.11

14 Jul 09:32
Compare
Choose a tag to compare
  • Use NEL@0.4.0 (Fixes #59)
  • If present, use Jupyter instead of IPython (Fixes #70)
  • Update install instructions for OSX (Fixes #65)
  • Added option --help
  • Allow execution requests to complete without outputting a result.
  • Improved handling of asynchronous output
  • Improved custom output

More info on the new features will be published in the upcoming major release.

v5.0.11-beta.5

18 Jun 17:19
Compare
Choose a tag to compare
  • This is a pre-release (changes will be documented in the release)
  • Use NEL@0.4.0-beta.5

v5.0.11-beta.0

05 Mar 14:08
Compare
Choose a tag to compare
  • This is a pre-release (changes will be documented in the release)
  • Use NEL@0.4.0-beta.0

v5.0.10

09 Feb 09:53
Compare
Choose a tag to compare
  • Update to use package JMP@0.4.
  • Update to use package debug (when present).

v5.0.9

28 Jan 10:45
Compare
Choose a tag to compare
  • Use Node.js logo in kernel spec (issue #56)
  • Add flag --ijs-startup-script
  • Update to use package NEL@0.3.0
  • Update documentation

v5.0.8

19 Jan 21:58
Compare
Choose a tag to compare
  • Fixes #52 (Restore stdout and stderr after a kernel restart request)
  • Fixes #53 (Publish when kernel interrupt request has been completed)
  • Fixes #54 (Append dot to file extension returned by kernel_info_reply)

v5.0.7

30 Oct 12:08
Compare
Choose a tag to compare
  • Create kernel spec on a temporary folder (Fixes #48 : Global installation on OSX).
  • Updated source code documentation.
  • Recommend libzmq3-dev.

v5.0.6

02 Oct 23:42
Compare
Choose a tag to compare
  • Issue #45 : Fixed the order of the auto-completion matches.
  • Issue #44 : Changed the output representation of functions.
  • Added flag --protocol=major.minor.patch.
  • Added a comprehensive set of tests.
  • Use latest version of NEL package (v0.1.x).
  • Use latest version of JMP package (v0.2.x).