Releases: akabe/ocaml-jupyter
Releases · akabe/ocaml-jupyter
v2.3.3
v2.3.2
v2.3.1
v2.3.0
Minor changes
- Support Lwt 4.0.0+ #89
- Log levels of
--verbosity
command-line option are changed:fatal
is removed andapp
is added. - The environment variable for the current log level is changed:
- older versions:
LWT_LOG='* -> debug'
- this version or above:
OCAML_JUPYTER_LOG='debug'
- older versions:
- Log levels of
Micro changes
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
Breaking changes
- #63 Switch to jbuilder from oasis (including major refactoring)
jupyter.archimedes
is splited fromjupyter
opam package. Since v2.0.0,jupyter-archimedes
opam package is available.- All module names become snake-case (according to most OCaml libraries) from camel-case.
- Note that
JupyterNotebook
(until v1.1.0) is renamed toJupyter_notebook
(since v2.0.0).
- Note that
Jupyter_comm.Stdin
andJupyter_comm.Manager
is included injupyter.comm
sub-package, which is splited fromjupyter.notebook
.- Schema of Jupyter protocol is defined by (non-polymorphic) variants and records with prefixed fields. Until v1.1.0, it is by polymorphic variants and records with non-prefixed fields.