Skip to content

Releases: lablup/vscode-live-code-runner

v1.0.0

28 Feb 03:51
Compare
Choose a tag to compare

[1.0.0] - 2017-02-28

Changed

  • Support Sorna Cloud API V2
  • Complete support of real-time interactive input commands (e.g. a = input("hello world"))
  • Generalized output pane. Now standard output / error and multimedia outputs are printed in one RESULT pane sequentially.

v0.3.0

13 Feb 06:24
Compare
Choose a tag to compare

[0.3.0] - 2017-02-13

Changed

  • Supports real-time interactive input commands (e.g. a = input("hello world"))
    • Now supports for tensorflow kernel, and will be supported by other kernels soon.
  • Colorized console output to divide logs and results
  • Fully supports graphical output type. (e.g. plots, pictures)

v0.2.0

13 Feb 06:29
Compare
Choose a tag to compare

[0.2.0] - 2017-02-10

Changed

  • Now non-ASCII source code is running without authentication problems.

v0.1.3

08 Feb 04:29
Compare
Choose a tag to compare

Changed

  • Update package information
  • Add logo to the package description
  • Support running from context menu

v0.1.1

08 Feb 03:47
Compare
Choose a tag to compare

[0.1.1] - 2017-02-08

Changed

  • Update documentations

Initial release

08 Feb 03:42
Compare
Choose a tag to compare

[0.1.0] - 2017-02-08

Added

  • Initial release
  • Port Atom plugin to VSCode extension