Releases: ipython/ipykernel
Releases · ipython/ipykernel
v6.11.0
6.11.0
Enhancements made
- Include method signatures in experimental completion results #895 (@MrBago)
- Try to pass cell id to executing kernel. #886 (@Carreau)
Maintenance and upkeep improvements
- Handle warnings in tests #896 (@blink1073)
- Run flake and remove deprecated import #894 (@blink1073)
- Add ignore-revs file #893 (@blink1073)
- Autoformat with black and isort #892 (@blink1073)
- Add pytest opts and pre-commit #889 (@blink1073)
Contributors to this release
v6.10.0
6.10.0
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
- More CI cleanup #887 (@blink1073)
- CI cleanup #885 (@blink1073)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @jamadeo | @lesteve | @MrBago | @SylvainCorlay
v6.9.2
6.9.2
Bugs fixed
- Catch error when shutting down kernel from the control channel #877 (@ccordoba12)
- Only kill children in process group at shutdown #874 (@minrk)
- BUG: Kill subprocesses on shutdown. #869 (@Carreau)
Maintenance and upkeep improvements
- Clean up CI #871 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @Carreau | @ccordoba12 | @echarles | @fabioz | @minrk | @vidartf
v6.9.1
v6.9.0
6.9.0
Bugs fixed
- Fixed event forwarding #855 (@JohanMabille)
- use message queue for abort_queues #853 (@minrk)
Contributors to this release
v6.8.0
6.8.0
Enhancements made
Bugs fixed
- Handle all threads stopped correctly #849 (@JohanMabille)
- Fix the debug modules model #848 (@echarles)
- Handled AllThreadsContinued and workaround for wrong threadId in cont… #844 (@JohanMabille)
Maintenance and upkeep improvements
- Cancel duplicate runs #850 (@blink1073)
Contributors to this release
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
debugOptions
for breakpoints in python standard library source #812 (@echarles) - Send
omit_sections
to IPython to choose which sections of documentation you do not want #809 (@fasiha)
Bugs fixed
- Added missing
exceptionPaths
field todebugInfo
reply #814 (@JohanMabille)
Maintenance and upkeep improvements
- Test
jupyter_kernel_test
as downstream #813 (@blink1073) - Remove
nose
dependency #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)