Releases: n-riesco/ijavascript
v5.2.1
-
Fixed installation using [email protected] (#255)
* Replaced TravisCI with tests run in docker containers (#252).Examples:
-
To build a docker image:
$ make -C docker build-node-0.10 -
To build all docker images:
$ make -C docker build -
To rebuild a docker image:
$ make -C docker rebuild-node-0.12 -
To rebuild all docker images:
$ make -C docker rebuild -
To run tests in a docker container:
$ make -C docker test-node-16 -
To run tests in all the docker containers:
$ make -C docker test
or:
$ npm t -
To open a shell in docker container:
$ make -C docker shell-latest
-
-
Updated installation instructions.
v5.2.0
v5.1.0
-
jp-kernel: upgraded to version 1
- Started implementation of Jupyter Messaging Protocol v5.1.
- Provided
$$.clear({wait}) to send a
clear_output` request. - Provided
$$.display({id})
to senddisplay_data
and
update_display_data
messages. - Provided
$$.input(options, {callback})
to send a
input_request
and handleinput_reply
messages.
-
bin: added flag
--ijs-hide-execution-result
to prevent
IJavascript from emittingexecute_result
messages. -
dockerfile: updated to use local installation and added npm
scripts for building and testing. See:npm run docker:build:node:0.10
npm run docker:test:node:0.10
npm run dockershellnode:0.10
npm run docker:build:node:latest
npm run docker:test:node:latest
npm run dockershellnode:latest
-
dockerfile: added Dockerfile built on top of
jupyter/minimal-notebook. -
lint: replaced jshint with eslint@2
-
doc: updated installation instructions for Mac, Windows and
Anaconda. -
doc: Removed documentation for deprecated API.
-
NOTICE:
IJavascript v5 will be the last version supporting Node.js 0.10,
Node.js 4, Node.js 6 and Node.js 8.
v5.0.20
v5.0.19
v5.0.18
v5.0.17
v5.0.16
v5.0.15
- Use prebuilt bindings of the ZMQ library through
[email protected]
(which depends on[email protected]
, which depends onzeromq
, which
provides prebuilt bindings of the ZMQ library and is now maintained by
the zeromq organisation). - Provided kernel executable
ijskernel
(PR #84) - Added flag
--ijs-spec-path=[none|full]
(see discussion in PR #84 and
commit ee18701) - Use mocha for testing