Skip to content

Releases: dflib/jjava

1.0-a4

15 Oct 14:18
Compare
Choose a tag to compare

Release Notes

  • #35 Replace custom installer with "jupyter kernelspec install"
  • #39 Convert the default init script to an extension
  • #40 Add "java.time" to the list of default imports
  • #45 Publish jjava as a pip package
  • #46 Publish jjava as a Homebrew package
  • #50 Hardcoded python location in kernel.json breaks after a homebrew upgrade of Jupyter

Full Changelog: 1.0-M3...1.0-a4

1.0-M3

04 Sep 20:33
Compare
Choose a tag to compare

Release announcement

Release Notes

  • #27 Add direct access to JShell
  • #28 Auto-bootstrap of kernel-aware libraries
  • #29 Incorrect classpath displayed in the environment
  • #30 DFLib / Parquet and Avro classpath issues
  • #31 An older jar is used instead of the one indicated in %%loadFromPOM
  • #33 Internalize dependency on jupyter-jvm-basekernel
  • #36 Extract and publish JJava API library

Full Changelog: 1.0-M2...1.0-M3

1.0-M2

01 Jul 13:39
Compare
Choose a tag to compare

What's Changed

  • #5 Switch project to Maven
  • #7 Project renaming
  • #8 Java package change
  • #11 Enable GitHub Actions
  • #12 Dynamically change the kernel startup parameters
  • #16 Upgrade gson transitive dependency
  • #21 Rendering stale var
  • #22 Clean implementation of the LoaderDelegate

Full Changelog: 1.0-M1...1.0-M2

1.0-M1

10 May 14:41
Compare
Choose a tag to compare

JJava 1.0-M1 release

This is a first milestone release of a JJava

Release notes:

  • #1 Upgrade to Gradle 8.5
  • #2 Update Ivy to 2.5.2 to solve NoClassDefFoundError
  • #3 Remove usage of the io.github.spencerpark.jupyter-kernel-installer plugin
  • #4 Fix memory leak