Skip to content

Releases: akabe/ocaml-jupyter

2.7.3

19 Sep 13:42
877fd83
Compare
Choose a tag to compare

Micro changes

  • #155 Force opam to use "sh" sytanx (thanks to @mseri )
  • #156 invoke script to generate kernel specs within Colab notebook (thanks to @mirko-b )
  • #157 Fix travisci

2.7.2

24 Aug 07:53
fca93bc
Compare
Choose a tag to compare

Micro changes

2.7.1

04 May 07:45
6f6518a
Compare
Choose a tag to compare

Micro changes

2.7.0

11 Mar 02:07
253d001
Compare
Choose a tag to compare

Minor changes

  • #140 Split kernelspec generation from build phase

Note: #140 changes installation process of ocaml-jupyter kernel. You need to explicitly generate kernel.json by ocaml-jupyter-opam-genspec command before jupyter kernelspec install.

Micro changes

  • #142 OCaml 4.10 support

2.6.1

17 Feb 01:47
eb6b78f
Compare
Choose a tag to compare

Micro changes

  • #138 Fix code format (upgrade of ocp-indent, distribution of CI, and improvement of README)
  • #137 Fix for ocaml 4.09 by @mseri

v2.6.0

19 Aug 03:21
99951a6
Compare
Choose a tag to compare

Minor changes

Micro changes

  • #131 Fix unit tests for 4.08

v2.5.0

01 Jul 06:36
194794b
Compare
Choose a tag to compare

Minor changes

Micro changes

v2.4.0

06 Nov 07:09
d0e3eee
Compare
Choose a tag to compare

Minor changes

  • #109 Support ocaml parameters (command-line options of ocaml cmd, e.g., -strict-sequence are supported.)

v2.3.5

22 Oct 12:31
b511253
Compare
Choose a tag to compare

Micro changes

  • #108 Return a non-null value as kernel_info_reply.banner (jupyter qtconsole is supported.)

v2.3.4

12 Oct 04:59
b253b36
Compare
Choose a tag to compare

Micro changes

  • #104 Support multiple-version OCaml
  • #105 Support OPAM2