Releases: nteract/hydrogen
Releases · nteract/hydrogen
v1.3.0
v1.2.0
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
v1.0.1
v1.0.0
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
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
v0.13.0
v0.12.4
⬆️ 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).