Skip to content

Latest commit

 

History

History
218 lines (119 loc) · 9.66 KB

CHANGELOG.md

File metadata and controls

218 lines (119 loc) · 9.66 KB

Changes in Jupyter Console {#changelog}

6.6.3

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

6.6.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

6.6.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

6.6.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dcsaba89

6.5.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

6.5.0

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@blink1073

6.4.4

(Full Changelog)

Merged PRs

  • Use asyncio.create_task and asyncio.get_running_loop with interact(). Drop Python 3.6. #270 (@encukou)

Contributors to this release

(GitHub contributors page for this release)

@davidbrochart | @encukou

6.4.3

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@davidbrochart

6.4.2

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@davidbrochart

6.4.1

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@davidbrochart | @emuccino

6.4.0

5.3.0

  • Highlight matching parentheses #147
  • The config option JupyterConsoleApp.confirm_exit replaces ZMQTerminalInteractiveShell.confirm_exit, to avoid redundancy #141

5.2

  • When using a kernel that the console did not start, exiting with Ctrl-D now leaves it running #127
  • Added Ctrl-\ shortcut to quit the console #130
  • Input prompt numbers are now updated when another frontend has executed code in the same kernel #119
  • Fix setting next input with newer versions of prompt_toolkit #123
  • Ensure history entries are unicode, not bytes, on Python 2 #122

5.1

  • New ZMQTerminalInteractiveShell.true_color config option to use 24-bit colour
  • New ZMQTerminalInteractiveShell.confirm_exit config option to turn off asking 'are you sure' on exit
  • New --simple-prompt flag to explicitly use the fallback mode without prompt_toolkit
  • Fixed executing an empty input
  • Fixed formatting for code and outputs from other frontends executing code
  • Avoid using functions which will be removed in IPython 6

5.0

5.0.0

Interactive Shell architecture

  • Disinherit shell class from IPython Interactive Shell. This separates jupyter_console's ZMQTerminalInteractiveShell from IPython's TerminalInteractiveShell and InteractiveShell classes #68
  • Update SIGINT handler to not use the old interactive API shell #80

Image Handling improvement

  • use PIL as default image handler #79
  • better indication of whether image data was handled #77

Prompts improvement

  • use prompt_toolkit 1.0 #74
  • don't use prompt_manager #75
  • remove colors_force flag that have no effects #88

4.1

4.1.1

  • fix for readline history
  • don't confuse sys.path with virtualenvs

4.1.0

  • readline/completion fixes
  • use is_complete messages to determine if input is complete (important for non-Python kernels)
  • fix: 4.0 was looking for jupyter_console_config in IPython config directories, not Jupyter

4.0

4.0.3

  • fix jupyter console --generate-config

4.0.2

  • setuptools fixes for Windows

4.0.0

  • First release as a standalone package.