All Versions
38
Latest Version
Avg Release Cycle
20 days
Latest Release
1072 days ago

Changelog History
Page 4

  • v0.8.2.5 Changes

    July 17, 2020
  • v0.8.2.4 Changes

    July 17, 2020

    🏗 View commits

    🛠 Fixed bugs:

    • Exclude kernel magics from error analysis #57

    🆕 New features:

    • ➕ Add shutdown hook to the module descriptor #87
  • v0.8.2.2 Changes

    July 16, 2020
  • v0.8.2.1 Changes

    July 15, 2020

    🏗 View commits

    🛠 Fixed bugs:

    • Kernel references leaked into script classpath #27
  • v0.8.1.121 Changes

    July 15, 2020

    🏗 View commits

    🆕 New features:

    • ➕ Add import kotlin.math.* to default imports #30
  • v0.8.1.120 Changes

    July 14, 2020

    🏗 View commits

    Closed issues:

    • Internal error for if expression #47
    • Syntax error but no clue #50
    • 🍎 Installation issue on MacOs Mojave #21
    • How do I add a JAR file into the classpath? #49
    • Error when importing a dependency #53
    • Installing without Conda #51

    🛠 Fixed bugs:

    • Failed to load maven-central dependency with @DependsOn #71
    • Code inlining and jvm-target #81
    • readLine causing java.lang.ArrayIndexOutOfBoundsException #84
    • 🐧 Kernel keeps crashing in Win10's Linux subsystem #16
    • Unable to resolve static functions from dependent libraries #24
    • Kotlin stdlib has greater resolution priority than jars added via @file:DependsOn annotation #25
    • 👍 Detect transitive dependencies for supported libraries #75
    • 📜 Unable to use kernel because of error in parserLibraryDescriptors #66

    🔀 Merged pull requests:

    • ⬆️ Upgrade Lets-Plot Kotlin API to v. 0.0.22-SNAPSHOT #85 (@alshan)
    • 🐎 Optimize kernel performance #77 (@ileasile)
    • Switch to Lets-Plot Kotlin API 0.0.18-SNAPSHOT #82 (@alshan)
    • Switch to api 0.0.17-SNAPSHOT #80 (@alshan)
    • ⬆️ Upgrade lets-plot version to 1.4.2 #79 (@alshan)
    • 🚚 Move branch and formatVersion to runtime properties #67 (@ileasile)
    • 🛠 Fix syntax error in samples #65 (@breandan)
    • ➕ Adding deeplearning4j to the supported libraries #63 (@fbrunacci)
    • ➕ add link to smile in supported libraries #64 (@haifengl)
    • ➕ Add library of smile-kotlin for machine learning #62 (@haifengl)
    • ➕ Adding deeplearning4j to the supported libraries #61 (@fbrunacci)
    • PSI completion with code generation #46 (@ileasile)
    • ➕ adding deeplearning4j to the supported libraries #59 (@fbrunacci)
    • 🏗 kotlinVersion to 1.3.71 to make teamCity build great again (or not) #60 (@fbrunacci)
    • 🚧 WIP: PSI-based completion #43 (@ileasile)
    • ➕ Add interruption #55 (@ileasile)

    🆕 New features:

    • ➕ Add mavenLocal resolver #86
    • 👍 Java 10 Support #39
    • ➕ Add full-featured autocomplete #17
  • v0.7.3 Changes

    December 05, 2019
  • v0.7.2 Changes

    December 04, 2019

    View commits

    Closed issues:

    • protocol issue with 5.x protocol of Jupyter #11
    • Cannot start jupyther notebook #15
    • 📦 Package level functions can not be used #13
    • resultOf is missing #10
    • 🖨 After a a println command "Ok" is printed instead of the actual string to be printed. #3
    • 🖨 The kernel crashes after running println twice #4
    • 🛠 Fix stdout / stderr so they come back correctly as side effects and not as data values #6

    🔀 Merged pull requests:

    • Incremented lets-plot version #26 (@ileasile)
    • 🛠 Fix jupyter-lab issue #23 (@ileasile)
    • 👍 Completion base support #22 (@ileasile)
    • IPython is upper case I #8 (@Carreau)
    • ⚡️ Update gradlew #2 (@oroszgy)
    • Create installation directory if it does not exist #9 (@nilsga)
    • 🛠 Fix the output for stdout, stderr, errors in general, and Unit return types #7 (@apatrida)
    • 🚚 Move to latest 1.1-M04 and kotlin-script-util to lower code in this kernel #5 (@apatrida)
    • add language_info to kernel_info_reply #1 (@AndreyG)