Skip to content

Releases: padreati/rapaio-jupyter-kernel

1.4.0

09 May 05:29
Compare
Choose a tag to compare

This release contains small bug fixes and improvements.

1.3.0

23 Oct 19:46
Compare
Choose a tag to compare

This release brings Java requirements to 21 and introduces a better solution for solving dependencies (adding, overrides, repositories, resolving).

1.2.2

16 Jul 15:05
Compare
Choose a tag to compare

Bug fix release:

  • fix loading relative paths from notebooks loaded from other notebooks

1.2.1

09 Jul 00:20
Compare
Choose a tag to compare
  • improve installer by adding system path option for auto installer
  • increase jdk requirement to version 20
  • add optional modules by default

1.2.0

08 Jul 01:05
Compare
Choose a tag to compare

Bug fix release

1.1.0

12 Jun 20:46
Compare
Choose a tag to compare

This release brings on some important improvements regarding magic implementation, cell magic can be implemented and some new commands had been added: running bash scripts and adding multiple jar files at once. The rendering utility has been improved, allowing external libraries to bring their own rendering implementation for their objects. Some big fixes were also implemented.

1.0.1

23 May 06:02
Compare
Choose a tag to compare

Fix bug release.
The kernel was not able to run on version 17 because it used incubator modules not available in the 17th version of jdk.
#26

1.0.0

22 May 11:02
Compare
Choose a tag to compare

First public stable release.

0.2.0

07 May 04:22
Compare
Choose a tag to compare

Change log:

  • Implemented magic one line command for JShell REPL commands. Not all command are implemented, since some of them does not apply in the Jupyter notebook context (for example /edit is done simply by editing a notebook cell and run it, not as JShell command)
  • Implemented magic for adding a jar archive to classpath (if a folder is added, than all the jars in that path are attached)
  • Implemented magic commands for loading Jupyter notebooks and/or JShell scripts
  • Implement display for Java image objects as PNG base64 encoded in html

0.1.0

02 May 10:58
Compare
Choose a tag to compare

First usable release. Contains features like:

  • nice compile error output
  • line magic maven coordinates
  • line magic help
  • built infrastracture for magic complete and inspect (delegated to magic implementations)
  • complete and inspect for Java code
  • kernel installer