Skip to content

Releases: nteract/hydrogen

v1.3.0

10 Dec 16:29
Compare
Choose a tag to compare

Improvements:

  • Limit result view width (#535)
  • Don't block editor scrolling in result views (#536)
  • Increase maximum output height (#540)

Bugfixes:

  • Spinner disappears on execution_count message (#537)
  • Action panel is squashed if space is limited (#538)

v1.2.0

06 Dec 12:08
Compare
Choose a tag to compare

Improvements:

  • We are now able to provide prebuilt binaries of zeromq for the usage in Atom/Electron. This means we don't need to build ØMQ during the install of Hydrogen.
    Hydrogen can now be installed without any external dependencies. This leads to significantly reduced installation times. (#531)
  • Add Connect to Remote Kernel to menus (#530)

v1.1.0

04 Dec 19:25
Compare
Choose a tag to compare

Features:

  • Use commonmark for Markdown rendering (#521)
  • Improve installation and package size (#519, #526, #520)

Readme:

  • Add Kernel Gateway instructions for Docker (#524)
  • Add name to License (#514)
  • Fix Typos (#517)

Internals:

  • Move code to ES6 (#503)
  • Refactor input view (#513)

v1.0.1

28 Nov 21:31
Compare
Choose a tag to compare

Bugfixes:

  • Faster installation by only rebuilding zeromq (#510)

Readme:

  • Better GIFs (#505)
  • Add Scala to supported kernels (#509)

v1.0.0

16 Nov 16:38
Compare
Choose a tag to compare

Hydrogen 1.0.0 is out! 🎉

Major changes:

  • Hydrogen now bundles ØMQ. You no longer need to install it separately.
    This really simplifies the installation. Take a look at our updated installation guide.
  • The default keybindings changed to make them consistent with nteract and jupyter notebook. Use the command pallet in Atom (cmd-shift-P) to find the new keybinding for your favorite command.

All changes:

  • Bundle ØMQ (#476, #487, #489, #493)
  • Update Keybindings (#488)
  • Display execution counts for result bubbles (#472)
  • General improvements to the watch sidebar (#496, #502, #492)
  • Move "Copy Connection File" to Hydrogen-Launcher (#490)
  • Update docker guide (#486)
  • Add documentation for Plugin API (#495)
  • Fix error messages (#483)
  • Fix exception caused by to large buffer (#491)

v0.15.0

18 Oct 13:08
Compare
Choose a tag to compare

Fixes:

  • Fix a issue while connecting to an existing kernel (#436)
  • Ensure unix style line endings before sending code to kernels (#312)
  • Fix a issue while executing code cells (#470)
  • Correctly support carriage return symbol (#474)
  • Fix a error when file doesn't end with a new line (#477)
  • Revert to original behavior of "Run and Move Down" (#479)

Features:

v0.14.0

04 Sep 22:11
Compare
Choose a tag to compare

Remote Kernels:

  • Documentation added (PR #423)
  • Command to disconnect from a kernel added (PR #421)
  • Remote kernels are now filtered by language (PR #422)
  • Session paths are displayed shorter (PR #424)
  • Sessions can be renamed now (PR #425)

Other Changes:

  • Improvements to move down functionality (PR #433)
  • Improved compatibility with old versions of iTorch (PR #435)
  • Fixed incompatibility with Atom version 1.11.0+ (PR #430)
  • More small improvements (PRs #427, #431, #432)

v0.13.0

23 Aug 08:51
Compare
Choose a tag to compare
  • New command to copy the path for the connection file (PR #416)
  • Improvements to atom notifications (PR #412)
  • 🐛 Fix an error that happened when no project folder was present (Issue #413, PR #414)

Remote kernels:

  • Support watches (PR #408)
  • Support kernel shutdown (PR #409)
  • Support STDIN (PR #410)
  • Throw better notifications if no gateway is setup (PR #411)

v0.12.4

17 Aug 08:23
Compare
Choose a tag to compare

⬆️ Bump spawnteract to respect env in kernelspec (Issue #404, PR #406, PR spawnteract/15).
🐛 Fix an error that would occur when connecting to remote kernels (PR #407).

v0.12.3

15 Aug 11:56
Compare
Choose a tag to compare

🐛 Pass the environment in for spawnOptions (Issue #404)