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

Changelog History
Page 4

  • v0.8.2.5 Changes

    July 17, 2020

    ๐Ÿ— View commits

  • 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

    ๐Ÿ— View commits

  • 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)