Releases: n-riesco/ijavascript
Releases · n-riesco/ijavascript
v5.0.12
- 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
- Use [email protected] (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
- This is a pre-release (changes will be documented in the release)
- Use [email protected]
v5.0.11-beta.0
- This is a pre-release (changes will be documented in the release)
- Use [email protected]
v5.0.9
- Use Node.js logo in kernel spec (issue #56)
- Add flag
--ijs-startup-script
- Update to use package [email protected]
- Update documentation
v5.0.8
- 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
- Create kernel spec on a temporary folder (Fixes #48 : Global installation on OSX).
- Updated source code documentation.
- Recommend
libzmq3-dev
.
v5.0.6
- 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).