File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 33
44## 6.0
55
6+ ## 6.0.2
7+
8+ ### Bugs fixed
9+
10+ - Add watchfd keyword to InProcessKernel OutStream initialization [ #727 ] ( https://github.com/ipython/ipykernel/pull/727 ) ([ @rayosborn ] ( https://github.com/rayosborn ) )
11+ - Fix typo in eventloops.py [ #711 ] ( https://github.com/ipython/ipykernel/pull/711 ) ([ @selasley ] ( https://github.com/selasley ) )
12+ - [ bugfix] fix in setup.py (comma before appnope) [ #709 ] ( https://github.com/ipython/ipykernel/pull/709 ) ([ @jstriebel ] ( https://github.com/jstriebel ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ - Add upper bound to dependency versions. [ #714 ] ( https://github.com/ipython/ipykernel/pull/714 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
17+ - Replace non-existing function. [ #723 ] ( https://github.com/ipython/ipykernel/pull/723 ) ([ @Carreau ] ( https://github.com/Carreau ) )
18+ - Remove unused variables [ #722 ] ( https://github.com/ipython/ipykernel/pull/722 ) ([ @Carreau ] ( https://github.com/Carreau ) )
19+ - Do not use bare except [ #721 ] ( https://github.com/ipython/ipykernel/pull/721 ) ([ @Carreau ] ( https://github.com/Carreau ) )
20+ - misc whitespace and line too long [ #720 ] ( https://github.com/ipython/ipykernel/pull/720 ) ([ @Carreau ] ( https://github.com/Carreau ) )
21+ - Formatting: remove semicolon [ #719 ] ( https://github.com/ipython/ipykernel/pull/719 ) ([ @Carreau ] ( https://github.com/Carreau ) )
22+ - Clean most flake8 unused import warnings. [ #718 ] ( https://github.com/ipython/ipykernel/pull/718 ) ([ @Carreau ] ( https://github.com/Carreau ) )
23+ - Minimal flake8 config [ #717 ] ( https://github.com/ipython/ipykernel/pull/717 ) ([ @Carreau ] ( https://github.com/Carreau ) )
24+ - Remove CachingCompiler's filename_mapper [ #710 ] ( https://github.com/ipython/ipykernel/pull/710 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
25+
626## 6.0.1
727
828- Fix Tk and asyncio event loops [ #704 ] ( https://github.com/ipython/ipykernel/pull/704 ) ([ @ccordoba12 ] ( https://github.com/ccordoba12 ) )
You can’t perform that action at this time.
0 commit comments