Releases: ipython/ipykernel
Releases · ipython/ipykernel
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_genutils
requirement #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_clean
a 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
ipykernel
work withoutdebugpy
#767 (@frenzymadness) - Stop using deprecated
recv_multipart
when using in-process socket. #762 (@Carreau) - Update some warnings with instructions and version number. #761 (@Carreau)
Contributors to this release
Release v6.3.1
Release v6.3.0
6.3
6.3.0
Enhancements made
- Add deep variable inspection #753 (@JohanMabille)
- Add
IPKernelApp.capture_fd_output
config to disable FD-level capture #752 (@minrk)
Maintenance and upkeep improvements
- Remove more
nose
test references #750 (@blink1073) - Remove
nose
skipIf
in favor ofpytest
#748 (@Carreau) - Remove more
nose
#747 (@Carreau) - Set up release helper plumbing #745 (@afshin)
- Test downstream projects #635 (@davidbrochart)
Contributors to this release
(GitHub contributors page for this release)
@afshin | @blink1073 | @Carreau | @ccordoba12 | @davidbrochart | @JohanMabille | @kevin-bates | @minrk | @SylvainCorlay
6.2.0
6.1.0
Enhancements made
- Implemented
richInspectVariable
request handler #734 (@JohanMabille)
Maintenance and upkeep improvements
Bug Fixes
- Fix exception raised by
OutStream.write
#726 (@SimonKrughoff)