Releases: ipython/ipykernel
Releases · ipython/ipykernel
v6.7.0
6.7.0
Enhancements made
Bugs fixed
- Removed DebugStdLib from arguments of attach #839 (@JohanMabille)
- Normalize debugger temp file paths on Windows #838 (@kycutler)
- Breakpoint in cell with leading empty lines may be ignored #829 (@fcollonval)
Maintenance and upkeep improvements
- Skip on PyPy, seem to fail. #837 (@Carreau)
- Remove pipx to fix conflicts #835 (@Carreau)
- Remove impossible skipif. #834 (@Carreau)
Contributors to this release
(GitHub contributors page for this release)
@Carreau | @echarles | @fcollonval | @JohanMabille | @kycutler
v6.6.1
6.6.1
Bugs fixed
Maintenance and upkeep improvements
- Clean python 2 artifacts. Fix #826 #827 (@penguinolog)
Documentation improvements
- Fix title position in changelog #828 (@fcollonval)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @ccordoba12 | @fcollonval | @impact27 | @ivanov | @penguinolog
v6.6.0
6.6.0
Enhancements made
- Set
debugOptionsfor breakpoints in python standard library source #812 (@echarles) - Send
omit_sectionsto IPython to choose which sections of documentation you do not want #809 (@fasiha)
Bugs fixed
- Added missing
exceptionPathsfield todebugInforeply #814 (@JohanMabille)
Maintenance and upkeep improvements
- Test
jupyter_kernel_testas downstream #813 (@blink1073) - Remove
nosedependency #808 (@Kojoley) - Add explicit encoding to open calls in debugger #807 (@dlukes)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dlukes | @echarles | @fasiha | @JohanMabille | @Kojoley
v6.5.1
6.5.1
Bugs fixed
- Fix the temp file name created by the debugger #801 (@eastonsuo)
Maintenance and upkeep improvements
- Enforce labels on PRs #803 (@blink1073)
- Unpin
IPython, and remove some dependencies on it. #796 (@Carreau)
Contributors to this release
v6.5.0
6.5.0
Bugs fixed
- Fix rich variables inspection #793 (@fcollonval)
- Do not call
setQuitOnLastWindowClosed()on aQCoreApplication#791 (@stukowski)
Maintenance and upkeep improvements
- Drop
ipython_genutilsrequirement #792 (@penguinolog)
Contributors to this release
v6.4.2
6.4.2
Enhancements made
- Enabled rich rendering of variables in the debugger #787 (@JohanMabille)
Bugs fixed
- Remove setting of the eventloop function in the InProcessKernel #781 (@rayosborn)
Maintenance and upkeep improvements
Contributors to this release
5.5.6
v6.4.1
v6.4.0
6.4.0
Enhancements made
- Make
json_cleana no-op forjupyter-client>= 7 #708 (@martinRenou)
Bugs fixed
- Do not assume kernels have loops #766 (@Carreau)
- Fix undefined variable #765 (@martinRenou)
Maintenance and upkeep improvements
- Make
ipykernelwork withoutdebugpy#767 (@frenzymadness) - Stop using deprecated
recv_multipartwhen using in-process socket. #762 (@Carreau) - Update some warnings with instructions and version number. #761 (@Carreau)